Recent content by EricWebsite

  1. EricWebsite

    where filter in databasejoin is ignored

    For others what I came up with in the php_events list plugin, onLoadData was: $data = $model->getData(); foreach ($data as $group) { foreach ($group as $row) { $show = $row->employee___show_email_and_location; if ($show == 0) { $row->employee___e_mail_address = ''...
  2. EricWebsite

    where filter in databasejoin is ignored

    I see! I'm sorry, I did not know that this only works on Form view! Indeed I could have done want I wanted with CSS or JS, but that does not remove it from the output so it can stil be viewed. Thanks for your suggestion to use the list filtered by the php_events plugin, onLoadData, works perfectly.
  3. EricWebsite

    where filter in databasejoin is ignored

    Yes, in the employee table I have a databasejoin to the location table. The name of this dbjoin is also 'location'. That works fine; selected locations are in the list and form. Some employees want to hide their location (and email) so there is also a yes/no element in the employee table called...
  4. EricWebsite

    where filter in databasejoin is ignored

    Hi, In Fabrik 4.0 official, an attempt to use the 'Data - where' filter options ('Joins where ... ' or 'Filter Where') resulted in an error "error in sql statement ..." while there was nothing wrong with it. After updating from git, version from May 3rd, anything you put in the filters is...
  5. EricWebsite

    Is it possible to save a generated pdf?

    Hi, I use Fabrik's DOMPDF to create a pdf from a list. That works and the pdf is downloaded, but is there a way that the pdf can be saved so other users can download it? Thanks in advance! Best, Eric
  6. EricWebsite

    Fixed Old plugins in github download

    Hi, Just did another update and found 2 leftovers: fabrik_validationrule/akismet fabrik_validationrule/openprovider
  7. EricWebsite

    Double css classes for lists with data joins

    Yes, if I use list for the repeat group then every vehicle takes up 3 rows, this more compact. One could use col-sm-12 which has 2 problems: 1) those ugly page-wide dropdowns as in Joomla's module settings 2) even in list, for an element that needs a minumim width like a dropdown, a bootstrap...
  8. EricWebsite

    Double css classes for lists with data joins

    Hi, I have 2 lists: a members list and a vehicles list (3 visible elements only). The vehicle list ("voertuigen") is joined to the member list, repeatable so a member can add 1 or more vehicles. On the form, I have the vehicle fields group on it's own tab. In the displayed rows, the col-sm-x...
  9. EricWebsite

    Fixed Old plugins in github download

    Hi, After updating with the file downloaded from Bitbucket, Discover showed 5 files with version 4.0beta4b: fabrik_element/googleometer fabrik_form/clone fabrik_validationrule/akismet fabrik_validationrule/openprovider fabrik_visualization/calendar and an old system plugin...
  10. EricWebsite

    Workaround Error after update 2 "Fabrik Base Packages" and database error

    Thanks, that was it! I deleted 7 old 3.x.sql files from administrator\components\com_fabrik\sql\updates\mysql and the error was gone. I found a similar file 2 levels up: administrator/components/com_fabrik/sql as well, named 2.x-3.0.sql Should that be deleted as well? I still have the 2 "Fabrik...
  11. EricWebsite

    Workaround Error after update 2 "Fabrik Base Packages" and database error

    The database errors are already present after upgrading to Joomla 4, and before installing Fabrik 4.0. The Fabrik database version is shown as 3.6.1., and the manifest version as 3.10 during this stage. Also at this moment, "Update structure" does not fix the problem, just like it does not work...
  12. EricWebsite

    Workaround Error after update 2 "Fabrik Base Packages" and database error

    Hi, After upgrading a J3/F3 site I ended up with 2 "Fabrik Base Packages": Fabrik Base Package Site Package N/A No 10700 Fabrik Base Package Site Package 4.0 2024-02-01 Fabrikar N/A No...
  13. EricWebsite

    Solved Link element Link target option always uses Mediabox

    Hi Troester, You found it! Yes, the element was set to Smart Link = Yes, and that seems to always add the rel="mediabox", regardless of the settings of Link Target (which adds "target=_blank"). The link becomes: <a href="https://www.domain.nl" rel="lightbox[mediabox 800 600]"...
We are in need of some funding.
More details.

Thank you.

Members online

No members online now.
Back
Top