Hi
My website theme has a authorization and registration page. User can register and set password.
https://lovepetdog.com/register/
website also has login page after regsitration
the website theme also has change profile page https://lovepetdog.com/edit-profile/
i want the website to only use these page. i have made the settings 'do not allow user registration' (see file step 0 forum customization do not allow user registration) and have used 'custom redirect URLs and custom authorization URL' settings (step 0 forum customization URLs). However these do not work
when someone clicks and sees member view (see files step 1 click members, step 2 when you click on a member to see details), you don't see the profile page of the user ( https://lovepetdog.com/edit-profile/). Instead you see the forum profile page.
i want to disable the forum profile page and registration completely.
Hi ,
Thx for your reply, much appreciated. Can you please tell me
1) where do I make this change? is it below custom css code on forum--> setting--> styles? here is what I have now
#wpforo #wpforo-wrap {
font-size: 13px; width: 100%; padding:10px 0; margin:0px;
}
#wpforo-profile-menu{display:none;}
2) What are we doing exactly ?
3) Will this help to go the account page for my theme when i see members?