Quote:
Today at 06:44 PM noyen said this in Post #917
i've run into a strange problem... since adding the replybox, i am unable to go to any thread that continues past 1 page to the more than one page. clicking on the 2 page, or next page button reloads the first page....?
|
Are you sure you made the correct alterations to 'showthread.php'? The last line of that involves the page navigation.
PHP Code:
if ((!isset($pagenumber) or $pagenumber==0) and $pagenumber!="lastpage") {
$pagenumber=1;