View Full Version : Reply button in each post?
rnmcd
12-31-2006, 02:36 PM
I know that Admins can enable a Quick Reply button to display in each post and use the Quote button to quote the post and go to the full reply page but can a full Reply button be displayed (that doesn't quote the post)?
Brandon Sheley
12-31-2006, 02:45 PM
there is already a post reply button in the thread
you can see it here ;)
rnmcd
12-31-2006, 02:50 PM
I was asking for a reply button in each post...not thread.
PayBas
01-01-2007, 09:35 PM
In the postbit template add this to where you want it:
<if condition="$show['largereplybutton']">
<a href="newreply.php?$session[sessionurl]do=newreply&noquote=1&p=$post[postid]" 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>
rnmcd
01-01-2007, 09:36 PM
Thank you and welcome to vBulletin.org
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.