I have upgraded to amember pro from trial version without any issues. Iverythinks works great - it is such a niffty programme. thankyou ! Can anyone please tell me who to add the product expiry date to member profile page. I have managed to add {$smarty.session._amember_user.name_f} for welcome..., but do not now where to find refernces to the adding expiry. Is ther a list of these smarty codes anywhere? Thanks Adrian
There is no the list, but you can do PHP: <pre><?phpsession_start();print_r($_SESSION);?> to see all variables aMember adding to the session. It is not easy question with variable, member can have several subscriptions, which one would you like to see?
$_SESSION['_amember_user']['name_f'] $_SESSION['_amember_user']['name_l'] $_SESSION['_amember_user']['email']