Quote:
Originally Posted by Arcade Fire
Nice, but not show in forumhome, any idea?
|
Try adding
Code:
THIS_SCRIPT != 'index'
to the code example:
Code:
<if condition="THIS_SCRIPT != 'profile' OR (!in_array($profilefield[profilefieldid], array(A, B, C)) OR is_member_of($bbuserinfo, 1, 2, 3))">
<option value="$key" $selected>$val</option>
</if>
Change to (And remember to change the A/B/C and 1/2/3 to what you need them to be but new example:
Code:
<if condition="THIS_SCRIPT != 'profile' OR THIS_SCRIPT !='index' OR (!in_array($profilefield[profilefieldid], array(A, B, C)) OR is_member_of($bbuserinfo, 1, 2, 3))">
<option value="$key" $selected>$val</option>
</if>
Let me know seems like it should be a quick fix but I did not install and do not need to so let me know as I said