The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
New Topic Button on thread
Hey all,
Is there any hack which will add a button "NEW TOPIC" like POST REPLY or NEW REPLY in a thread.. ? Like i created a thread..it takes me to it..and then i only see the New Reply button.. but is it possible with any hack/template edit to add a New Topic button beside the New Reply button which will ofcourse start a new topic in that same section? A little help here would be appreciated. Thanks. |
#2
|
||||
|
||||
Did you try adding the same code into the SHOWTHREAD template for the button that is in the FORUMDISPLAY template?
|
#3
|
|||
|
|||
Im not really good at writing the codes..can you do it for me?
|
#4
|
||||
|
||||
Find the place you want to add the code in your SHOWTHREAD template and add:
HTML Code:
<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> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|