Well, I looked at my code real quick, and we all missed one thing - one VERY important thing.
Code:
eval("\$pagenav = \"".gettemplate("showthread_numpages")."\";");
is inside the
Code:
if ($threadinfo[posts]>$perpage) {
code block
So, scroll down and find:
Code:
} else {
if ($pagenumber=="lastpage") {
$pagenumber=1;
}
Under the
} else { line, add:
Code:
eval("\$pagenav = \"".gettemplate("showthread_numpage")."\";");
[high]* crosses fingers...[/high]