We needed to create multiple help desks within the same account, and the HubSpot Knowledge Base, in addition to being more rigid in structure, allowed us to only have one per HubSpot account.
With that, we created a solution with HubSpot's Hub read more
We ran into this issue where we wanted to sort items from a blog based on the contents of a custom field/module we added to that post type. We noticed there are no solutions for this yet and discovered one that utilizes some undocumented feature read more
I came across a case recently where it was suggested I document some of the methods we used (cc @mnonnamaker who also did a lot of work here). Maybe this will help people building something similar in the future. The goal here was to build a modul read more
Hello @lscanlan , Thank you for the reply. I didn't think that default content would have not been evaluated, idk if I should feel dumb or it is ac...read more
This is a guide for creating a separate field within the blog post editor in order to write a summary of the post, which will then display as the post's summary on the blog's listing pages. It's an alternative to using the beginning of the post body read more
I got it! I don't know how exactly but I copied the code again and it works... Thank you @shaban for the support! @shaban wrote: Hi @Cristin...read more
A Custom Background Image Module For people who read the old version of this guide: I have found that this post over a year later is still quite popular. Re-reading this post, after learning so much, feels like reading my middle-school d read more
Great writeup @mrcruz ! We had this convo over Slack, but I'd also like to continue that here/point out another way to set this up for anybody inter...read more
I've been playing around with the idea of template modularization within the Hubspot COS, The idea being that you would create multiple layout and section options that are controlled via the page editor. Today I build this pretty simple example for read more
@roisinkirby , Thanks, and yes @Ty I have used custom modules for this. In my opinion this is more robust, and if the ordering of modules and ...read more
I am in the middle of getting my own website launched and I had an idea I am hoping to get some feed back on. I placed a "Read Mode" button in my blog tool bar. You can see it here . At the moment, when you click it it will hide the sidebar and cen read more
This is really cool @Jsum . I like @ndwilliams3 suggestion about widening the reading view. I think it would be helpful to keep the Read Mode but...read more
would love to get some feedback from those of you who build custom COS page and landing page templates for HubSpot ///// http://belch.io/ ** Here's a recording of us building the hubspot.com homepage in under 30 mins. [vide read more
Hey everyone. I wanted to share with you this new HubL idea. I decided to create a topic icon that shows on my posts on the listing page. To achieve this I needed some way to tell the CSS what topics each post has. This is the code I came up with. read more
I would like to be able to set up a page where our fans can automatically upload videos and pictures to a dedicated fan page. Can this be done? Do I need to have them use a specific video or photo service and embed their api??? Thanks for t read more
Hi @DanielNGross ,
In terms of user-generated content, there are a few possible solutions that might fit for you, but there should be a fair w...read more
Hi! I'm creating a custom module widget inside a template called "blog-single" . {% text "description" label='Descripción', export_to_template_context=True %} , and i need to get the value of this custom moduel and print it inside a different read more
Hey @mateomm22 , are you trying to print a value from your post page ("blog-single") to your blog listing page ("blog-home")? If so it looks like yo...read more
Hello all I am creating an email template for our company which updates subscribers on recent activity from our blog. I'm using HubL functions ( as opposed to the RSS module) in order combine my own markup and apply inline CSS styles. The f read more
You could try something like adding a hidden choice module so that the user can select the value and then using the token for that value in the blog_...read more