How can I edit the default 'register' or 'login' forms on the top bar?

Posted in: Newspaper
Post count: 18

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?

Post count: 20688

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

Post count: 18

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.

Post count: 20688

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/

Post count: 18

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

https://www.screencast.com/t/yrkYndosBE

Post count: 20688

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.

Post count: 18

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.

Post count: 18

https://www.screencast.com/t/KFma8gmE8J

Post count: 18

I’ve fixed it. Thanks

Viewing 9 posts - 1 through 9 (of 9 total)
The forum ‘Newspaper’ is closed to new topics and replies.