The Arcive of vBulletin Modifications Site. |
|
Add New Thread Button To Forum Posts Details »»
|
|||||||||||||||||||||||||
![]() Instructions: 1- go to your "SHOWTHREAD" template 2- look for the the following code: HTML Code:
<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> HTML Code:
<td class="smallfont"><a href="newthread.php?$session[sessionurl]do=newthread&f=$foruminfo[forumid]"><img src="$stylevar[imgdir_button]/newthread.gif" border="0" alt="$vbphrase[post_new_thread]" /></a> <a href="newreply.php?$session[sessionurl]do=newreply&noquote=1&p=$FIRSTPOSTID"><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> ![]() Show Your Support
|
|||||||||||||||||||||||||
| Comments |
|
#2
|
|||
|
|||
|
finally... i've been looking for this...
![]() thank you so much |
|
#3
|
|||
|
|||
|
i was gonna request this one.... thanx allot
|
|
#4
|
|||
|
|||
|
Great.
THX
|
|
#5
|
|||
|
|||
|
i did as posted and it;s not coming up , any ideas
|
|
#6
|
|||
|
|||
|
Thank you! been wanting this too!
|
|
#7
|
|||
|
|||
|
Thanks for this hack! ..... I wanted the new thread after new reply ... so I replaced with this rearranged version of above (In case anyone needs that):
Code:
<td class="smallfont"><a href="newreply.php?$session[sessionurl]do=newreply&noquote=1&p=$FIRSTPOSTID"><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> <a href="newthread.php?$session[sessionurl]do=newthread&f=$foruminfo[forumid]"><img src="$stylevar[imgdir_button]/newthread.gif" border="0" alt="$vbphrase[post_new_thread]" /></a></td> |
|
#8
|
|||
|
|||
|
thanks red raider that seemed to fix my problem
|
|
#9
|
||||
|
||||
|
Thank you very much for this enhancement!
|
|
#10
|
|||
|
|||
|
Realy
Thank you |
![]() |
|
|