Notifications
Clear all

wpForo 1.x.x [Solved] "Disable Custom Titles" button not working!

3 Posts
2 Users
1 Likes
1,078 Views
Posts: 8
Topic starter
(@bookreader)
Active Member
Joined: 5 years ago

I want to remove the 'Title" field from my members' Account settings page. I don't want them to be able to edit their Title! I tried toggling the Members Custom Title button to "disable" in Settings-->Members, but it is still showing up for members when they edit their profiles. I tried clearing my browser, but there are no changes to the Account pages. Am I going about this the wrong way?

2 Replies
Sofy
Posts: 4308
 Sofy
Admin
(@sofy)
Support Team
Joined: 6 years ago

Hi @bookreader,

You can use the following CSS code: 

.wpf-field.wpf-field-type-text.wpf-field-name-title.wpf-field-required {
display: none !important;
}

I'd also suggest you check out wpForo – User Custom Fields add-on. This addon is designed to extend the forum profile system. You can create a custom Registration form with custom fields, add custom fields in the User Profile system and in Members Search form. More info here:

https://gvectors.com/product/wpforo-user-custom-fields/

1 Reply
(@bookreader)
Joined: 5 years ago

Active Member
Posts: 8

That worked perfectly, thanks! I will check out the add-on, too.