Quote:
Originally Posted by D.Ilyin
Is there any chance to do something like that?
Code:
[[($bbuserinfo[usergroupid]==3 OR $bbuserinfo[usergroupid]==6)]]
Request activation HERE
[[/($bbuserinfo[usergroupid]==3 OR $bbuserinfo[usergroupid]==6)]]
[[($bbuserinfo[usergroupid]==6)]]
This text see ONLY awaiting conf. group & I.
[[/($bbuserinfo[usergroupid]==6)]]
I see (admin) only first condition  and do not see second.
I tried also like this:
Code:
[[($bbuserinfo[usergroupid]==3 OR $bbuserinfo[usergroupid]==6)]]
Request activation HERE
[[($bbuserinfo[usergroupid]==6)]]
This text see ONLY awaiting conf. group & I.
[[/($bbuserinfo[usergroupid]==6)]]
[[/($bbuserinfo[usergroupid]==3 OR $bbuserinfo[usergroupid]==6)]]
But stil see only first condition  .
Any help for this? Or maybe in future version?
|
It is not clear to me what exactly you are trying to achieve but some notes:
1- Hack Only displays one announcement per user. If more than 1 conditional applies, the one with highest priority (=which is at top) is displayed.
2- Admin is usergroup 6, not 3