The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
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)?
|
#2
|
||||
|
||||
![]()
there is already a post reply button in the thread
you can see it here ![]() |
#3
|
|||
|
|||
![]()
I was asking for a reply button in each post...not thread.
|
#4
|
|||
|
|||
![]()
In the postbit template add this to where you want it:
HTML Code:
<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> |
#5
|
|||
|
|||
![]()
Thank you and welcome to vBulletin.org
|
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|