Quote:
Originally Posted by stangger5
The usergroup 6 is the only ones that can see it....
Marquee System Options//Marquee Showgroups doesnt work...
You have to edit the Marquee template..
Find this in the marquee template..
in_array($bbuserinfo[usergroupid], array(6))
Add what usergroup you want between these ( )..
Like this..
in_array($bbuserinfo[usergroupid], array(2,6,10,12,15))
|
This is correct, I forgot to edit the xml file.
Please remove <if condition="in_array($bbuserinfo[usergroupid], array(6))"> from the marquee template, update is coming.