This topic is locked

two questions from a newbie..please help

11/29/2006 12:35:37 PM
PHPRunner General questions
R
robotslover author

Dear All,

Im using phprunner, the old version, and it is working great until i faced this situation:

  1. The total number of pages is always 10 at the footer of the page when the total number of records per page is 20 although the number of records is more than 200. I know i can change number of displayed records per page, but is there a way to add links for other pages greater than 10 at the footer or add a "next link"?
  2. The second question is related to adding or viewing the pages. I have a 40 questions in the database deivded into groups. How can i add a group name before every group in the "add" and "view" pages?
    thanks in advance for the great work

Sergey Kornilov admin 11/29/2006

Pagination control shows links to ten pages. Next button takes you to the next ten pages.

Last button takes you to the last ten pages. If you like to modify the way this control works take a look at WritePagination function in include/jsfunctions.js.
To add headers on Add/View pages use Visual Editor.
In older version you need to modify generated pages manually for this purpose.

R
robotslover author 11/29/2006

thanks a lot for the super fast reply. The point is there is no "Next" after page number 10.Clicking on 10 shows the records on the tenth page and there is no links for later pages.
thanks

Sergey Kornilov admin 11/29/2006

I see what you saying.
You can send your project, generated files and database dump to support@xlinesoft.com for investigation.