Topic: Figuring out if a username is banned?
What i'm trying to do is add another entry to the $user_info[] array on the file viewtopic.php, it shows what group they are on by adding a "Group: Blah Blah" below "Registered: Blah Blah" on each post.
What i have now works perfectly fine except for banned users. I need to know how to figure out if the user is banned or not, and if true the group is called "Banned", anyone wanna help?