Search results

  1. E

    Dbjoin rendering in custom detail template

    Hi, My dbjoin are rendered with a <br /> tag in detail views which is anoying for styling. I tried with the element_ro in my custom detail view but the <br /> tag is still showing up. Do you have a trick to get rid of this ? Thanks !
  2. E

    {$jConfig_xxx} placeholders after update to fabrik 3.9

    Hi, I have the use of {$jConfig_mailfrom} in my email form plugins but it stopped working since the recent update to Joomla 3.9 + Fabrik 3.9 (and I updated from Github yesterday). Can you reproduce ? Thans for your help !
  3. E

    Google maps javascript API v3

    Hi, Today, all my Google maps show an error message This page can't load Google Maps correctly. The console shows the following error : This site overrides Array.from() with an implementation that doesn't support iterables, which could cause Google Maps JavaScript API v3 to not work correctly...
  4. E

    Min number of repeatable groups after update

    Hi, I updated from fabrik 3.4.3 to fabrik 3.8.1 and now I can't get "0" rows as a minimum number for my repeatable groups. It seems that the setting "minimum repeats" in group params doesn't work anymore. Thanks for any help with this !
  5. E

    Problem with dbjoin rendered as checkbox after updat

    Hi, I've updated Joomla and fabrik to the latest versions (from v3.4.3). I also updated from github to get the latest debugs. I think that from then, a dbjoin rendered as checkbox returns an sql error if it's empty : You have an error in your SQL syntax; check the manual that corresponds to your...
  6. E

    Syntaxerror for multipage forms on a new server

    Hi, We developed a site (Joomla 3.7.4 / Fabrik 3.7) on our server and everything worked. Now we installed the same site on the customer server and the multipage form doesn't work. It returns the following error when we try to change the page : SyntaxError: JSON.parse: unexpected character at...
  7. E

    Disable groups on form load

    Hi, Do you know if there is a way to disable groups on form load based on the value of a field X ? Best way would be to use a PHP plugin onbeforeload and tell that if the field X = a certain value, groups y and z should be "read only" before rendering... but is it doable ? Another way would be...
  8. E

    List filter all

    Hi, I tried to use the list "filter all" feature with adding &fabrik_list_filter_all_22_com_fabrik_22=abc to my urls. List params = "Advanced search : yes", and I selected the elements I want to include in search. Elements params = "Include in list query : yes" Yet, the results are random, for...
  9. E

    Remove front list navigation info from session

    Hi, I have a list with several result pages. If I navigate to my list page n?2, then go to another menu and then come back to the 1st menu, it still shows page n?2. This is strange because usually, a menu links to the 1st page of results. That's what users expect. Is it possible to set the...
  10. E

    JS error at 20st repeat group

    Hi, I have quote form which uses repeat groups for products with price and quantity. Then I make several js calculations to fill the rest of fields : tax, total, etc... JS functions are in a form_xx.js file. Everything works for the 20 first repeat groups... and then I get a js error...
  11. E

    PHP operations with time element

    Hi, Just a basic PHP question but I can't find a solution anywhere... I have 2 calc elements that get time value under format hh:mm:ss Now, in a PHP plugin onafterprocess, I'd like to add these 2 times and save the result in db (to use it later in a time field, so hh:mm:ss format would be...
  12. E

    Calendar visualization in backend

    Hi, Is it possible to have a calendar visualization in backend ? If yes, what does the url to the viz look like ? If no, would it be possible to create this option ? Note : I use Admin menu manager to create custom menu links in backend. Thanks in advance ! Theo
  13. E

    Errors with ajax upload after upgrade to 3.7

    <already posted yesterday but deleted by forum restoration> Hi, I have js errors since I upgraded my sites to Joomla and Fabrik 3.7 : - On form page load Firebug returns "no content option set for window.html - mootools-ext.js:3:234" if there is an ajax upload field on the form - when I try to...
  14. E

    Hacked using a fabrik script

    Hi, I didn't know where to put this but we got several sites hacked using a fabrik script. I can give you more details by MP or skype ? Thanks for a quick help. We restored those sites using daily backups, but I would prefer having a solution...
  15. E

    List join and url filters

    Hi, I have a trip list called fk_voyages. On this list, I have a LEFT JOIN on a table called fk_groupes (= departures). It returns : Trip 1 - departure 1 on 2018-07-26 - departure 2 on 2018-07-30 Trip 2 - departure 1 on 2018-07-24 I now would like to filter the list (url filter) on the...
  16. E

    Problem with form content plugin in detail page

    Hi, The form content plugin is returning an error "SyntaxError: JSON.parse: unexpected character at line 2 column 1 of the JSON data" when I use it on a detail page. This form is used as a content menu. The user chooses a content title and is redirected to the page (plz see PHP below for better...
  17. E

    Faceted navigation with fabrik - custom devs

    Hi, Following my last post on fabrik filters... we thought that it may be the right time to look for a better navigation through lists (well we've been thinking of it for 2 years now). For us, the best solution, would be to use faceted navigation based on filters params. Ex : I have a trip...
  18. E

    Url filters and pagination

    Hi, On my lists, I didn't use the fabrik filters because datas are passed through POST and you can't use the browser's back button. I ended using custom forms to pass variables through url... and filter lists through urls. I use list fields such as "mylist___my_field_raw" to filter the list...
  19. E

    Hide repeat group table if empty

    Hi, When there is no repeat group, the table <head> still shows up in the detail view... how would you hide it in a custom detail template ? Is there any function I can use ? For the time being, I have to query the db (the repeat group db table) to count rows... but queries in the template...
  20. E

    Form spam with captcha

    Hi, On a form, I am using recaptcha + email form plugin with a PHP condition on the date_time field (assuming that spammers robots will try to fill in all the fields) : return "{fk_comments___date_time_raw}" !== ''; With these protections, the form isn't recorded but the notification email is...
We are in need of some funding.
More details.

Thank you.

Members online

No members online now.
Back
Top