Chuck and Michael have helped me with this in the past on an older version of Photopost and it worked great, but now having done a clean install of PhotoPost and vBulletin and integrating them, I am running into problems again, so maybe they or someone else can help me out.
I am trying to use the following code
Code:
Content visible to verified customers only.
Basically meaning, if you are not a part of that group, then you will get sent to the signup page.
I did go into photopost.php and change
Code:
Content visible to verified customers only.
and made it
Code:
Content visible to verified customers only.
However, what ever number I substitute, even if it is the right usergroup number, it will still react the same with any group. Using the example above, usergroup 6 should not get the message; however, all group numbers go to the error message. It is as if it is not even understanding my code. Can you please point me to what I need to change to make this work again. The way I had it working before was with just Photopost. It is now integrated with vBulleting, s I believe this is part of the problem, and possibly something other than $usergroup needs to be used. Thanks!