Pagination Issue

Bug #385665 reported by Josh
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
phpns
New
Undecided
Unassigned

Bug Description

I'm having an issue where pagination does not seem to be working with phpns 2.3.2_patch2. Specifically, I have the following set up:
<code>
<?php
 $phpns['items_per_page'] = '5';
 include("shownews.php");
?>
</code>
The result is that five articles show up, but the Previous and Next links at the bottom of the page link to #, meaning only 5 articles are available (see http://hedrickacres.org/news.php).

Tags: pagination
Josh (josh-hedrickacres)
tags: added: pagination
Revision history for this message
alecwh (alecwh) wrote :

Josh: In your general settings, you probably have a 5 article limit. Go into the admin panel, Preferences, and Display options. Also, you can set $phpns['limit'] = 10;.

Revision history for this message
alecwh (alecwh) wrote :

In the future, please report bugs to http://bitbucket.org/alecwh/phpns/issues/

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.