PDA

View Full Version : How would you edit this to work for certain threads?


Slynderdale
04-21-2002, 03:13 PM
how would you edit this to work for admins and forumid 57 and 58?


0 => iif($bbuserinfo['usergroupid']==6,"$bbuserinfo[username]<!-- auto name hack -->",'{bbusername}'),

Chris M
04-21-2002, 05:02 PM
Something like :


if(($bbuserinfo['usergroupid']==6) && ($bbforumid[forumid] == xx))<!-- auto name hack -->",'{bbforumid}'),

xx = The Forum's forumid...

Not quite sure that will work, but I think it is almost there...

Satan