Hi, i am attempting to create a joomla module, which would display amember information when the user is logged in. any hints or tips on what files i would need to have in the php code as include inorder for me to pull up session info ? i tried the session variables but it wount display amember info, even when an amember session IS in progress with active user.
aMember sessions will not work inside Joomla. Joomla override default php session settings, so session info that aMember set will not be available. As workaround you can modify check.inc.php in aMember and duplicate user info into cookies, then access cookies from you module.