Notifications
Clear all

wpForo 1.x.x [Closed] Remove Account Editing Options

2 Posts
2 Users
0 Reactions
1,227 Views
Posts: 1
Topic starter
(@katuser)
New Member
Joined: 6 years ago

I run wpforo on a membership site. Is there a way to remove the editing option for email on the account page? It will mess up their membership if they edit their account in wpforo.

Thank you.

1 Reply
Sofy
Posts: 4772
 Sofy
Admin
(@sofy)
Support Team
Joined: 7 years ago

Hi katuser,

I'm sorry, but there is no any option for this purpose. 

I suggest you use the following CSS code, put it in Dashboard > Forums > Settings > Styles > Custom CSS Code textarea:

.wpf-field.wpf-field-type-email.wpf-field-name-user_email.wpf-field-required {
display: none !important;
}