Log in

View Full Version : Moving reply to postbit


Bubble #5
12-06-2005, 02:10 AM
We (desperately) are trying to move the reply/closed post button inside postbit. Here is the code that we found for that action:

<if condition="$show['largereplybutton']">
<a href="newreply.php?$session[sessionurl]do=newreply&amp;noquote=1&amp;p=$FIRSTPOSTID" 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>
</if>

However when we use this code the only thing that appears is the closed thread button :(

Why? :ermm: