The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Hide a bit of code to everyone but mods/admin?
Code:
<vb:if condition="$prepared['action']"> <dl class="stats"> <dt>{vb:rawphrase current_activity}</dt> <dd> {vb:raw prepared.action} {vb:raw prepared.where}</dd> </dl> </vb:if> Thanks! |
#2
|
|||
|
|||
Try this:
Code:
<vb:if condition="is_member_of($bbuserinfo, 5, 6, 7)"> <vb:if condition="$prepared['action']"> <dl class="stats"> <dt>{vb:rawphrase current_activity}</dt> <dd> {vb:raw prepared.action} {vb:raw prepared.where}</dd> </dl> </vb:if> </vb:if> |
Благодарность от: | ||
spamgirl |
#3
|
|||
|
|||
Awesome, thank you! This will be super useful to me
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|