View Single Post
  #7  
Old 12-14-2011, 01:43 PM
  cherie's Avatar 
cherie cherie is offline
 

X-Wizard
  
Join Date: May 2003
Location: USA
Posts: 1,534
 

Default Re: After login Stay on Current page

Here's an old code sample for 4.0/4.1 that might get you started:


In include/login.php, replace:
PHP Code:
if (!func_is_cart_empty($cart)) { 
with:
PHP Code:
if ($login_type == "C") {
    
func_header_location($redirect_to."/pages.php?pageid=29");
} elseif (!
func_is_cart_empty($cart)) { 
__________________
redlimeweb.com
custom mods and design integration
4.7 linux
Reply With Quote