For the php challenged, what would be the code to have this work for more than one forum (5 to be exact)?
if ($forumid==XX && $bbuserinfo[userid]!=0 AND ($bbuserinfo[posts]<X) AND (time()-$bbuserinfo[lastpost])<=604900 AND !ismoderator($foruminfo[forumid])) {
I know you'd change the above line, but I'm not sure how to add forums instead of just one: $forumid==XX
vBulletin v2.2.9
|