- This topic has 2 replies, 2 voices, and was last updated 14 years, 8 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP eMember › WP eMember General Questions › JQuery Sliding Panel
Hey folks … questions if I may. Do you know if this is able to be done with the login form with eMember?
Many thanks
I don’t see why it can’t be done as long as you can code up
This is how you can get the Member ID of logged in member in eMember:
global $auth;
$user_id = $auth->getUserInfo('member_id');
if (!empty($user_id))
{
// Place your code here
}
Hey amin007 … many thanks, I will give it a try and let everyone know how it goes here.