Notifications
Clear all

wpForo 1.x.x [Closed] disable using wpforo member registration and member page completely not working

8 Posts
2 Users
0 Reactions
1,548 Views
Posts: 6
Topic starter
(@rubina)
Active Member
Joined: 5 years ago

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

https://lovepetdog.com/login/

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.

7 Replies
Posts: 6
Topic starter
(@rubina)
Active Member
Joined: 5 years ago
Posts: 6
Topic starter
(@rubina)
Active Member
Joined: 5 years ago

file 3 attached

Posts: 6
Topic starter
(@rubina)
Active Member
Joined: 5 years ago
1 Reply
Alvina
Moderator
(@alvina)
Joined: 5 years ago

Member
Posts: 1862

@rubina,

Your theme makes some customization with the user profile, so the URL structure is changed. There is no way to recognize the custom structure of each user in such cases. However, wpForo provides a hook, you can integrate it with your theme:

apply_filters('wpforo_member_profile_url', $profile_url, $member, $template);
Posts: 6
Topic starter
(@rubina)
Active Member
Joined: 5 years ago

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?

 

2 Replies
Alvina
Moderator
(@alvina)
Joined: 5 years ago

Member
Posts: 1862

@rubina,

I apologize for the late response.

We're really sorry, but we don't support the theme custom code, so can't say what's going wrong.
In case if you have knowledge in the development, just use the hook provided above to make it work as you need. Then put the code in the active theme's functions.php file.

In another case, you should find some developer for this purpose.
Currently, we have plugin customization and custom addon development services at the gVectors Team. They can asses the work and help you to solve the issues. Just contact us via sales[at]gvectors.com email address and send a list of requirements you'd like to have.

(@rubina)
Joined: 5 years ago

Active Member
Posts: 6

@alvina

thank you for your reply. I really appreciate it. I will experiment this myself or with someone's help. will keep you posted what happens.