<if condition="$bbuserinfo[styleid] == 1"> code to only show only on style id 1 <else /> <if condtion="$bbuserinfo[styleid] == 2"> code to show show only on style id 2 <else /> use on any style except 1 or 2 </if> </if>