wow this is proving to be alot of work LOL for the top right links: showthread.php
Code:
$DB_site->free_result($posts);
unset($post);
DEVDEBUG("First Post: $FIRSTPOSTID; Last Post: $LASTPOSTID");
//Line 961
$pagenav = construct_page_nav($totalposts, "t-$threadid", "");
if ($thread['lastpost'] > $bbuserinfo['lastvisit'])
{
Then there's a couple mods in template pagenav this is what I did for the first page:
<if condition="$show['first']"><td class="alt1"><a class="smallfont" href="$address-1.html" title="$vbphrase[first_page] -
Do basically the same for last page and the next/previous links.
Template pagenav_pagelink has all the middle pages
This is it for tonight.... I'm done tinkering with this.... The breadcrumb is really the main thing I have left to do on my forum. Then hopefully somebody will help me with the step by step instructions.