Log in

View Full Version : New Topic Button on thread


GouroB
04-18-2008, 07:08 PM
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.

Lynne
04-18-2008, 07:28 PM
Did you try adding the same code into the SHOWTHREAD template for the button that is in the FORUMDISPLAY template?

GouroB
04-18-2008, 08:03 PM
Im not really good at writing the codes..can you do it for me?

Lynne
04-18-2008, 08:14 PM
Find the place you want to add the code in your SHOWTHREAD template and add:
<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>
Depending on where you add it, you may need div tags or tr/td tags for proper html.