• I noticed that if you edit the record to click on “save” the record will be updated to take first place in the table. Tell me how this happens and can I do this “update” for all records of the user which updates (in case if its multiple records fell dahlke down to page 10 and he wants his record (10 pieces) took wornie positions by clicking on the button or as something else)

Viewing 1 replies (of 1 total)
  • Plugin Author xnau webdesign

    (@xnau)

    The best way to do anything like this is to use filters or hooks. It’s best to avoid altering the plugin code itself.

    The pdb-before_submit_update filter happens before the data is submitted
    the pdb-after_submit_update hook is called after the record is updated, that is probably the best one to use for something like that, it passes in the submitted data, then you can use that to update the other records.

Viewing 1 replies (of 1 total)
  • The topic ‘Rise’ is closed to new replies.