Topic: Integrating into main website
With my previous forum software.....XennoBB you could do things like this:
if ($forum_user['g_id'] > USER_ADMIN) xBB_Message($lang_common['No permission']);
So basically if the groups id was higher than admin then they would get a page that tells them they can't do anything on the page.
i have tried modifying this to be pun accessible but no luck.
Is there anything like this for PunBB?
Thanks for the help.