$forumpath = "http://www.mysite.com/community/forums";require_once($forumpath . '/global.php');global $vbulletin;if ( is_member_of($vbulletin, 6) ){ echo "Admin CP and ModCP links go here";}unset($vbulletin);