Search results

  1. B

    Error after update to 4 Delta

    As usual you have provided the "magic" fix ! Thanks again.
  2. B

    Error after update to 4 Delta

    I have a very simple shopping list app, which has DB table "items" with a field(Yes/No) "needed". I have 2 lists with data-prefilters needed = 1 and the other needed = 0. On the list I've added a php-plugin (button in row) to change the value of "needed" 0->1 or 1->0. php code: $app =...
  3. B

    List View by menu reference

    Hi ... I have a problem where I go to a bookmarked list view. It looks similar to other uncaught errors in "media/com_fabrik/js/dist/blockuserinput.js:3" ... Mine displays everything correctly, but doesn't allow user input(keys or mouse). My error from Firefox developers tools: Uncaught...
  4. B

    Migration to Fabrik 4 of Encrypted element(s)

    Apologies ... I checked the wiki again and found https://fabrikar.com/forums/index.php?posts/254777/ which has the explanation of encryption and the SQL solution ... AND ... it works !!! Thanks again, and sorry for the unnecessary post!
  5. B

    Migration to Fabrik 4 of Encrypted element(s)

    Hi, I'm slowly but surely testing migrating my Fabrik 3 site. So glad that Fabrik 4 is pretty much "done". I've created a new sub-domain with php 8.1 and then followed the suggestions for Fabrik4 "upgrade". My current problem is with 2 fields(elements) in the database that I have set as...
  6. B

    Modify List Footer(Navigation) or ActionButtons

    I thought that a custom template was probably required, but seemed a little "over kill" for one button. I'll give the into/outro option a go, and use a template if it doesn't satisfy. Thanks muchly for both replies.
  7. B

    Modify List Footer(Navigation) or ActionButtons

    I have a master/detail setup and working. On the detail list I would like a simple "Go Back" button to return to the master. What is the "recommended" method to insert a link type button at either the top (near Add button) or as part of the Navigation at the bottom ? Thanks
  8. B

    Multiple add/edit buttons per row in list

    Very similar to above ... $app = JFactory::getApplication(); $ids = $app->input->get('ids', array(), 'array'); $id = array_shift($ids); $row = $model->getRow($id); $aid = $row->list-table___column; $app->redirect('index.php?option=com_fabrik&view=form&formid=X&rowid='. $aid);
  9. B

    Multiple add/edit buttons per row in list

    OK ... Igot it working ... List PHP plugin code : $app = JFactory::getApplication(); //Get selected ids $ids = $app->input->get('ids', array(), 'array'); // get 1st selection $id = array_shift($ids); // get seleted row $row = $model->getRow($id); // get required id from row $eid =...
  10. B

    Multiple add/edit buttons per row in list

    More details ... I am aware of the php plugin and rediect to a form ... but then how do I then set values in the form's data from the previous list row's values?
  11. B

    Multiple add/edit buttons per row in list

    I have a reasonably complex(grandfather/father/son with other references) view in my DB. I've set it as a List in Fabrik, and it displays well. But editing and adding are a problem, of course. I want to be able to add/edit the father & son DB tables(also created as lists in Fabrik) via their...
We are in need of some funding.
More details.

Thank you.

Members online

No members online now.
Back
Top