White Labelling Support runtime settings
Permalink
In the doc for White Labelling Support (http://www.concrete5.org/documentation/how-tos/developers/white-labelling/) it mentions the below runtime settings but when installed define('OPTION_NAME', false); i still get the Extend concrete5 menu come up on the intelligent search.
For example if I type in "theme" the Extend concrete5 menu comes up with
Add Functionality
Update Add-Ons
Connect to the Community
Get More Themes
Get More Add-Ons
its only when I click on these that you get a message its disabled. Is there any way to restrict the Extend concrete5 menu from showing as well.
runtime settings >
ENABLE_MARKETPLACE_SUPPORT
Defaults to true. Setting this to false will disable concrete5 marketplace integration. This will remove any portions of the interface that link to the marketplace, disable marketplace results in intelligent search, and no longer attempt to connect to the community.
ENABLE_INTELLIGENT_SEARCH_HELP
Defaults to true. Setting this to false will no longer include concrete5.org help searches in the intelligent search.
ENABLE_INTELLIGENT_SEARCH_MARKETPLACE
Defaults to true. This setting controls whether marketplace add-ons appear in intelligent search results. (Note, setting ENABLE_MARKETPLACE_SUPPORT to false will also set this to false.)
For example if I type in "theme" the Extend concrete5 menu comes up with
Add Functionality
Update Add-Ons
Connect to the Community
Get More Themes
Get More Add-Ons
its only when I click on these that you get a message its disabled. Is there any way to restrict the Extend concrete5 menu from showing as well.
runtime settings >
ENABLE_MARKETPLACE_SUPPORT
Defaults to true. Setting this to false will disable concrete5 marketplace integration. This will remove any portions of the interface that link to the marketplace, disable marketplace results in intelligent search, and no longer attempt to connect to the community.
ENABLE_INTELLIGENT_SEARCH_HELP
Defaults to true. Setting this to false will no longer include concrete5.org help searches in the intelligent search.
ENABLE_INTELLIGENT_SEARCH_MARKETPLACE
Defaults to true. This setting controls whether marketplace add-ons appear in intelligent search results. (Note, setting ENABLE_MARKETPLACE_SUPPORT to false will also set this to false.)
Hope this helps others