01-27-2008, 11:31 AM
This is something I also find useful if you want your portal page to be more of a blog.
This allows users to browse past announcements - ie further than the cutoff.
To do this, open up portal.php
Find:
This allows users to browse past announcements - ie further than the cutoff.
To do this, open up portal.php
Find:
PHP Code:
|
Replace with:
PHP Code:
|
Then find:
PHP Code:
|
Replace with:
PHP Code:
|
Once you've done the above modifications, just open up your portal template, and add {$multipage} wherever you want your pagination to be.