- This topic has 6 replies, 2 voices, and was last updated 12 years, 5 months ago by .
Viewing 7 posts - 1 through 7 (of 7 total)
Viewing 7 posts - 1 through 7 (of 7 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 › Link to return to login redirect page – text in widget
HI
I’d like to add a link in the login widget message to take a member back to their welcome page.
So – my set up is I have a redirect after login page assigned to each membership level. This login page has an overview of all the stuff they get with that membership level (with links) and upgrade estore buttons.
I want members to be able to easily return to this page without having to log out and back in again.
I see that using the login widget message is probably the best place to put this, so I’d like to be able to have a link that says “Return To Your Welcome Page” or something similar and that the link picks up their member level and returns to that page.
Thanks for your help!
You can add HTML code in the “Additional Message for Logged in Members” field so if you add something like the following it should do the job:
< a href="http://www.example.com/welcom-page-link">Return To Your Welcome Page</a>
The above is just an example so you will need to adjust the values according to your site.
Thank you, but how do I get it to identify the login redirect page relevant to their membership level?
Is there a shortcode I can use, or some php?
Thanks
How many membership levels do you have?
I have 3 levels.
Thanks!
Okay in that case the idea I had won’t work. I have added an option in the plugin that will allow you display a link to the “Welcome Page (the after login page)” of the member. Please get a new build of eMember from here:
https://support.tipsandtricks-hq.com/update-request
After the update go to eMember settings and check the following option from the “Member Login Related Settings” section:
Display a Link to Member's Welcome Page
It will display a link to the member’s welcome page (the after login page) in the login widget. It will figure out if you are using a member specific or a membership level specific welcome page and create the link appropriately.
WOW. Awesome support – thank you SO MUCH!
I’m off to update now…