Notifications
Clear all

wpForo 1.x.x [Solved] Is it possible to disable registering of new users?

3 Posts
2 Users
0 Reactions
6,068 Views
Posts: 28
 WUCW
Topic starter
(@wucw)
Eminent Member
Joined: 4 years ago

I only want users that I have added to WP to access the forum.

So can I disable registering new users and also remove info-banners like the attached one and other text links?

Thanks 🙂

/OKEIwebbureau

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

Hi @okeiwebbureau,

Please navigate to the Dashboard > Forums > Settings > Features admin page find and disable the "Enable User Registration". If this option is disabled the default WordPress User Registration form will still be available. But wpForo Register Menu and Register Page will be hidden.

More info here: https://wpforo.com/docs/root/wpforo-settings/features/#user-registration

remove info-banners like the attached one and other text links?

Please try the following CSS code: 

#wpforo #wpforo-wrap .wpf-please-login {
display: none;
}

The CSS code should be added in the Dashboard > Forums > Settings > Styles admin page "Custom CSS Code" textarea.

In any case please don't forget to delete all aches and press CTRL+F5(twice) on the frontend before checking.

Also, please note, that wpForo members are based on the WordPress user system. So the users are the same.

Posts: 28
 WUCW
Topic starter
(@wucw)
Eminent Member
Joined: 4 years ago

Thanks - it seems to work 😀 

/OKEIwebbureau