View Single Post
Old May 15th, 2005, 06:19 PM   #15 (permalink)
Frost
Registered User
 
Join Date: Apr 2005
Posts: 148
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.

Last edited by Frost; May 15th, 2005 at 06:22 PM.
Frost is offline   Reply With Quote