New thread button in post

s3thapl

New Member
How can I add a new thread button on the left of reply button at posts?
For short: new thread button on new post
 
Code:
AdminCP -> Styles & Templates -> Search in templates -> SHOWTHREAD

FIND (second occurrence)
------------------------
<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>


AFTER ADD
---------
<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>&nbsp;
-----------------------------------------------------------------------------------------------------------
 
rajjana said:
i can't edit my showthread template please someone help me

do you have the replacement button?
if so just over right in ftp.
/style name/images/buttons/button name.gif
button name, rename the replacement to the button name.
over right. yes.
MUST BE A GIF!!!!!!!!!
Hit Thanks ;)
 
Back
Top