Hi,
We need to hide the module FP_events completely, but we understand there are different levels:
1- Hiding the module from the user view, using the âDisplay modulesâ Administration option
2- Removing the file studio.php from the core path (not upgrade safe)
3- Applying this code in Extension/application/Ext/Include:
unset($GLOBALS[âbeanListâ][âFP_eventsâ]);
The module is hiding completely, or it looks like that. The module and relationships from studio dissappears, including the relationships that should appear in other modulesâ studio view.
Do you find any inconvenience using the option number 3? We saw that this moduleâs bean is used in some functionality, including the FP_events_locations and EmailTemplates module. So, we might be wondering is something could be broken.
Thanks