View Single Post
  #121  
Old 08-18-2008, 05:26 AM
  WhiteDoveGifts's Avatar 
WhiteDoveGifts WhiteDoveGifts is offline
 

X-Adept
  
Join Date: Oct 2006
Location: Maarssen, The Netherlands
Posts: 474
 

Default Re: My Account Login

Well, since I needed this mod to function properly I had my register.php fixed by Qualiteam for some support points. I'll share the code here so if you are on 4.1.10 you need this change of code in register.php:

PHP Code:
# My Account Mod Redirect Begin    
    
if (empty($av_error)) {
        if (
$reg_error) {
            
func_header_location($script);
        }
        else {
            
header("LOCATION: help.php?section=Login");
        }
    }
}
# My Account Mod Redirect End 
__________________
____________________________
X-Cart Gold 4.1.10

EWD Hosting | CDSEO Pro | One Page Checkout | Smart Search | Telafirma Dynamic Images | X-AOM | Product Importer Pro and many custom mods and tweaks found here...
Reply With Quote