Quote:
Originally Posted by Zachery
Is this supposed to check the user browsing the site, or the persons whos post it is?
$bbuserinfo for person viewing the site
$post for the person who the post belongs to,.
|
The person viewing the site.
I just tried two different things and each failed (didn't fire the condition):
<if condition="is_member_of($bbuserinfo, $vbulletin->options[gm_ugl_view_chars])">
and
<if condition="is_member_of($bbuserinfo, $vbulletin->options['gm_ugl_view_chars'])">
Only difference was the single quotes around the option name. I checked my options and gm_ugl_view_chars is set to "6, 15" no quotes.