The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
If condition for IM's
Trying me luck here
Anyone know the If condition for IM's i cant seem to find it anywhere Thanks Code:
<div class="imlinks"> {vb:raw post.icqicon} {vb:raw post.aimicon} {vb:raw post.msnicon} {vb:raw post.yahooicon} {vb:raw post.skypeicon} </div> |
#2
|
||||
|
||||
<vb:if condition="$post['icqicon']">
<vb:if condition="$post['aimicon']"> etc. etc. |
#3
|
|||
|
|||
Quote:
Code:
<vb:if condition="$post['icqicon']">{vb:raw post.icqicon}</vb:if> <vb:if condition="$post['aimicon']">{vb:raw post.aimicon}</vb:if> <vb:if condition="$post['msnicon']">{vb:raw post.msnicon}</vb:if> <vb:if condition="$post['yahooicon']">{vb:raw post.yahooicon}</vb:if> <vb:if condition="$post['skypeicon']">{vb:raw post.skypeicon}</vb:if> Code:
<div class="mai_postbit"> |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|