Quote:
Originally Posted by OcR Envy
Glad you like it
Thanks for the nomination that's unexpected for such a small mod
For usergroups you'd do something like this:
PHP Code:
if(is_member_of($vbulletin->userinfo, 1, 2, 3)) {
Replace the guest code with that. 1, 2, 3 being the usergroup numbers. This should also work for secondary usergroups 
|
The mod is important because the CMS lacks basic needed functionality. It needs to be able to show content for specific user groups without blocking the page and displaying a no permissions screen.
However now I can not get the users or guest to function and it just displays empty box. Not sure why. Can you confirm if you are able to display content or not for specific user groups or guest???
Many thanks!!!