View Single Post
Old July 20th, 2004, 01:20 PM   #4 (permalink)
Chuck S
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 68,007
In your VB3.php file I am assuming your using or whichever file your using do this

Find this line or depending on your integration file one something like it.

$regtext = " | <a href=\"{$Globals['vbulletin']}/register.php?action=signup\">{$Globals['pp_lang']['register']}</a>";

change to this

$regtext = " | <a href=\"{$Globals['homeurl']}/member/signup.php\">{$Globals['pp_lang']['register']}</a>";

If your a member is under the forums directory then it can be this

$regtext = " | <a href=\"{$Globals['vbulletin']}/member/signup.php\">{$Globals['pp_lang']['register']}</a>";
__________________
Photopost Developer and Support Engineer

Please do not PM me for support or sales questions. Thank you for your understanding.
Chuck S is offline   Reply With Quote