vuzzupp
05-28-2011, 02:05 PM
I have been making a template and need to move the "reply" button from above the thread controls to besides the "quick reply". I have produced the following code which I believe should be correct, but it does not work for some reason:
<if condition="$show['closethread']">
<a href="newreply.php?$session[sessionurl]do=newreply&noquote=1&p=$thread[threadid]" rel="nofollow">
<img src="$stylevar[imgdir_button]/reply.gif" alt="$vbphrase[reply]" border="0" /></a>
<else />
<img src="$stylevar[imgdir_button]/threadclosed.gif" alt="$vbphrase[closed_thread]" border="0" />
</if>
Can anyone help?
<if condition="$show['closethread']">
<a href="newreply.php?$session[sessionurl]do=newreply&noquote=1&p=$thread[threadid]" rel="nofollow">
<img src="$stylevar[imgdir_button]/reply.gif" alt="$vbphrase[reply]" border="0" /></a>
<else />
<img src="$stylevar[imgdir_button]/threadclosed.gif" alt="$vbphrase[closed_thread]" border="0" />
</if>
Can anyone help?