and .... sorry ( am a newbie - am just trying to get my head around this )
1.
using your example, how would allow multiple usergroups ?
--------------------------------
2.
in my example there is a line :
if (!$bbuserinfo[userid] || $bbuserinfo[usergroupid]==1 || $bbuserinfo[usergroupid]==3 || $bbuserinfo[usergroupid]==11) {
what is the significance of - if (!$bbuserinfo[userid] being there ? is that needed ?
thanks again.
|