Quote:
Originally posted by badmeetsevil
1.) When I click the name, it goes to bbs/admin instead of bbs/ for their profiles.. which makes a broken link..
|
What do you have $url set to? It needs to be the path to your forums.
Quote:
2.) I'm not getting Administrators to show up, even though I set it to 1.
|
Try replacing the line
Code:
$exn = "WHERE usergroupid<>$exr";
with
Code:
$exn = "WHERE usergroupid<>$exr AND usergroupid!=6";