Search results

  1. U

    CSV-export not working

    When clicking on CSV -> Export to CSV in a list in our frontend there appears no popup / no export is available. In out backend this works fine. Anyone any suggestions about the reason / how to solve this? We are using Joomla 3.9.18 + modified Protostar template + fabrikar from Github about 3...
  2. U

    empty records in joined table

    Hi, the setting: table1 with left joined table2 (1:n). When saving a record in table1 with no joined records in table2, there will be created an empty record in table2. How to avoid this?
  3. U

    Joined table shows data twice

    Table 1 has to left-joined tables. Both table 2 and table 3 are joined in the same way. In form view of table 1, data of table 2 are showing correct but data of table 3 are showing twice (while the first part shows correct data and the second part shows empty data). See attached screenshot...
  4. U

    Bug in fabrik scheduled tasks

    When creating a scheduled task in fabrikar and running it in Joomla backend (Joomla 3.9, Fabrikar 3.9), it throws an error: 0 Call to undefined function mysql_connect() /var/www/html/plugins/fabrik_cron/php/php.php(75) : eval()'d code:5 Call stack # Function Location 1 ()...
  5. U

    PDF output wrong characters/character set

    I´m using dompdf on Joomla 3.9 / Fabrikar 3.9. I have to output text in several languages to PDF files. This works great for German Umlaute, but not for several other languages like Roman, Bulgarian... I already tried with utf8_encode($myOutput), but with no success. In an old installation...
  6. U

    Bug in fabrik-bootstrap-grid.php

    When using php list-plugin together with multiselect checkboxes in lists there occurs an error: Warning: Division by zero in .../components/com_fabrik/layouts/fabrik-bootstrap-grid.php in line 13. I made this workaround which works fine for me: if ($d->columns > 0) { $span = floor(12 /...
  7. U

    Insert group rows programmatically

    How to do this: I have a dataset with a repeatable group. There should be created automatically as many group elements as the value of field1. Example 1: the value of field1 is "4" => there will be created 4 group elements Example 2: the value of field1 changes from "4" to "3" => there will be...
  8. U

    Specific link on element in list view

    I have an element for phone numbers. In list view the element show be shown as a link like "tel://12345". How to code this in the list view settings of the element?
  9. U

    Tooltip on element not rendered anymore

    Since our last fabrikar update are tooltips on elements in a form not rendered anymore - see attachment. How to fix this? I?m using Fabrikar 3.5.1
  10. U

    Email form plugin issue

    I have made a copy of the default pdf form template in order to get an individual output as pdf file. This works great when using the pdf button of the form/display view. But when using the functionality of the form email plugin, to send a pdf file of the data as attachment, the output of this...
  11. U

    Syntax error using radio button or yesno

    When using either radio button or yesnoin forms, there occours the following error: Parse error: syntax error, unexpected 'Untersuchung' (T_STRING) in /www/htdocs/w00909a9/test/components/com_fabrik/models/element.php(1856) : eval()'d code on line 1 Parse error: syntax error, unexpected...
  12. U

    yes/no-field display problem in newest github

    In newest github the yes/no-field is not showing the actual value in edit form (but in display form). Changing a value in edit form will show the actual value. This bug first appeared in newest github, it was not in fabrikar 3.4.3
  13. U

    List prefilter on {$my->id} not working after update

    After updating from 3.4.2 to 3.4.3 list prefilter on $my->id (to show the records of the current user) always shows an empty list. I tested this on several different lists and got always empty list views. The prefilter is set at the menu item and is: where <useraccount> equals {$my-id} type...
  14. U

    Form php - individual success message

    I?ve learned that I can manipulate the forms error message with $formModel->getForm()->error = $Fehler; But, is there a similar way to manipulate the forms success message with php?
  15. U

    Fileupload link in list view

    It looks like a bug: I have a fileupload element which can contain either pics (.jpg) or PDF files. When displaying the link icon to the file in list view, either pics or PDFs are linked, depending on switching "link to file in list view" in backend to "Yes" or "No". I?m using latest github...
  16. U

    No validation icon on dropdown element

    Looks like a bug: when using validations on dropdown elements, the validation icon is not shown even if enabled in backend settings for this element. It works well for other elements...
  17. U

    Hide columns in list view with filter row

    When hiding columns in a list view, the hidden element still remains in filter row (see uploaded screenshot). A bug?
  18. U

    autofill not working when watched element is readonly

    I?m using the autofill plugin watching a user plugin element. It?s working fine if the user has write access. But it?s not working when the user only has read access! Any workaround or solution for this issue?
  19. U

    redirect via button javascript

    I have 2 tables containing employee data. In form1 for the employee data, there is a button which opens form2 containing other data of the same employee. I?m using javascript / onClick for this. This is working fine in a form but the button does not work in details view (no error, just nothing)...
  20. U

    tool tips not working on truncated field in list view

    A textarea field is shown truncated in list view. This works fine. But the option to display the whole text as tool tip is not working! A bug?
We are in need of some funding.
More details.

Thank you.

Members online

No members online now.
Back
Top