MattM
05-13-2004, 07:16 PM
In earlier versions of vB3, at the bottom of the thread view, there was a link to the forum, above the Previous/Next links. If you want to do this, follow these steps:
Open the template called SHOWTHREAD (it's in the Show Thread group, funnily enough), and find the following code (About a quarter down):
<div class="smallfont" align="center">
<strong>«</strong>
<a href="showthread.php?$session[sessionurl]t=$threadid&goto=nextoldest">$vbphrase[prev_thread]</a>
|
<a href="showthread.php?$session[sessionurl]t=$threadid&goto=nextnewest">$vbphrase[next_thread]</a>
<strong>»</strong>
</div>And replace it with:
<div align="center" class="smallfont">
<a href="forumdisplay.php?$session[sessionurl]f=$threadinfo[forumid]">$foruminfo[title]</a><br />
<strong>«</strong>
<a href="showthread.php?$session[sessionurl]t=$threadid&goto=nextoldest">$vbphrase[prev_thread]</a>
|
<a href="showthread.php?$session[sessionurl]t=$threadid&goto=nextnewest">$vbphrase[next_thread]</a>
<strong>»</strong>
</div>
Open the template called SHOWTHREAD (it's in the Show Thread group, funnily enough), and find the following code (About a quarter down):
<div class="smallfont" align="center">
<strong>«</strong>
<a href="showthread.php?$session[sessionurl]t=$threadid&goto=nextoldest">$vbphrase[prev_thread]</a>
|
<a href="showthread.php?$session[sessionurl]t=$threadid&goto=nextnewest">$vbphrase[next_thread]</a>
<strong>»</strong>
</div>And replace it with:
<div align="center" class="smallfont">
<a href="forumdisplay.php?$session[sessionurl]f=$threadinfo[forumid]">$foruminfo[title]</a><br />
<strong>«</strong>
<a href="showthread.php?$session[sessionurl]t=$threadid&goto=nextoldest">$vbphrase[prev_thread]</a>
|
<a href="showthread.php?$session[sessionurl]t=$threadid&goto=nextnewest">$vbphrase[next_thread]</a>
<strong>»</strong>
</div>