Moonwolf:
I tried that and it didn't work. This is what I have.
if ($threadinfo[posts]>$perpage) {
$totalpages=$threadinfo[posts]/$perpage;
if ($totalpages!=intval($totalpages)) {
$totalpages=intval($totalpages)+1;
}
if ($pagenumber=="lastpage") {
$pagenumber=$totalpages;
}
if ($totalpages==1) {
eval("\$pagenav = \"".gettemplate("showthread_numpages2")."\";");
} else {
eval("\$pagenav = \"".gettemplate("showthread_numpages")."\";");
}
It still does not dispaly the template showthread_numpages2
when there is only one page.
Parker
|