• Hello Fabrik Community

    Fabrik is now in the hands of the development team that brought you Fabrik for Joomla 4. We have recently transitioned the Fabrik site over to a new server and are busy trying to clean it up. We have upgraded the site to Joomla 4 and are running the latest version of Fabrik 4. We have also upgraded the Xenforo forum software to the latest version. Many of the widgets you might have been used to on the forum are no longer operational, many abandoned by the developers. We hope to bring back some of the important ones as we have time.

    Exciting times to be sure.

    The Fabrik 4.0 Official release is now available. In addition, the Fabrik codebase is now available in a public repository. See the notices about these in the announcements section

    We wish to shout out a very big Thank You to all of you who have made donations. They have really helped. But we can always use more...wink..wink..

    Also a big Thank You to those of you who have been assisting others in the forum. This takes a very big burden off of us as we work on bugs, the website and the future of Fabrik.

paging list with filter set

skyrun

Active Member
i am bringing up a list with the url:
https://testlocation.skyrun.com/sky...ation_id_raw=3202&limitstart=0&resetfilters=1

that correctly shows items with reservation_id = 3202

however when i use any of the paging controls on the list, the url changes to something like:
https://testlocation.skyrun.com/sky...resetfilters=0&clearordering=0&clearfilters=0

the list looks fine (still filtered for reservation_id=3202), but the variable {srms_payments___reservation_id_raw} which i use in the list text is not set (ie renders as text).

is there a variable i can use in the list text that will be set to the filtered value (3202 in this case), even after paging?
 
any ideas on this? i noticed that if i switched to using ajax for navigation on the list, that {srms_payments___reservation_id_raw} stays put. plus it looks really slick when paging...

but, the ajax paging is showing a different issue. in my custom template for the list, i have added this code in the php to create a button if a payment token exists.

PHP:
...
    <?php if ($this->_row->data->srms_payments___token != '') {?>
        <td><a class = 'uk-button uk-button-success' href='index.php?option=com_fabrik&view=form&formid=85&paymentid=<?php echo $this->_row->data->srms_payments___id; ?>'>Charge</a></td>
    <?php } else { echo '<td></td>';}; ?>
...

this works great when the page loads or refreshes from the server, however when i page forward and back and ajax is used, the button displays on all columns, not just the ones where there is a token on that row.

so would like suggestions for either how to show a filter variable in the intro text on a form that survives paging OR a way to have the template rules followed when ajax is used for pagination.
 
this is still an issue. found this old post while trying to see if anyone had a solution yet.

need parameters that were passed to the original list to be passed along on the urls for paging controls so they are persistent.
 
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top