View Single Post
  #7  
Old 04-17-2006, 04:52 PM
 
Ian Ian is offline
 

Senior Member
  
Join Date: Sep 2002
Location: Adelaide, South Australia
Posts: 127
 

Default

You need to add a little in the /include/check_useraccount.php

at the end after

Code:
x_session_save(); $smarty->assign("is_merchant_password", $is_merchant_password); $smarty->assign("login",$login); $smarty->assign("usertype",$current_area); $mail_smarty->assign("usertype",$current_area);

add:

Code:
$smarty->assign("pmembership",$user_account['membership']); $smarty->assign("user_membership",$user_account["membership"]);

That should make the rest of it work for you.

Ian
__________________
_____________________________________

4.6.6 Gold Plus
and 4.7.4 Gold
MySQL server 5.6.29
PHP 5.5.34
Reply With Quote