Quote:
Originally Posted by bobster65
To block specific user groups, use this instead... in this example, it blocks user groups 5 and 6 from seeing the content.
Code:
if (is_member_of($vbulletin->userinfo, 5,6))
|
This has worked perfectly on all my tab content files except one which I had to put this code into the actually Photopost Pro gallery php file: inc_features.php
So for people who are using Photopost Pro in a tab you must place the code not in your tab php file but in your pp gallery file directly: inc_features.php
Place the code just under: == END CONFIGURATION ==
Thanks for the help! All my tabs are now locked tight!
I highly suggest these instructions be added to your main instructions in your first posts.