Quote:
Originally Posted by Opserty
is_member_of() does not perform additional SQL queries, it merely compares the data within the [minicode]$userinfo[/minicode] variable. If the user is in a seperate usergroup then what you have is correct. If you want to merely prevent that user from reporting then you can use a conditional like:
Code:
<if condition="!$bbuserinfo['userid'] == X">
...
</if>
|
BRILLIANT !
Thanks for that !
PS - I know the is_member_of doesnt use SQL queries, as I have it in my navbar to show certain items to certain usergroups
--------------- Added [DATE]1208362075[/DATE] at [TIME]1208362075[/TIME] ---------------
Quote:
Originally Posted by Opserty
is_member_of() does not perform additional SQL queries, it merely compares the data within the [minicode]$userinfo[/minicode] variable. If the user is in a seperate usergroup then what you have is correct. If you want to merely prevent that user from reporting then you can use a conditional like:
Code:
<if condition="!$bbuserinfo['userid'] == X">
...
</if>
|
Sorry - should that not be !==!X ?
--------------- Added [DATE]1208413862[/DATE] at [TIME]1208413862[/TIME] ---------------
Okay - that didn't work.
For some reason, putting the if condition in postbit & legacy, or, just postbit/legacy, simply removes the report icon for everyone....
Anyone any ideas ?