The automatic system is currently unavailable.

If there is something some payment pending for you please let me know. I'm reading unread PM, emails, and messages on various platforms as fast as possible but it is possible I missed a message from you if there was any.

Send me a message on Discord Omar G.#6117 and a PM over at the MyBB.com community so I don't miss your message.

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. [attachment=29] To remov...

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>
Files

There are currently no posts to display. Be the first one to leave a reply.

Current time: 6 Jun, 2023, 2:19 am

This forum uses Lukasz Tkacz MyBB addons.