The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
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
|
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|