The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How to show "Quote Button" ony for registered Users?
Hi,
i want to show to Quote Button in the Posts only registered users? how can i make this done? For Example i have HTML 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> |
#2
|
||||
|
||||
There is the variable $show[guest] or $show[member] that may be used in conditions.
HTML Code:
<if condition="$show['member']"> stuff to only show to members </if> |
#3
|
|||
|
|||
Hi Lynne,
Thanks, that was what i am serarching for. Great. Thx. Greets. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|