• Fabrik4.5.1 for Joomla5.2.4

    Fabrik4.5.1 is out. This update is needed for J!5.2.4

    See Announcements

Search results

  1. S

    Solved Line break ignored in textarea (custom Details template)

    I guess it could have been the 4.5 update. I didn't update this site straight away in November, it could have been as late as January. I just changed one of the textarea elements to enable the WYSIWYG editor which had an impact. Now the <br> tags have disappeared and if I edit the text and put...
  2. S

    Solved Line break ignored in textarea (custom Details template)

    Ah, ok. Thanks @troester I’ll do a careful file compare. I’m using F4.5.1 and I created my custom template at least a year ago. It was working fine until very recently. Maybe it’s something I’ve done, though I can’t think what. Not done anything with those particular textarea elements. Ah well…
  3. S

    Solved Line break ignored in textarea (custom Details template)

    Hi I have some textarea elements in a custom Details template and just noticed that the line break tags <br> are being ignored. This is a recent change so I'm wondering if any changes were made to the default bootstrap template which I need to copy to my custom template, given that everything...
  4. S

    FixMe Front end addition not saving label for dropdown element

    Sorry, I should have mentioned that this latest test was with a non-repeating group too! It's definitely not showing in the backend or in the database params BUT it IS showing in the dropdown list for any other record - where on earth is that coming from?? Maybe it's just my set up. I'll try it...
  5. S

    FixMe Front end addition not saving label for dropdown element

    Hi @troester I've tested this again since Fabrik 4.5.1 and it's half-working! With Front end additions enabled, Only add label = Yes, and Save new additions = Yes, any new additions on the front end are correctly saved in the record AND appear in the dropdown for any new records. However, they...
  6. S

    Workaround juser form plugin: cannot add new user with Allow User Registration set to No

    I've had a quick look at the Changelogs for J!5.2.2 and 5.2.3 but can't see anything obvious. There's one mention of users but relates to Password Reset. Happy to close this and change the Prefix to "Workaround" (but I can't do that, only "Solved"!)
  7. S

    Workaround juser form plugin: cannot add new user with Allow User Registration set to No

    I upgraded both at the same time, so probably J!5.2.2 and F4.4.1. It could have been earlier but probably not. I tested creating a user in Joomla back end (i.e. not using Fabrik) and it worked fine. Strange.
  8. S

    Workaround juser form plugin: cannot add new user with Allow User Registration set to No

    Hi Has something changed with the juser form plugin since F4.5/J!5.2.3? Having upgraded to both the above, when I try to add a new user from the front end using a Fabrik form and the juser plugin, I get an error message "Access Forbidden - Registration not enabled". (The Joomla User setting...
  9. S

    Form: New rows load very slowly

    Thanks @troester I haven't enabled BIG SELECTS. Wiki says you should only do this if you see an appropriate error message. Is it OK to try? "All indexes are there?" Sorry, how do I check this? I shall try your suggestion of taking out the troublesome group. Thank you.
  10. S

    Form: New rows load very slowly

    J! 5.2.2 F 4.4.1 I have a Fabrik app where the main list has 7 groups, 5 of which are repeatable. When I first started entering data, I did not notice any speed problems. However, now I have loaded over 200 records in the main list, there is a significant slowdown in the time take to load each...
  11. S

    SQL Error 1064: how to locate the problem statement?

    Thanks @troester Yes, the fileupload element has ajax upload enabled which has created the relevant child table in the database. HOWEVER, there is no join to the slideshow repeat table in the main list. You might think this is the problem, yet the fileupload element works fine uploading...
  12. S

    SQL Error 1064: how to locate the problem statement?

    Thanks @tghounsell I've already tried unpublishing some, but I'll keep trying.
  13. S

    SQL Error 1064: how to locate the problem statement?

    I'm getting an error 1064 when I try to display an item in a list (either detail or edit view). Here's what I'm getting: ERROR 1064 - You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'WHERE parent_id =...
  14. S

    FixMe Front end addition not saving label for dropdown element

    Hi @troester. I've just tried using front end addition for a dropdown element in a non-repeating group and it's not working properly here either. Front end additions Enable = Yes, Only add label = No, Save new additions = Yes Result: new addition correctly appears in front end details for that...
  15. S

    Databasejoin: can label appear differently in Form and Details?

    Joomla 5.2.1 Fabrik 4.4.1 PHP 8.2.25 I have a databasejoin element to insert a person's name from another table. In the form, I would like the dropdown label to be styled lastname, firstname but on the details page I want the name to display as firstname lastname. But if I set the Concat label...
  16. S

    Solved Is it possible to copy fileupload image from one list to another?

    JPATH_SITE worked!! Thank you so much! I've learned lots of new stuff from this one post. :D
  17. S

    Solved Is it possible to copy fileupload image from one list to another?

    No errors and nothing with debug enabled. OK, thank you, I’ll try those.
  18. S

    Solved Is it possible to copy fileupload image from one list to another?

    Thanks so much! That corrects the code above and creates the new file path for list2. It's correctly placed in the database for list2 as well. However, the copy($artwork,$event_image); command which I've placed immediately after the above doesn't copy the image from the original directory to...
  19. S

    Solved Is it possible to copy fileupload image from one list to another?

    OK, my code is now: $artwork = '{listname___elementname}'; //$artwork is the fileupload image $image_name = pathinfo($artwork,PATHINFO_BASENAME); $event_image = "/images/Events/".$image_name; But var_dump shows me an empty string! Even var_dump on the variable $artwork shows me an empty string...
Back
Top