*

MB Themes

New plugin: User Custom Fields PRO
« on: October 24, 2024, 02:10:35 PM »
🚀 Exciting News for Osclass Users! 🚀

We’re thrilled to introduce the User Custom Fields Plugin for Osclass, designed to take your classifieds platform to the next level! 🎉

🔍 Add Custom Fields to User Profiles – Choose from a variety of input types like text, checkboxes, dropdowns, file uploads, and more.

βœ… Flexible User Verification – Customize fields for different user types (business, personal, verified, etc.) and even add admin-only fields for verification.

🌍 Multilingual & Mobile-Responsive – Seamlessly supports multiple languages and adapts to any device for a smooth user experience.

Make your classifieds platform more user-friendly and personalized today! 🚀✨

👉 https://osclasspoint.com/osclass-plugins/extra-fields-and-other/user-custom-fields-pro-plugin-i215

#Osclass #NewPlugin #UserCustomFields #Classifieds #UserProfiles #SEO #CommunityUpdate
« Last Edit: October 24, 2024, 02:13:21 PM by MB Themes »
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Luka93

  • ***
  • 63 posts
Re: New plugin: User Custom Fields PRO
« Reply #1 on: October 24, 2024, 08:05:43 PM »
Very nice & needed! Thank you.

*

Luka93

  • ***
  • 63 posts
Re: New plugin: User Custom Fields PRO
« Reply #2 on: June 29, 2025, 10:39:39 AM »
Hello,

Does the plugin allow displaying custom fields via helpers – so that specific custom fields can be shown in specific parts of the theme?

I couldn't find this information on the demo or plugin page.

Thank you for your reply.

*

Luka93

  • ***
  • 63 posts
Re: New plugin: User Custom Fields PRO
« Reply #3 on: June 30, 2025, 02:35:21 PM »
If anyone else will need it ->

Code: [Select]
<?php if($val ucf_get_field_value(osc_item_user_id(), ADD_FIELD_ID)) { ?>
    <?php echo osc_esc_html($val); ?>
<?php ?>

*

MB Themes

Re: New plugin: User Custom Fields PRO
« Reply #4 on: July 01, 2025, 10:40:03 AM »
If anyone else will need it ->

Code: [Select]
<?php if($val ucf_get_field_value(osc_item_user_id(), ADD_FIELD_ID)) { ?>
    <?php echo osc_esc_html($val); ?>
<?php ?>

Thanks, missed this one ;)
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots