Please or Register to create posts and topics.

Would like my login and registration to go to a different page

Page 1 of 2Next

I am not a code writer or website designer so I need information on a plugin I can use or something to have my users go to a different link to register or login instead of the default Wordpress site. Thank you!

I use this plugin https://wordpress.org/plugins/user-registration/ this is what my registration page looks like using the plugin.

https://timhillphotos.co.uk/registration/

kacalhoun has reacted to this post.
kacalhoun

Hello @kacalhoun

If you use a plugin for a custom login-page, those plugins should also take care of returning the correct login-link for WordPress-functions (like wp_login_url()). If this is not the case, I suggest you to contact the developers of the plugin you are using to fix this issue.

You can try to use the plugin suggested by Tim. There are a lot of WordPress plugins out there which allow you to change the login-page. 🙂

kacalhoun has reacted to this post.
kacalhoun
If you want to support the development of Asgaros Forum, you can leave a good review or donate. Thank you very much!

Hi, @Tim

Thank you so much for that. That is exactly what I was looking for and I love the look of it.  @Asgaros Thank you for the assistance.

Asgaros and Tim have reacted to this post.
AsgarosTim

You are most welcome @kacalhoun and glad to help @Asgaros

Kindest regards

Asgaros has reacted to this post.
Asgaros

@Tim,

One more question for you if you don’t mind. How do I get it to show up on my site? I see the short code but am not sure where I am supposed to put that so that it appears on my site. It is still going to the word press login. Also, I absolutely love the look of your site! Thank you for all the help

Tim has reacted to this post.
Tim

@kacalhoun

The look of the form is done through settings, you will have to play around with all to get things right and I don’t know what is right for you, we are all different.

Once the plugin is installed you should have pages within ‘WordPress pages’ that have been created by the plugin.

You have to firstly click ‘add new’ and create a new page in WordPress, then after adding a new form in the plugin (this is mine), paste it to the page then go to settings and set all as you like.

[user_registration_form id="14868"]

It took me a while, hence the bad explanation but all is very easy once to you look at the plugin support and read the plugin page.

Uploaded files:
  • Screenshot-2019-06-02-at-5.38.57-pm.png
  • Screenshot-2019-06-02-at-5.39.43-pm.png
  • Screenshot-2019-06-02-at-5.41.31-pm.png
Asgaros and kacalhoun have reacted to this post.
Asgaroskacalhoun

@Tim

I figured out how to style it, but I am still having issues with getting the registration form to appear when someone clicks on registration in Asgaros forum, it still goes to the WP registration. I have been sitting here for hours trying to figure out how to get it to redirect to created registration form instead of WP, but I just can’t seem to get it. I know there is a code I can enter into my function.php @Asgaros but I am not sure where in that file to put it.

Hello @kacalhoun

The best is to put it at the end of the file, but before the ?> if there is one. For example:

// Some code ...

// Your code ...

?>

Or in case there is no ?>:

// Some code ...

// Your code ...

 

If you want to support the development of Asgaros Forum, you can leave a good review or donate. Thank you very much!

In the plugin login options have you ticked Prevent Core Login and added an alternate registration url above it @kacalhoun

Kind regards

Page 1 of 2Next