Notifications
Clear all

Limited Support

Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.

 

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

3 Posts
2 Users
1 Reactions
1,415 Views
Posts: 8
Topic starter
(@bookreader)
Active Member
Joined: 6 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: 5483
 Sofy
Admin
(@sofy)
Support Team
Joined: 8 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: 6 years ago

Active Member
Posts: 8

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