MyBB Community Forums

Full Version: User group
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How can i show content to people of a certain usergroup (on a page off the forum)

Im thinking of somthing like

<?php
chdir('forums');
require './global.php';
?>

And then if to see if the user is the usergroup... There may be a better way.

Thanks.