I think I have it for you guys, heres what worked for ME at least.
1:
I DOWNLOADED showthread.php and edited it manually for step 1. Had to search partial lines, but found it.
2:
I created a new template in control panel for step 2.
3:
In control panel I opened showthread and placed the line where I show you as an example below:
<!-- first unread and next/prev -->
<table cellpadding="2" cellspacing="0" border="0" width="100%" align="center">
<tr>
<td><smallfont>$pagenav </smallfont></td>
<td align="right"><smallfont>
<img src="images/prev.gif" alt="" border="0">
<a href="showthread.php?s=$session[sessionhash]&threadid=$threadid&goto=nextoldest">Last Thread</a>
<a href="showthread.php?s=$session[sessionhash]&threadid=$threadid&goto=nextnewest">Next Thread</a>
<img src="images/next.gif" alt="" border="0">
</smallfont></td>
</tr>
</table>
<!-- first unread and next/prev -->
$replybox
<!-- /spacer -->
</td><td width="10"><img width="10" height="1" src="images/space.gif" alt=""></td></tr></table>
<!-- /spacer -->
Hope that helps you guys, it confused me. I am using 2.30 final.
|