Back to vBulletin 3.6 Template Modifications

Add The New Thread Button On ShowThread
Mod Version: 1.00, by Mastar

This modification is in the archives.
vB Version: 3.6.5 Rating: (9 votes - 4.78 average) Installs: 200
Released: 08 Jul 2006 Last Update: Never Downloads: 31
Not Supported Template Edits  

In SHOWTHREAD Template...

Find (Two instances):

Code:
<if condition="$show['largereplybutton']">
		<td class="smallfont"><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" /><else /><img src="$stylevar[imgdir_button]/threadclosed.gif" alt="$vbphrase[closed_thread]" border="0" /></if></a></td>
	<else />

Replace it with:

Code:
<if condition="$show['largereplybutton']">
		<td class="smallfont">
<a href="newthread.php?$session[sessionurl]do=newthread&amp;f=$foruminfo[forumid]" rel="nofollow"><img src="$stylevar[imgdir_button]/newthread.gif" alt="$vbphrase[post_new_thread]" border="0" /></a>&nbsp;
<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" /><else /><img src="$stylevar[imgdir_button]/threadclosed.gif" alt="$vbphrase[closed_thread]" border="0" /></if></a></td>
	<else />

Download

No files for download.

Screenshots

Click image for larger version
Name:	S.S..gif
Views:	2116
Size:	5.4 KB
ID:	50492  


vblts.ru supports vBulletin®, 2022-2024