Back to vBulletin 3.5 Template Modifications

Add Newthread button in Showthread
Mod Version: 1.00, by CongTuDepTrai

This modification is in the archives.
vB Version: 3.5.3 Rating: (0 vote - 0 average) Installs: 36
Released: 08 Dec 2005 Last Update: Never Downloads: 14
Not Supported  

Work with 3.5.1 too

this is the small code for the showthread template, add newthread button next to newreply button:

to do that

find in showthread template

Code:
<if condition="$show['largereplybutton']">
<a href="newreply.php?$session[sessionurl]do=newreply&amp;noquote=1&amp;p=$FIRSTPOSTID" rel="nofollow"><if condition="$show['closethread']"><img src="$stylevar[imgdir_button]/reply.gif" alt="$vbphrase[reply]" border="0" />
and replace with the code below

Code:
<td class="smallfont"><a href="newthread.php?$session[sessionurl]do=newthread&amp;f=$forumid" rel="nofollow"><img src="$stylevar[imgdir_button]/newthread.gif" alt="$vbphrase[post_new_thread]" border="0" /></a>&nbsp;
<if condition="$show['largereplybutton']">
<a href="newreply.php?$session[sessionurl]do=newreply&amp;noquote=1&amp;p=$FIRSTPOSTID" rel="nofollow"><if condition="$show['closethread']"><img src="$stylevar[imgdir_button]/reply.gif" alt="$vbphrase[reply]" border="0" />


remember that there is 2 reply button above and below the thread so you have to do that twice

Download

This modification is archived and cannot be downloaded.

Screenshots

 

Similar Mods

[showthread] Return To Top & Modified PostReply/NewThread Layout vBulletin 2.x Template Modifications

vblts.ru supports vBulletin®, 2022-2024