Quote:
Originally posted by scsa20
is there a way to make it so only a cerent forum needs that number, like forumid 3??
|
ops missed that part sorry! Sure it is possible, otherwise it would be meaningless to apply it to all boards:
Just use this line:
if ($bbuserinfo[usergroupid]==X AND $bbuserinfo[posts]<Y AND $foruminfo[forumid]==3)
instead of:
if ($bbuserinfo[usergroupid]==X AND $bbuserinfo[posts]<Y)