Comment to 'Make a menu item visible to the organiser only'
  • It's possible to set custom visibility for "Guests" menu item for the Event to allow only event admin to view it this by executing the following SQL statement (for example in phpMyAdmin for your UNA database):

    UPDATE `sys_menu_items` SET `visibility_custom` = 'a:3:{s:6:"module";s:9:"bx_events";s:6:"method";s:8:"is_admin";s:6:"params";a:1:{i:0;s:12:"{profile_id}";}}' WHERE `name` = 'event-fans' AND `set_name` = 'bx_events_view_submenu' LIMIT 1;