Quote:
Originally Posted by cherie
Correct, it is not present. Add this towards the bottom of include/check_useraccount.php:
Code:
$smarty->assign('user_membershipid',$user_account['membershipid']);
The smarty variable will be {$user_membershipid}.
|
Has anything changed in Version 4.5.3?
We are modifying as suggested above, but there is still no data in the smarty tag.
Is there any particular place in the PHP file that the assignment line needs to be added?
Thank you