Search results

  1. JTe

    PDF half list rows output

    Have you tried reinstalling the Fabrik PDF libraries (or a full Github update)? http://fabrikar.com/forums/index.php?wiki/pdf-output/#installation I had once very similar problems when another PDF package was overwriting some of the Fabrik PDF files and reinstalling PDF Libraries fixed it.
  2. JTe

    Modify filter-layout in list-view

    You can edit your filters (with Bootstrap templates) by creating an override of the bootstrap filter by copying the file: to (create necessary directories if they do not exist): And then editing that override. The filters are created starting from line 39 and placed in the $chunkedFilters array.
  3. JTe

    fabrikar forums google search

    That happened already in February, please see: https://fabrikar.com/forums/index.php?threads/google-search-does-not-work-as-before-on-the-wiki-and-forum-posts.52375
  4. JTe

    Bug and quick fix for database join element auto complete

    Today I faced a bug (or a feature) with the database join element auto complete fields. When in a form and editing an existing record one of auto complete fields on the same record was unintentionally cleared. I found out it happened when clicking the auto complete text box and after that an...
  5. JTe

    Style date Tuesday May 25, 2021

    Within the date element: You can find all the php date and time format parameters at: https://www.php.net/manual/en/datetime.format.php
  6. JTe

    [Solution] How to add drop down sorting to list filters

    Here is a way to have drop down sorting of the 'Above' filters. Many modern search forms have an easy-to-user way to filter the search results. Here we will add a drop down option list on the bottom of the filters filed. You can freely add filters to the list as long as elements you are using...
  7. JTe

    MySQL bug !

    I have had similar errors in lists with multiple joins when accidentally disabling one of elements. Please check all the elements stated in the SQL query are enabled and the user has access rights on them too.
  8. JTe

    Bug and quick fix for Notes element notes.js

    There seems to be a small bug in the line 31 of the Notes element file: plugins/fabrik_element/notes/notes.js If the user has only a read access to the element, the javascript tries still to add an event to the 'button' element. With the read only access the element does not exist in the HTML...
  9. JTe

    Emails from the list does not work

    For a Github update please check: http://fabrikar.com/forums/index.php?wiki/update-from-github/ And it is always better to do a complete Github update.
  10. JTe

    [workaround] Search form: tags element not working

    I recently created a search form following the instructions on: http://fabrikar.com/forums/index.php?wiki/create-a-search-form/ But I did not manage to get the tags element to work with my search form. Is this a known limitation or a problem with my configuration? There is however a workaround...
  11. JTe

    [Solved] URL Filter: = works, but <> fails

    According to RFC 3986 neither < nor > is a reserved character so the percent encoding should not be necessary: https://tools.ietf.org/html/rfc3986#section-2.2
  12. JTe

    Google search does not work as before on the wiki and forum posts

    I am getting get something like this. Only one result and a text "No information available for this page". It could be some problems within google though:
  13. JTe

    Google search does not work as before on the wiki and forum posts

    I used to use google search to find information on the old forum posts and wiki. At the moment it looks like the google result are very limited with a note: This makes finding the already solved problems very difficult on the forum and is likely to increase questions already answered. Is it...
  14. JTe

    [Solution] Keep the active filters (while Reset filters set) when using Details view Back button

    Yes, I forgot to mention that. I had to set the Reset Filters because of user feedback. Users were getting confused when going around the site and returning to the list menu having still active filters from previous visit on the list page. By resetting the filters the user will always land on a...
  15. JTe

    [Solution] Keep the active filters (while Reset filters set) when using Details view Back button

    When accessing the full page details view from a filtered list (Filters->Filters = Pop-up, Navigation->Ajaxify = Yes, Links->Ajaxify Links=No) and returning with the "Back" button all the filtering will be lost and the list displayed unfiltered. This happens because the Back-button jumps to a...
  16. JTe

    Random Bugs with form posts, edits, 403 error pages and search/filters stuck - SOLVED (Kind of)

    Please check with your hosting provider. It seems those 403 errors are very often caused by the security settings of the hosting provider, see: http://fabrikar.com/forums/index.php?threads/solved-unexpected-403-error-on-form-save-check-with-your-isp.41966/#post-272675
  17. JTe

    [Solved] Unexpected 403 error on Form Save - Check with your ISP

    Now six years later I had similar error (403 Forbidden) when trying to save or cancel to edit some of my forms in the Fabrik forms edit at the back-end (admin) side of Joomla. The post above helped me and I contacted my hosting provider and they could fix the problem by changing their security...
  18. JTe

    [Solution] How to make a range filter for a date range

    I did spend some time to find a solution to make a range filter for a date range and decided to share my solution for everyone who needs it. I have a list with two elements: 'start_date' and 'end_date'. I wanted to make a filter to search a date range within a date range defined by those two...
  19. JTe

    Problem with umlauts and tag element search list (still not working)

    It seems that the above pull request is not included in the newest version of Fabrik (3.9.2), as after the update I have the problem again. I guess the problem has something to do with the mysql collation in use. I think the reason is that JInput is defaulting to filter 'CMD', but to be...
  20. JTe

    Problem with umlauts and tag element search list (still not working)

    Ok, I find a solution. The problem was probably related to utf8 characters cut away in the file com_fabrik/views/list/view.tags.php on line 84: if (stristr($d->text, $input->get('like'))) If I add the JInput "STRING" filter to that line: if (stristr($d->text, $input->get('like','','STRING')))...
We are in need of some funding.
More details.

Thank you.

Members online

No members online now.
Back
Top