View Full Version : show new thread
FracTure
08-10-2006, 02:33 PM
Is there a way to have a along side post reply new thread while viewing a thread?
Kirk Y
08-10-2006, 08:13 PM
Find in your SHOWTHREAD template:
$vbphrase[closed_thread]" border="0" /></if></a>
Add directly after:
<a href="newthread.php?$session[sessionurl]do=newthread&f=$foruminfo[forumid]" rel="nofollow"><img src="$stylevar[imgdir_button]/newthread.gif" alt="$vbphrase[post_new_thread]" border="0" /></a>
If you want the New Thread button to appear next to both New Reply buttons, you'll need to do the above twice -- there is another further down the template.
FracTure
08-11-2006, 09:02 AM
Find in your SHOWTHREAD template:
$vbphrase[closed_thread]" border="0" /></if></a>
Add directly after:
<a href="newthread.php?$session[sessionurl]do=newthread&f=$foruminfo[forumid]" rel="nofollow"><img src="$stylevar[imgdir_button]/newthread.gif" alt="$vbphrase[post_new_thread]" border="0" /></a>
If you want the New Thread button to appear next to both New Reply buttons, you'll need to do the above twice -- there is another further down the template.
Thanks acidburn0520 for your help, I appreciate it
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.