Floris
14th February 2005, 06:10 AM
[HowTo][306] Add 'Archive' below each thread.
This quick template modification will add the link 'Archive' below each thread like this:
« Previous Thread | Archive | Next Thread »
###########
Open the template: SHOWTHREAD
###########
Find this code:<a href="showthread.php?$session[sessionurl]t=$threadid&goto=nextoldest">$vbphrase[prev_thread]</a>
###########
Below it, on a new line, add this code:<if condition="$vboptions['archiveenabled']"> | <a href="archive/index.php/t-$threadid.html">$vbphrase[archive]</a></if>
###########
Save the template: SHOWTHREAD
This quick template modification will add the link 'Archive' below each thread like this:
« Previous Thread | Archive | Next Thread »
###########
Open the template: SHOWTHREAD
###########
Find this code:<a href="showthread.php?$session[sessionurl]t=$threadid&goto=nextoldest">$vbphrase[prev_thread]</a>
###########
Below it, on a new line, add this code:<if condition="$vboptions['archiveenabled']"> | <a href="archive/index.php/t-$threadid.html">$vbphrase[archive]</a></if>
###########
Save the template: SHOWTHREAD