• Hello Fabrik Community

    Fabrik is now in the hands of the development team that brought you Fabrik for Joomla 4. We have recently transitioned the Fabrik site over to a new server and are busy trying to clean it up. We have upgraded the site to Joomla 4 and are running the latest version of Fabrik 4. We have also upgraded the Xenforo forum software to the latest version. Many of the widgets you might have been used to on the forum are no longer operational, many abandoned by the developers. We hope to bring back some of the important ones as we have time.

    Exciting times to be sure.

    The Fabrik 4.0 Official release is now available. In addition, the Fabrik codebase is now available in a public repository. See the notices about these in the announcements section

    We wish to shout out a very big Thank You to all of you who have made donations. They have really helped. But we can always use more...wink..wink..

    Also a big Thank You to those of you who have been assisting others in the forum. This takes a very big burden off of us as we work on bugs, the website and the future of Fabrik.

Search results

  1. burghard

    Former working Form Plugin "suddenly" doesn't work

    Joomla 3.10, Fabrik 3.10 (update: with update Fabrik from Github in may 2023) I have a form plug-in PHP(onBeforeStore) with the code: $mitglied = (int)$formModel->formData['arbeitsdienste___mitglieder_id_raw']; if ($mitglied == 1) { $mydb= FabrikWorker::getDbo(false, 2)...
  2. burghard

    add related data only on some condition?

    Is it possible to suppress the add link for related data on some condition of the row? may be at one of the PHP events? onLoadData?
  3. burghard

    Element-Validator(s) fire for a form even if the user have no edit permission for that element

    I defined a validator on an element. If that element is part of a form but without edit permission for the actual user of the form, the user is not able to save the whole form. It would be nicer, if the validation is only done (and only blocks), when the user is able to edit the element...
  4. burghard

    Development rules for merging pull request

    Last time I made a (simple) pull request, which has been merged in a relative short time. Meanwhile I saw and see many pull requests made by Sophist which are not merged until now. Are there any rules for merging pull requests?
  5. burghard

    Development Code Style

    I saw the pull request to merge commits for "Allow databasejoin as primary key" from Sophist last night. One of the commit contains the changes to the functionality and on commit contains formatting changes. Is there a code style published for the Fabrik project?
  6. burghard

    JLayout override(s) sometimes doubles content of table cell

    Using Purity III and JLayouts, the headings of sortable elements are doubled if a filter is applied. The X-Button in the heading is doubled, too. When first displaying the list via a menu item the heading cells are displayed as expected. The rendered html (for the first heading cell) is: <th...
  7. burghard

    Getting js errors when I publish a form via a menu item

    I am using purity III (latest) and updated Fabrik from GitHub. I published a form via a menu item directly to let the users enter their email address. When loading the form I get 6 js errors: TypeError: Object is not a constructor (evaluating 'new Class') The form is functional but renders...
  8. burghard

    List from SQL View

    I created a list from a SQL View. The List is- and the Elements seem to be populated well, but when I try to have a look at the data, I get the error message: "500 Fabrik has generated an incorrect query for the list LSB Meldung: <br />" My SQL view does not include a primary key of any table...
  9. burghard

    yesno element shows an empty field on a form

    I updated from GitHub last weekend to fix an issue with the page links on the content. I use the purity III template with the Fabrik Jlayouts. Now the yens fields are rendered as empty fields (). When moused over, a grey area is shown partly in the field ( ). It can not be recognised, which...
  10. burghard

    Some Fabrik Plugins overwrite Content Layout?

    I have two sites with the same template (Purity III) but on the site with Fabrik installed, the page links for the content is shown differently (ugly). The page links for the Fabrik lists are shown well. I saw that the HTML and CSS for the content area is rendered differently than on the site...
  11. burghard

    Google Maps Visualization: data-icon from a fileupload element?

    I implemented a google maps visualisation with a data icon which should be picked from a file upload element of my underlying data table. It is not shown. I know that this is not an "image element". But in my case it is an uploaded image. May be there is a short hack to get this working?
  12. burghard

    Group by multiple columns/group by calculation

    First I want a list to be automatically grouped by multiple columns without the possibility to expand. One group value must not be a column but a value, which is calculated from a column. The table lists personal records and should be grouped by the year of birth (calculated from the column...
  13. burghard

    How to create a custom template for a visualisation plugin

    Is it possible to create a custom template for a visualisation plugin (e. g. google maps plugin)? I saw that no custom*.css is loaded and the appropriate wiki page is empty.
  14. burghard

    How to let Fabrik guess a link for a phone number (RFC-3966)

    To let fabrik guess an url from a phone number, insert if (preg_match ("/^\+[0-9][0-9\-\s]+/", $value) == 1) { $value = 'tel:' . $value; } into line 250 plugins/fabrik_element/field/field.php. This works if the element is a field AND "guess link" is set to yes. I would...
  15. burghard

    Default Image for a file upload not shown when referencing from databasejoin

    I have a databasejoin element which references another table with a fileupload element for which a default image is set. I set the databasejoin element to be rendered as '<img src="', upload-element, '"/>', where upload-element is the fileupload element (with the set standard image) from the...
  16. burghard

    User Element Plugin - Cross Database

    pardon! I have insufficient privileges to post on the professional forum. So I can not repeat the thread:http://fabrikar.com/forums/index.php?threads/user-element-plugin-cross-database.47411/. May be it can be moved to the community forum? I have identified 9 Classes that may be subject for...
  17. burghard

    User Element Plugin - Cross Database

    I need the user element plugin for a cross database join because all my data for fabrik are in a different database for my installation (not the joomla database). I would contribute code to it, if I get a pointer to the code (probably in the database join element plugin code). In...
  18. burghard

    User Element Plugin does not show name but it in list

    I am using the user element plugin, to mark a record with the current users name. In the form the user is not shown as a field, regardless of the PLG_ELEMENT_USER_HIDDEN_LABEL option. In the list only the id of the user is shown. I use the prostar template and fabrik 3.7. Is there a known issue...
  19. burghard

    Cannot unset $this in class.mime.php on line 735

    I just updated from GitHub according to the known procedure. After that I get the above error when trying to load a form with a record which contains an image. For all records of the same entity which contain no image, the form is displayed (only for these ones with images I get the error). It...
  20. burghard

    Update to Joomla 3.5? with Fabrik 3.4.2 or later?

    Is is recommendable to upgrade to Joomla 3.5 with Fabrik 3.4.2 or later Github update? The two postings here with errors seem not to come from the upgrade.
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top