The attributes plugin doesn't show the personal users only
« on: April 28, 2026, 01:31:04 PM »
When adding a field so that only the author can see it, it doesn't work. If you enable "Add to item" with these settings, all users see this field, even those who aren't registered.
Please correct this error

*

MB Themes

Re: The attributes plugin doesn't show the personal users only
« Reply #1 on: April 28, 2026, 04:26:08 PM »
Personal users = users those are not companies (company set to 0 in user account)
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

Re: The attributes plugin doesn't show the personal users only
« Reply #2 on: April 29, 2026, 12:56:09 AM »
The old version of the plugin works, but the latest version doesn't.
If the user's company status is set and the display for company users still doesn't work
I didn't understand where to set the value to 0

Re: The attributes plugin doesn't show the personal users only
« Reply #3 on: May 02, 2026, 08:14:55 PM »
How can I make the phone number field visible only to the author of the publication?

*

MB Themes

Re: The attributes plugin doesn't show the personal users only
« Reply #4 on: May 05, 2026, 02:08:03 PM »
Wrap it to
Code: [Select]
<?php if(osc_is_web_user_logged_in() && osc_logged_user_id() == osc_item_user_id()) { ?>
....
<?php ?>
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots