Hi there, I would prefer that a user is able to select the password that they want, then an activation email would be sent to them to confirm registration on my website. I can allow users to select a password and then send them an activation email with BBPress, but I would have to link those pages to the menu and hide the default login/register option. How can I edit the default login/register pages?
Hi,
You could remove the theme login option by disabling it in the theme panel
– https://forum.tagdiv.com/login-how-to-enable-user-registration/
Then enter a custom login page in the top menu for example.
Or if you want to edit the login modal file you can find it here in the theme
– https://www.screencast.com/t/QmHabPcrLnc
Thanks
How can I change the links for login & register to pages? That way instead of editing modal file I can send the user to a form and still maintain their account username and photo in the login bar.
The login link is defined here – https://www.screencast.com/t/GDpvpxGWUeM
So you could replace that default link to a different address if that is required.
This is a similar topic – https://forum.tagdiv.com/topic/login-redirect/
Hey there, this didn’t work for me. My code on top-menu.php looks different.
Could I just edit the login modal file to redirect the user if they click register?
Here’s my file. I use the ultimate member plugin for login/registration
All the links in the modal window are defined in this file including the create an account/register links
– https://www.screencast.com/t/dPBgtnxDcKA
Or maybe instead of making so many customization, disable the theme login as mentioned, and add a custom register link in the top menu.
Hi there, I may have miscommunicated. When the user clicks “Create an Account” in the Login-modal, I want them to be redirected to the registration page.
So from “$users_can_register_link = ‘‘” i changed id=”register-link” to href=”(site registration page)”
is this correct? upon completion it is not redirecting the user when they select “create an account” on my site.
https://www.screencast.com/t/KFma8gmE8J
-
This reply was modified 8 years by
nafezhusseini.
-
This reply was modified 8 years by
nafezhusseini.