Welcome Guest, Not a member yet? Register   Sign In
Pagintaion
#4

[eluser]satterle[/eluser]
OES:

I followed your directions exactly. I'm getting the proper perpage posts on the first page, but the page to page navigation doesn't display. On my view page, I have:

Code:
<?php
foreach ($content as $row) {
    $text = auto_link($row->n_text, 'url', TRUE);
    print nl2br($text);
}
print $pagination;
?>


Any suggestions?


Messages In This Thread
Pagintaion - by El Forum - 10-22-2008, 05:12 AM
Pagintaion - by El Forum - 10-22-2008, 06:08 AM
Pagintaion - by El Forum - 10-22-2008, 06:15 AM
Pagintaion - by El Forum - 10-22-2008, 05:31 PM
Pagintaion - by El Forum - 10-23-2008, 01:47 AM
Pagintaion - by El Forum - 10-23-2008, 08:48 AM



Theme © iAndrew 2016 - Forum software by © MyBB