P.S.
If you are using it, you'll notice that forums the user doesn't have permission to see will show up as "mods only". Well, the $locationlink points to "/boards" since the directory structure we have is:
http://www.baseballboards.com/boards/ <-PHP files live here (aka "forums").
So, if your index.php resides in a different dir, replace
$locationLink = "/boards/";
with
$locationLink = "/SOME/PATH/";