help to better help you:

Please: add always Joomla / JEM version and details to your posts, so we can try to reproduce your issue!

No Bug - Hidden Custom Fields are Showing!

Re: No Bug - Hidden Custom Fields are Showing!

7 years 8 months ago
#23579
if you want to hide the content of venue custom fields, you can make a template override of venue/tmpl/default.php and insert there before the custom fields
Code:
<?php if (!empty($this->permissions->canEditPublishVenue)) : ?>

then the content of these fields is only shown to the users who are explicitely allowed to publish venues (via settings)

Please Log in or Create an account to join the conversation.

Time to create page: 0.403 seconds