Hello I would like to setup a single redirect that will cover lots of urls: For example these original urls: www.mysite.com/news-oct www.mysite.com/news-nov www.mysite.com/news-dec Should all redirect to: www.mysite.com/news-all read more
Hi @GiantFocal Is this a new development? On this page: https://knowledge.hubspot.com/website-pages/redesign-and-relaunch-your-site-with-cont...read more
Hi all we are planning to re-launch our site with a new theme. The site has multi-language variants for each page and we'll be wanting to use the staging environment. I'm aware that staging cannot support language variants directly. Can read more
Hi all we have 8 different blogs on our site. While I can create a consolidated listing that pulls x articles from each, what I would really like to do is to also allow filtering by topic - is this possible? The problem is, from what I can read more
When you edit a text area (rich text/header etc) in Hubspot page edit view you get the toolbar at the top with various formatting options - Style / Font / Size / Bold / Italic / Underline etc... is it possible to add a custom option to the 'Style' l read more
Hi I'm trying to understand call and page limits for HUBDB. I've create a custom module that references a hubdb table and pulls data using the hubdb_row field. It has a repeater option on it, so i can select a multiple number of rows. A read more
Hi Is it possible to copy a group of fields from one modue to another? I'm aware you can clone modules, but I would like to be able to copy over a complicated set of fields that I've created in one module to a number of exisiting ones. A read more
I have a quick question on this if I may..can a bootstrap4 custom coded template exist within the default Hubspot framework which is built on bootstrap2 I believe. ie could I have single bootstrap4 page sitting in a regular Hubspot site? I ask beca read more
Hi I'm currently successfully using the hubdb row field to return user selected rows (not all rows) from a single table: {% for item in module.hubdbrow_field %}
{{ item.columns.title }}<br>
{{ item.colu read more
Hi I'm creating a blog listing that places articles in different places on the page on the basis of certain tags, e.g. "Featured" and "Pinned": {% for content in contents %}
{% if 'Pinned' in content.topic_list|map('name') %}
M read more