Pagination Issues

Asked by Josh

Hi folks!

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).

I am about 99.999% sure this is a configuration error that can easily be solved, but for the life of me I can't figure it out. Any guidance woudl be appreciated.

Thanks in advance,
Josh

Question information

Language:
English Edit question
Status:
Solved
For:
phpns Edit question
Assignee:
No assignee Edit question
Solved by:
Josh
Solved:
Last query:
Last reply:
Revision history for this message
alecwh (alecwh) said :
#1

That is not a configuration error, it's technically a bug. It's
annoying, but overall it's a minor problem.

If you would like this recognized and possibly fixed, file this problem
as a bug (at the bugs section of Launchpad), and I'll decide if it is
worth fixing in the next patch (2.2.3_patch3).

Revision history for this message
Josh (josh-hedrickacres) said :
#2

Thanks Alec. Will file :-)