- This topic has 2 replies, 2 voices, and was last updated 12 years, 10 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 › Edit Membership Login Widget (Once user is logged in)
I am trying to edit the way my login widget looks (ie; what info is displayed and how it is displayed) once the user is logged in to WP eMember. Can you please let me know what files I need to access in order to accomplish this. I was able to edit the widgets “before login” display via the eMember_misc_functions.php file but cannot locate where to edit the information that is displayed once the user is logged in.
Here is a link to an image/screenshot of what I am trying to accomplish
[http://squeekpress.com/wp-emember-login-widget-issue/wp-emember-login-widget-issue/]
I would supply a link to the site in reference but it is currently restricted to admin only access while under development. If for some reason you require access to the live site please let me know and I will create a user account for you to preview.
Thank you in advance for your help!
You can customize the code of the login widget and tweak whatever you like. Find the following function in the “eMember_auth_utils.php” file:
function eMember_login_widget()
The code inside the function outputs the login widget so change it to whatever you like.
There are some code samples at the following URL that can come in handy:
http://www.tipsandtricks-hq.com/wordpress-membership/wp-emember-miscellaneous-tweaks-248
Thank you! The new release worked great!