Quote:
Originally Posted by hyppa
Thank you for your answer, but coding? I have never done it. How do i find the correct code?
|
Sorry, it's very hard to judge just how much experience a user has just from a post.
Find this in your SHOWTHREAD template:
HTML Code:
<if condition="$show['quickreply']">
<!-- quick reply -->
Add ABOVE it:
HTML Code:
<!-- controls below postbits -->
<table cellpadding="0" cellspacing="0" border="0" width="100%" style="margin-top:$stylevar[margin_3px_fix]px">
<tr valign="top">
<if condition="$show['largereplybutton']">
<td class="smallfont"><a href="newreply.php?$session[sessionurl]do=newreply&noquote=1&p=$LASTPOSTID" 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 />
<td class="smallfont"> </td>
</if>
<td class="smallfont"><if condition="$show['newthreadlink']"><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><else /> </if></td>
</tr>
</table>
This is NOT tested, but I think it is correct. You may have to change (in the new thread section) $foruminfo[forumid] to $threadinfo[forumid].