View Single Post
Old January 3rd, 2006, 10:52 AM   #10 (permalink)
Chuck S
Photopost Developer
Verified Customer
 
Chuck S's Avatar
 
Join Date: Jun 2002
Location: Abingdon,MD
Posts: 71,940
Well I would like to know how the login does not work on our screen. It should but you can gladly change the links on the menubar by editing pp-inc.php and changing the links for login by editing the function topmenu

if ( VB3_INTEGRATION == "off" ) $log = "&middot; <a href=\"{$Globals['maindir']}/misc.php?action=login&amp;login=yes\">{$Globals['pp_lang']['login']}</a>";

to say

if ( VB3_INTEGRATION == "off" ) $log = "&middot; <a href=\"{$Globals['vbulletin']}//index.php?action=login\">{$Globals['pp_lang']['login']}</a>";

In the smf.php file in the forums directory I show the register link as this which would appear correct

$regtext = " &middot; <a href=\"{$Globals['vbulletin']}/register.php?1\">{$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