Fork me on GitHub

Startnums for long lists  Bottom

  • I have currently 8 pages of output table. When you change a project on page 8, it returns to page 1. I'd like to be able to have it start at the project it was on. Is there a way to do that?
  • You need to pass the current page number through the editing functions. Do this by appending the page number to the edit links in the output table. Then get the value using pnVarCleanFromInput in the edit function. Assign it to the template and define a hidden form variable. Get the form variable (again using pnVarCleanFromInput) in the update function and use it in the pnRedirect call at the end of the update.

    -Mark

    --
    Visit My homepage and Zikula themes.
  • 0 users

This list is based on users active over the last 60 minutes.