Posted on: 08/28/02 11:27am
By: Anonymous (Anonymous)
I need to be able to specify a max number of stories displayed per page (say, 5) and have a link or something at the bottom to keep going further back into the stories... Is there any way to do this?
Thanks
Specifying max stories per page
Posted on: 08/28/02 01:58pm
By: Dirk
Sure, just set
$_CONF['limitnews'] = 5;
in your config.php. The navigation for switching back and forth between pages will appear automatically once you have more than 5 stories.
Please note that each user can change this number in his/her profile.
bye, Dirk