CMS Development

Filter by
  • All labels
  • Announcement
  • CSS
  • Custom Modules
  • Design Manager
  • Documentation
  • Drag and DropTemplate
  • Email
  • Enterprise
  • Forms
  • Free
  • HTML
  • HubDB
  • Hubl
  • JavaScript
  • Local Development
  • Marketplace
  • Professional
  • Starter
  • wordpress
Sort by
Most Recent
  • Most Recent
  • Most Upvoted
State
All
  • All
  • Solved
  • No Replies Yet
MVad on March 31, 2023
There seems to be something wrong with the __lte filter in GraphQL, when used on the frontend. In GraphiQL it shows the right data in the collection, but not on the frontend. Compare the two images, of GraphiQL and the frontend. I’m read more
0 upvote
0 Reply
Raghavendra on March 31, 2023
if check box is checked in hubdb table that row data should display first, remaing data should display next. <div id="applynow" class="GrowingTeamOuterWrapper" style="background-color:{{ module.style.background_color.color }};padding read more
0 upvote
1 Reply
Participant
March 31, 2023 06:17
if check box is checked in hubdb table that row data should display first Hello @Raghavendra Thanks for the reaching out. I have solved ...read more
Raghavendra on March 31, 2023
<div id="applynow" class="GrowingTeamOuterWrapper" style="background-color:{{ module.style.background_color.color }};padding: {{ module.style.padding_top }}px 0px {{ module.style.padding_bottom }}px;"> <div class="page-center"> & read more
0 upvote
0 Reply
Raghavendra on March 29, 2023
{% if dynamic_page_route_level == 0 %} <h1>Top-level</h1> <div class="featured-video-outer"> <h3>Featured Video</h3> {% set row = hubdb_table_rows(dynamic_page_hubdb_table_id)[0] %} <div class="child-row" read more
0 upvote
2 Replies
KK9
Member
March 30, 2023 21:43
all the 3 section showned in image are hubdb child table data, all the data should change every week automatically or through the custom selecti...read more
Solved
Raghavendra on March 20, 2023
in the below code in the place of Athletics i need to add selection field or choice field, but it is showing syntax error <div class="sporteng-acs-outer"> <div class="pagecenter"> <div class="sporteng-acs-inner"> <div cla read more
1 upvote
12 Replies
Accepted Solution
Key Advisor
March 20, 2023 10:40
Like so: {% set queryparam = '&sport_filter__in=' ~ module.sport_type ~ '&limit=3' %} {% set case_data = hubdb_table_rows(module.hubdbtabl...read more
Raghavendra on March 20, 2023
{% set case_data = hubdb_table_rows(module.hubdbtable_field, 'sport_filter=Athletics&limit=3') %} in the place of Athletics i need to add custom choice but it is showing syntex error
1 upvote
4 Replies
Participant
March 20, 2023 21:51
it is showing error
Solved
SWilson5 on March 16, 2023
Hi All, I have issue printing values from a HubDB multi-select column into Schema Rich results. I want to display just the value that has been selected in the admin area. In this example, its Employment Type, and there are currently 3 options t read more
1 upvote
3 Replies
Accepted Solution
Top Contributor
March 16, 2023 10:25
I haven't tested but I imagine {{dynamic_page_hubdb_row.job_type.name}} or {{dynamic_page_hubdb_row.job_type|attr("name")}} will re...read more
Solved
FurqanAli on March 08, 2023
I have a customer logo custom made module which is used on multiple pages. I have to make upload images each time. Is there a way we can upload a bunch of logos and then it just picks 4 or 5 at random at every page load? that way I won't have to ed read more
Accepted Solution
Thought Leader | Partner
March 08, 2023 17:34
@FurqanAli another option would be to connect the module to HubDB, where you have a table of the logos and randomly serve the logos to the module. ...read more
Solved
Viktar on March 03, 2023
Hello! I have an issue to save template. {% set queryParameters ='region=' + html_lang %} {% set all_vacancies = hubdb_table_rows(5688447, queryParameters) %} But in this case saving works well: { read more
0 upvote
2 Replies
Accepted Solution
Key Advisor
March 03, 2023 06:13
Does this work? {% set all_vacancies = hubdb_table_rows(5688447, 'region=en') %} Becuase it looks like the erorr is that there's no reg...read more
Solved
董思騏 on March 02, 2023
If customers need to open cloud upload files (such as google cloud or others), is there any way or software that can be automated?
0 upvote
1 Reply
Accepted Solution
Recognized Expert | Diamond Partner
March 03, 2023 03:29
Hi @董思騏 , you have several approaches: you can install an app from the marketplace(most easy one) you can try a service like zappier or sim...read more
shara_desdev on February 24, 2023
I've been reading through the documentation and making some tweaks here and there, but nothing I have tried works. The events page here , and on the front page here , suddenly does not display the events in the order from soonest to latest. What's read more
Member
February 27, 2023 11:46
Neither of these has worked, but thank you for your contribution.
DaniSanchez on February 22, 2023
Hi All, In a custom module, I have a HubDB Table field and a HubDB Row field and I want to change the HubDB Row table value with the value selected in the HubDB Table field. I'm trying something like: {% set module.myhubdb_row_field.tabl read more
0 upvote
2 Replies
Member
February 27, 2023 02:23
Hi Anton, thanks for your help. Unfortunately, it doesn't work. I don't want to retrieve the rows from a table, but to change the HubDB table dynami...read more
cancel
Showing results for 
Search instead for 
Did you mean: 

Looking to start a conversation or ask a question?

Create a post
Sunny

Sign up for the Developer Newsletter

Fresh content delivered to your inbox every month.