The Arcive of vBulletin Modifications Site. |
|
Add The New Thread Button On ShowThread Details »»
|
|||||||||||||||||||||||||
In SHOWTHREAD Template...
Find (Two instances): Code:
<if condition="$show['largereplybutton']"> <td class="smallfont"><a href="newreply.php?$session[sessionurl]do=newreply&noquote=1&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&f=$foruminfo[forumid]" rel="nofollow"><img src="$stylevar[imgdir_button]/newthread.gif" alt="$vbphrase[post_new_thread]" border="0" /></a> <a href="newreply.php?$session[sessionurl]do=newreply&noquote=1&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 /> Show Your Support
|
|||||||||||||||||||||||||
| Comments |
|
#2
|
||||
|
||||
|
thank you.
i think this is posted somewhere already ? I just did this the other week,, but added a new style so i needed to do it again anyways.. /me installs |
|
#3
|
||||
|
||||
|
It's posted all over the place.
![]() At last count, there were 3 for 3.5.x, all the same as this. |
|
#4
|
||||
|
||||
|
I know, just thought I'll put it here also!
|
|
#5
|
||||
|
||||
|
Thanks, this works just fine.
|
|
#6
|
||||
|
||||
|
Quote:
|
|
#7
|
|||
|
|||
|
thanks, is something from my old closed ipb board that i missed with vBuletin
|
|
#8
|
|||
|
|||
|
Thanks!
|
|
#9
|
|||
|
|||
|
Thank you... needed this
|
|
#10
|
|||
|
|||
|
Yeah, atlast i found it... thanks Mastar for the mod
|
![]() |
|
|