Stream

« see more

New reply 17 Sep, 2025, 2:33 pm

Plugin Releases Plugin Awards

New reply 31 Jul, 2025, 12:23 am

Plugin Releases Plugin Announcement Bars

New thread 31 Jul, 2025, 12:22 am

Plugin Releases Plugin Announcement Bars

New reply 19 Jul, 2025, 2:37 pm

Plugin Releases Plugin Advanced Post Edit

New thread 19 Jul, 2025, 2:29 pm

Plugin Releases Plugin Advanced Post Edit

New reply 15 Jul, 2025, 7:50 am

Plugin Releases Paid Plugin Awards Rules

New reply 15 Jul, 2025, 2:46 am

Plugin Releases Plugin Awards

New thread 13 Jul, 2025, 12:28 am

Plugin Releases Plugin Theme File Templates

New reply 3 Jul, 2025, 3:12 am

Plugin Releases Plugin Feedback

New thread 3 Jul, 2025, 2:55 am

Plugin Releases Plugin Feedback


Files
18 Sep, 2020, 3:59 pm
Display only category name instead of "Required Fields" or "Optional Fields" label.
By default the plugin adds a label for profile fields categories in visible in both the User and Moderator control panels.


To remove this you will need to edit two templates.

Open the ougcprofiecats_usercp_profile_requiredfields template, find:
{$lang->profile_required}

Replace with:
{$category['name']}

The following is more complex, and will only work if you use the Template Conditionals plugin.

Open the usercp_profile_profilefields template, find:
{$lang->additional_information}

Replace with:
<if !empty($category['name']) then>{$category['name']}<else>{$lang->additional_information}</if>
 
 
Need to find something?

Try doing a search of our community forums.