29 May 2000, 15:47
One of the suggestions in the Suggestions Forum is, when having the board shorten the multi-page list in forumdisplay, have it include a link to the last post in the thread. This will do that, and adds a toggle to the control panel.
In forumdisplay.php
Find:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Replace with:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
In options.php
Find:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Add below:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
And you're all set. You can use the control panel to set whether or not to list "1 2 more ..." or "1 2 ... 8".
Enjoy
Katherine
In forumdisplay.php
Find:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Replace with:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
In options.php
Find:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
Add below:
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
And you're all set. You can use the control panel to set whether or not to list "1 2 more ..." or "1 2 ... 8".
Enjoy
Katherine