Search results

  1. startpoint

    Rollover issue

    I think that this is a tooltip problem.
  2. startpoint

    Creating Batch Invoices using Fabrik

    Of course, Fabrik could be used to develop this scenario, which would significantly reduce the amount of code writing. But it's impossible to do it completely without custom code - php or js. And the truth lies in the depth of the details of each desired functionality and how much knowledge and...
  3. startpoint

    Hiding or Restricting the JS Button in Fabrik Lists: Any Ideas?

    You can hide what you want with css or remove it with js.
  4. startpoint

    Solved PHONE NUMBER CALLTO

    <a href="callto:+18002684121223">Call</a>
  5. startpoint

    How to insert javascript code into an element?

    For Lists you should name your file list_X.js
  6. startpoint

    How to insert javascript code into an element?

    Then the easiest way is to use fom_XX.js and do what you want.
  7. startpoint

    How to insert javascript code into an element?

    You can do this with css only: .your_element[value="1"], .your_element[value="2"]{ background: #FFFF99 } Limitations: only work if the value is set in the HTML at the time of rendering. Changes made dynamically (e.g., user typing or through JavaScript) will not update the background.
  8. startpoint

    Solved Hide page numbers in pagination

    Hide all then show only this what you need. I not have latest fabrik and can't give to you right decision.
  9. startpoint

    Solved Hide page numbers in pagination

    Use the css to hide the numbers.
  10. startpoint

    Solved Hide group label from details view

    fieldset .legend { display: none; }
  11. startpoint

    delete registered user forms

    Instead of deleting the records, change their status to hidden. Then use a pre-filter and set registered users to not be able to view or edit hidden records, but admins to be able to view or edit all records, e.g. all records with id > 0 for example.
  12. startpoint

    multi Language version of Fabrik form

    http://fabrikar.com/forums/index.php?wiki/make-fabrik-multilingual-with-fabrik-itself/
  13. startpoint

    Conditional display (tabs and elements)?

    You can use css and js logic to show/hide what you need.
  14. startpoint

    Impossible to register and download Fabrik

    You have a dm.
  15. startpoint

    Sorting of dropdown database join elements in searchfilter

    ORDER BY {thistable}.auteur ASC or ORDER BY {thistable}.auteur DESC
  16. startpoint

    Will Joomla 4 be supported???

    In my opinion the owner of the project is too busy with lectures for wordpress and just doesn't have time for the gold mine she owns. I am very sorry that this is happening. However, I would like to share that the in-depth work with Fabrik and its long-term use in various projects will...
  17. startpoint

    PHP Variable in Placeholder?

    $tbl_name = 'tbl_name'; $el = '{' . $tbl_name . '___el_name}'; return $el; This worked for me in calc element.
  18. startpoint

    How to subscribe to standard or professional support?

    I don't think there is any support for this wonderful project anymore, unfortunately. It is a pity that the owner does not deal with it at all, and completely turns not even to Joomla, but to wordpress. .
Back
Top