This topic is locked

Add Next/Prev buttons on List Page

1/13/2014 10:09:21 PM
PHPRunner General questions
mcgeepj2 author

Hi All,
Not a problem, just looking for help as I am not a coder or a php wiz (which is why I love PHPRunner).
I want to add Next/Prev buttons on the List page beside the built-in pagination same as on the Edit page. I know I can use custom events with the 'Insert PHP code snippet' option and I know I would use the '$_SESSION["<table name>_pagenumber"]' variable. I just don't know how to do it. My table name is 'books' so it would be '$_SESSION["<books>_pagenumber"]', but that's about as far as I can get.
The admins and support here has been great, but lets face it, they aren't here to create it all for me, so I'm trying to pull from the forum members experiences here to help me. And the reason I wish to use these buttons even though the pagination is there is because my audience is old military veteran types, so a nice big NEXT button is a lot easier to see and use than the pagination numbers.
Thanks in advance.