Cbk User
on :December 23, 2025, 8:48 pm #852
Since we need this plugin mainly to add additional phones, we need to add a phone frame to the feature types, with the ability to hide the last 4 elements. And of course with the ability to call directly. You should also make it multilingual. Is this possible?
Re: Cbk User
on :December 25, 2025, 12:01 am #853
And a problem that needs to be solved. When an attribute is not filled in, then the name of the attribute should not be displayed. E.g. if there is no fax number, then the name FAX should not be displayed on the publication page.
Re: Cbk User
on :December 27, 2025, 11:19 am #854
Quote from: kris koyk on December 23, 2025, 8:48 pmSince we need this plugin mainly to add additional phones, we need to add a phone frame to the feature types, with the ability to hide the last 4 elements. And of course with the ability to call directly. You should also make it multilingual. Is this possible?
Unforcently no option like this for this plugin.
Quote from: kris koyk on December 25, 2025, 12:01 amAnd a problem that needs to be solved. When an attribute is not filled in, then the name of the attribute should not be displayed. E.g. if there is no fax number, then the name FAX should not be displayed on the publication page.
I will check to see.
Re: Cbk User
on :December 27, 2025, 11:43 am #855
1.0.4 - Hides now the field if it's empty.
Regards!
Re: Cbk User
on :December 27, 2025, 12:00 pm #856
Okay, it works. Thanks. (If it's easy, make the space that the attribute was taking up disappear. Now the attribute is hidden but a large empty space remains.)
Re: Cbk User
on :December 27, 2025, 2:26 pm #857
Αnd a question: from item.post is it possible to import and edit Extra fields?
Re: Cbk User
on :December 27, 2025, 7:50 pm #858
Quote from: kris koyk on December 27, 2025, 12:00 pmOkay, it works. Thanks. (If it's easy, make the space that the attribute was taking up disappear. Now the attribute is hidden but a large empty space remains.)
Do you use display field by id or the hook to display all fields?
Quote from: kris koyk on December 27, 2025, 2:26 pmΑnd a question: from item.post is it possible to import and edit Extra fields?
No, it's not possible, this is related with user not with item. If you want to use custom fields for item you can use the fields available in osclass.
Re: Cbk User
on :December 27, 2025, 8:04 pm #859
I use this:
<div class="bpr-right-box">
<?php osc_run_hook('cbk_user_fields_display'); ?>
</div>
Re: Cbk User
on :December 27, 2025, 8:15 pm #860
It should be ok now, in 1.0.5
Re: Cbk User
on :December 27, 2025, 8:29 pm #861
Nothing has changed. The empty space does not disappear.