I'm assuming you are starting from a fresh install of the PP gallery script. With that assumption...
In the PP header-inc.php find:
Code:
Content visible to verified customers only.
And beforehand add:
Code:
Content visible to verified customers only.
In the topmenu function of the PP pp-inc.php find:
Code:
Content visible to verified customers only.
And afterwards add:
Code:
Content visible to verified customers only.
In the topmenu function of the PP pp-inc.php find:
Code:
Content visible to verified customers only.
And afterwards add:
Code:
Content visible to verified customers only.
Now go to your main
vB forum directory and in
vB login.php find:
Code:
Content visible to verified customers only.
And replace with:
Code:
Content visible to verified customers only.
It's up to you to test it.