Topic: If pun_user is authenticated AND is in usergroup N
Question: I would like to write an external small function that says: ?if called by someone that is an authenticated PunBB user, and that user belong to group A, B or C then ok, if not die?.
I was going through the Pun source code, but I can't find the appropriate files and functions. Does someone have an example in Pun's code where something like that might be done in the simplest way possible?