in functions_forumdisplay.php
Code:
$totalpages = ceil($thread['totalposts'] / $pperpage);
// orignal line $address = "showthread.php?$session[sessionurl]t=$thread[threadid]";
$address = "t-$thread[threadid]";
$address2 = "$thread[highlight]";
$curpage = 0;
Then in the template threadbit_pagelink
Code:
<a href="$address-$curpage$address2.html">$curpage</a>
Next thing I have to track down is that top right navbar and correct those links.