<?php if ($vbulletin->userinfo['usergroupid'] == '6' ) { echo "Have stuff for here"; } else { echo "You do not have permission for this page"; } ?>