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
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
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
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
{% 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
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
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
@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
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
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
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
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
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