CMS Development

Filtrer par
  • Tous les libellés
  • Announcement
  • CSS
  • Custom Modules
  • Design Manager
  • Documentation
  • Drag and DropTemplate
  • Email
  • Enterprise
  • Forms
  • Free
  • HTML
  • HubDB
  • Hubl
  • JavaScript
  • Local Development
  • Marketplace
  • Professional
  • Starter
  • Wordpress
Trier par 
Plus récents
  • Plus récents
  • Plus de mentions Jaime
Statut
Tout
  • Tout
  • Résolues
  • Non résolue(s)
  • Sans réponses
Résolues
tB10 le Avril 01, 2024
hi i want to crate a landing page i have a list of trainers ( first name lans nme email and region ) i want if someone see the LP to be able to search the trainers by region they can chosse a region from a dropdown and if they choose for exampl Lire la suite
0 Mention J'aime
1 Réponse
Accepted Solution
Expert reconnu | Partenaire solutions Diamond
Avril 01, 2024 14:59
Hi @tB10 , if you have HubDB it would be the easiest way to achieve this. If you don't have it it's also possible but requires quite a bit m...Lire la suite
Résolues
Levi_STA le Mars 18, 2024
Hi there, Our goal is to extract the HTML and HubL code from an existing page to use it as a foundational template. This template will enable us to dynamically generate pages, automating the inclusion of data from our HubDB tables into each new p Lire la suite
0 Mention J'aime
3 Réponses
Accepted Solution
Contributeur de premier rang | Partenaire solutions Platinum
Mars 18, 2024 13:28
Hi @Levi_STA You can extract HTML + HubL from a page, though you would need to do this by section (instead of entire page at once). Hu...Lire la suite
MBravo0 le Mars 16, 2024
Hi, not a developer per se in here 😬 The code im using was generated in chatgpt. I am trying to retrieve data colum values from a hubdb table and public api calls. This is my code, i am not using authentication because i have the public api Lire la suite
0 Mention J'aime
2 Réponses
Membre
Mars 19, 2024 10:25
Hi Steve, thanks for reply! Yes i already published the table. So, i don´t know what am i doing wrong.
Fayyaz le Mars 11, 2024
https://www.odinschool.com/varsity The above page is based on the multilevel dynamic concept. Where I am using two tables. In the first table, I have 19 courses and in the second table 115 Modules are there. In the first table I am adding 5 modu Lire la suite
0 Mention J'aime
1 Réponse
Gestionnaire de communauté
Mars 12, 2024 14:21
Hi, @Fayyaz 👋 Thanks for your question. I'd like to invite some of our community members to the conversation — hey @alyssamwilie @Anton @jo...Lire la suite
Résolues
TZaman0 le Mars 07, 2024
Hello, We had an agency create a product listing page using HubBD table. We want to use the Product library bc it gets updated via an API from a different database and can be connected to deals for tracking purposes. We can't use HubDB table in Lire la suite
1 Mention J'aime
3 Réponses
Accepted Solution
Membre | Partenaire solutions Elite
Mars 08, 2024 14:20
Good afternoon! I think the first place to start would be to see if the same API you are using to update your Products could also be leveraged to mo...Lire la suite
Résolues
Moorthi_R le Mars 06, 2024
i want customise the Subscription types like attachement, Is it possible?
0 Mention J'aime
1 Réponse
Accepted Solution
Membre irremplaçable | Partenaire solutions Elite
Mars 06, 2024 20:01
Hi @Moorthi_R it is not currently possible to customize the email subscription templates to include images for your subscription types. The ...Lire la suite
Résolues
ojobson le Février 28, 2024
What is the best way to track the time on page of a specific contact watching a webinar? Our webinar platform (Vimeo) is embedded into a page that sits behind a landing page - so registered contacts have to add their email address to access the Lire la suite
0 Mention J'aime
1 Réponse
Accepted Solution
Membre | Partenaire solutions Elite
Mars 04, 2024 21:52
My suggestion would be to create a custom object for webinar views with properties for the webinar name, watch time, and watch progress. Then, you ca...Lire la suite
Résolues
DM2 le Février 27, 2024
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 Lire la suite
0 Mention J'aime
3 Réponses
Accepted Solution
Membre | Partenaire solutions Elite
Mars 05, 2024 13:44
In order to use the HubDB row module selector field, you have to set the table in Design Manager. However, this can still be done in a slightly diffe...Lire la suite
Résolues
GFW-MillerM le Février 26, 2024
I am fairly new to Hubl. NOTE: If this module exists, please share links. It seems like a function that other people would want. We are making a native plant library, and need a module that filters based on selected columns for our HubDB. ( https: Lire la suite
0 Mention J'aime
10 Réponses
Accepted Solution
Membre | Partenaire solutions Elite
Mars 05, 2024 08:40
Here's what you'll need: HubL List of filter properties - this can be a plain text repeater in your module to make it more flexible List of table...Lire la suite
Williams1 le Février 24, 2024
I get this error when i am trying to create a table using the HuDB API with my sandbox cms account personal-access-key Error : "The OAuth token used to make this call expired 19777 day(s) ago. hubspot cms" Please help
0 Mention J'aime
3 Réponses
Membre irremplaçable | Partenaire solutions Elite
Février 26, 2024 07:49
You're welcome @Williams1 thank you for confirming the details, I'm sorry there isn't more I can do to help - I don't know what would trigger this ...Lire la suite
Résolues
DM2 le Février 19, 2024
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 Lire la suite
0 Mention J'aime
3 Réponses
Accepted Solution
Membre irremplaçable | Partenaire solutions Elite
Février 19, 2024 16:20
@DM2 happy to help clarify the limits: 10 calls to the hubdb_table_rows HubL function per CMS page . Does this mean I can only call 10...Lire la suite
cives le Février 07, 2024
If I want to execute a code block differently depending on HubDB input, is this the right approach? I have a hubdb checkbox column called “external” {% for row in hubdb_table_rows('2620345', "&orderBy=date&visible=true") %} {% if Lire la suite
0 Mention J'aime
2 Réponses
Contributeur de premier rang | Partenaire solutions Platinum
Février 13, 2024 11:33
@cives Alternatively, you can also use the following: {% for row in hubdb_table_rows('2620345', "&orderBy=date&visible=true") %...Lire la suite
annuler
Affichage des résultats de 
Rechercher plutôt 
Vouliez-vous dire : 

Vous cherchez à entamer une conversation ou à poser une question ?

Créez un post
Sunny

Sign up for the Developer Newsletter

Fresh content delivered to your inbox every month.