
10-25-2008, 08:56 AM
|
|
|
Join Date: May 2007
Posts: 183
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by 4x4 Mecca
Hey there! I'm trying to make a conditional to insert something into the postbit or even forumdisplay using the activity field, here is my code
Code:
<if condition="$vbulletin->xperience_stats[points_user_activity] == 100">1</if>
<if condition="$xperience_stats[points_user_activity] == 100">2</if>
Neither one works, any ideas on how I would do it?
|
This one works:
Code:
<if condition="$bbuserinfo[xperience_ppd] == 100">1</if>
|