
05-15-2010, 05:16 PM
|
 |
Senior Member
|
|
Join Date: Sep 2008
Location: North Carolina
Posts: 5,844
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Try this:
Quote:
Originally Posted by TheLastSuperman
Try:
Code:
<if condition="$bbuserinfo[styleid]==#">
Content here....
</if>
Replace the # symbol with the desired style ID #
Also to code for any style with alternate code etc use an else statement i.e.
Code:
<if condition="$bbuserinfo[styleid]==#">
Style ID # Content here....
<else />
Show this in any style
</if>
|
|