concrete5 5.5 White Labelling Support
Permalink
Can anybody please help?
Thanks to Andrew for the fantastic how-to here:
http://www.concrete5.org/documentation/how-tos/developers/white-lab...
It's a really good start, but I have enabled the following:
However I still have the 'News' and 'Extend Concrete5' links in the dashboard, do you know if there is a way to disable this 'Marketplace' items, I am happy for my clients to know it's C5, so i'm going to leave the C5 branding, in fact i think its great if they do, I just don't want them to see alternative templates and try to purchase additional addons etc..
Thanks in advance. B
Thanks to Andrew for the fantastic how-to here:
http://www.concrete5.org/documentation/how-tos/developers/white-lab...
It's a really good start, but I have enabled the following:
define('ENABLE_MARKETPLACE_SUPPORT', false); define('ENABLE_INTELLIGENT_SEARCH_HELP', false); define('ENABLE_INTELLIGENT_SEARCH_MARKETPLACE', false); define('ENABLE_NEWSFLOW_OVERLAY', false); define('ENABLE_APP_NEWS', false); define('WHITE_LABEL_DASHBOARD_BACKGROUND_SRC', 'http://www.domain.com/background.png'); define('DASHBOARD_BACKGROUND_INFO', false);
However I still have the 'News' and 'Extend Concrete5' links in the dashboard, do you know if there is a way to disable this 'Marketplace' items, I am happy for my clients to know it's C5, so i'm going to leave the C5 branding, in fact i think its great if they do, I just don't want them to see alternative templates and try to purchase additional addons etc..
Thanks in advance. B
E.g. this option does not work:
For the buttons, I think they are not also disabled currently with these options, so it would require you to do some customization.
Most of these issues will be addressed in the 5.5.1 release and there are already some fixes for these issues in the latest github version.
Best,
Antti / Mainio