Change URLs (Login, Register, Profile, etc)
Quote from KoniKodes on January 17, 2020, 4:07 amWhere did you find this? Because I am totally lost.
I have a Registration popup that allows the user to make a UserName with Password and submit Registration.
I need the user to recieve approval just as Admin is notified – via email.
I also need the new user to receive an email stating that the user can login with the chosen UserName and Password at the Login Page.
When that User has successfully logged in, the user should be able to access the forum.
I do not know why this is not working and any help at all would be greatly apprecieated.
Where did you find this? Because I am totally lost.
I have a Registration popup that allows the user to make a UserName with Password and submit Registration.
I need the user to recieve approval just as Admin is notified – via email.
I also need the new user to receive an email stating that the user can login with the chosen UserName and Password at the Login Page.
When that User has successfully logged in, the user should be able to access the forum.
I do not know why this is not working and any help at all would be greatly apprecieated.
Quote from Asgaros on January 31, 2020, 7:56 amHello @konikodes
Your requested features are all related to the registration-functionality which is a core-functionality of WordPress. I suggest you to check for plugins which allow you to add this kind of functionality to your website.
Hello @konikodes
Your requested features are all related to the registration-functionality which is a core-functionality of WordPress. I suggest you to check for plugins which allow you to add this kind of functionality to your website.
Quote from Boris Nevermore on March 16, 2020, 10:22 pmOk, I’m a newbie in this WP world of making websites, but i am a quick learner. So bare with me as i have few questions:
- How do I make custom login/register pages? (Do I need to manually create them in Elementor builder then just change the URL’s in the settings? Do those pages have to have specific features so they can work? Is there som step by step tutorial how to create them?)
- Those filters for custom login/register pages, I can find the php page, but where in the code do I add them?
- Is it possible for Asgaros to have built in its own custom login/register pages so we won’t lose time creating them?
I was highly recommended to this forum plugin from a friend who is web developer, but have almost zero time to show me how to make those custom login/register pages. This is my first post here. I am making my first web site for a customer, so any help will be appreciated.
Thank you in advance.
Ok, I’m a newbie in this WP world of making websites, but i am a quick learner. So bare with me as i have few questions:
- How do I make custom login/register pages? (Do I need to manually create them in Elementor builder then just change the URL’s in the settings? Do those pages have to have specific features so they can work? Is there som step by step tutorial how to create them?)
- Those filters for custom login/register pages, I can find the php page, but where in the code do I add them?
- Is it possible for Asgaros to have built in its own custom login/register pages so we won’t lose time creating them?
I was highly recommended to this forum plugin from a friend who is web developer, but have almost zero time to show me how to make those custom login/register pages. This is my first post here. I am making my first web site for a customer, so any help will be appreciated.
Thank you in advance.
Quote from Asgaros on April 9, 2020, 4:18 amHello @borisnevermore
1: You can use existing WordPress-plugins for that. Please check out the plugin-repository.
2: You can add this code in your themes functions.php file. As an alternative a lot of URLs also can get changed in the forum-settings directly. Please check out the URLs section in the forum-settings.
3: This is planned for a future update.
Hello @borisnevermore
1: You can use existing WordPress-plugins for that. Please check out the plugin-repository.
2: You can add this code in your themes functions.php file. As an alternative a lot of URLs also can get changed in the forum-settings directly. Please check out the URLs section in the forum-settings.
3: This is planned for a future update.
Quote from Asgaros on April 23, 2020, 3:48 amHello @julienncp
Sure, you can just change the URL-slug of the page which contains your forum-shortcode! 🙂
Hello @julienncp
Sure, you can just change the URL-slug of the page which contains your forum-shortcode! 🙂
Quote from JulienNCP on April 23, 2020, 10:48 amQuote from Asgaros on April 23, 2020, 3:48 amHello @julienncp
Sure, you can just change the URL-slug of the page which contains your forum-shortcode!
Thank you, but I would like to know how to do this in the Forum header/menu 🙂
I tried to follow the same steps that for “Login” in functions.php, but that did not work
Quote from Asgaros on April 23, 2020, 3:48 amHello @julienncp
Sure, you can just change the URL-slug of the page which contains your forum-shortcode!
Thank you, but I would like to know how to do this in the Forum header/menu 🙂
I tried to follow the same steps that for “Login” in functions.php, but that did not work
Quote from Asgaros on April 28, 2020, 3:43 am@julienncp
If you change the page-slug, the header-menu is automatically using the new defined URL.
If you change the page-slug, the header-menu is automatically using the new defined URL.
Quote from alltheweb on October 11, 2020, 6:31 pmHi Asgaros – I’m enjoying the forum plugin – Nice job.I’m trying to set up custom login/register pages to match the look and feel of my website.I’m assuming your instruction below is 3 different options.I want to use option 2. Can you provide an instruction? I found the location in the forum settings to input a URL for my registration and login pages, but how do I set up those pages to have the registration and login fields?Thanks in advance.Quote from Asgaros on April 9, 2020, 4:18 amHello @borisnevermore
1: You can use existing WordPress-plugins for that. Please check out the plugin-repository.
2: You can add this code in your themes functions.php file. As an alternative a lot of URLs also can get changed in the forum-settings directly. Please check out the URLs section in the forum-settings.
3: This is planned for a future update.
Quote from Asgaros on April 9, 2020, 4:18 amHello @borisnevermore
1: You can use existing WordPress-plugins for that. Please check out the plugin-repository.
2: You can add this code in your themes functions.php file. As an alternative a lot of URLs also can get changed in the forum-settings directly. Please check out the URLs section in the forum-settings.
3: This is planned for a future update.