How would i do this for more than 1 user? Can I put in the userID and then just ,9,20,44 to add those other userIDs, or must I use other code?
Example: $bbuserinfo[userid]!=5,9,20,44
Quote:
09-21-02 at 03:51 AM Logician said this in Post #7
yes.. if you change
PHP Code:
and $bbuserinfo[usergroupid]!=5
as
PHP Code:
and $bbuserinfo[userid]!=X
and X with the userid of the user, it will work for the individual user..
|