Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › WP eStore General Questions › How can I change the url for the "register" link on the log in form.
Tagged: emember login, login, widget
- This topic has 4 replies, 2 voices, and was last updated 11 years, 1 month ago by admin.
-
AuthorPosts
-
October 13, 2013 at 4:03 pm #9846rmarcuseMember
I have setup my emember for two free memberships. Advantage Member and Agent Member. I am directing them to their own Login page but the Register link at the bottom of the page leads to only one registration page. Although I have created another I have been unable to change the login form register link.
I realize the form is created in the plugin but can I have it create a different form for each type of login so I can change the register link.
My site is [http://elkspring.net/] click the members tab follow the links and you’ll see what I mean.
Thank you.
October 14, 2013 at 1:30 am #58325adminKeymasterEach site should only have one registration form. Read the following post for more details on it:
Which of the following registration flow are you using on your site?
http://www.tipsandtricks-hq.com/wordpress-membership/a-typical-member-registration-flow-96
Are you saying, you want to customize the login widget code and use a different registration link there?
October 14, 2013 at 2:57 am #58326rmarcuseMemberYes, I just want to customize the login widget code and use a different registration link there? Like this:
<?php echo EMEMBER_JOIN_US;?>
<?php echo EMEMBER_JOIN_US_2;?>
I have two free accounts setup. One called Advantage and one called Agents.
I have two pages with the login widget attached, one called Advantage login one called agent login.
I have two registration forms setup, one called Advantage one called agent.
The problem is when you click register on the login screen of either page the link leads to only one of the registration page. I want the link to led to the appropriate place for that member type.
Like this:
Advantage login screen – if you click the register button – Advantage registration page
Agent login screen – if you click the register button – Agent registration page
Two separate paths.
October 14, 2013 at 3:00 am #58327rmarcuseMemberI used this code on the registration pages [wp_eMember_registration_form_for level=1] on one page [wp_eMember_registration_form_for level=2] on the other.
Thanks for you help.
October 14, 2013 at 10:45 pm #58328adminKeymasterI think the following post should be helpful for you (it tells you which function displays emember’s login form so you can modify that):
https://support.tipsandtricks-hq.com/forums/topic/editing-wp-emember-login-widget
-
AuthorPosts
- You must be logged in to reply to this topic.