Would it work if i created a group called Points and then give it the appropriate usergroup number in points.php ?
Trying to make it so that only 1 user and admin/sup admin can edit the points.
if (!$bbuserinfo[usergroupid]==6)
Ok, this is Administrator group, what if i made another group with only 1 user in it and that group became id 15 say. How could i make the if statement include group 6 and 15 ?
Wouldn't it be better to use user id's instead in this case, as apposed to group id's...*sigh* sorry for the spam =/
|