The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Hide Quote button from unregistered visitors
For some reason the "Quote" button shows up on posts unregistered visitors are viewing. I have an admittedly heavily modified forum, but is this "normal" in vB, or have I screwed something up at some time over the years (or in the vB preferences or something)?
If this is "normal", how can I get the "Quote" button to not show to unregistered visitors? |
#2
|
||||
|
||||
Quote shows up for guests on my 3.8.7 forum too... I think it always has.
If you edit your postbit/legacy template you can find this code: Code:
<if condition="$post['replylink']"> <a href="$post[replylink]" rel="nofollow"><img src="$stylevar[imgdir_button]/<if condition="$post['forwardlink']">reply_small<else />quote</if>.gif" alt="$vbphrase[reply_with_quote]" border="0" /></a> </if> Code:
<if condition="$post['replylink'] AND $show['member']"> |
#3
|
||||
|
||||
Thank you! I appreciate your help very much!
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|