Whitelabeling 5.5
Permalink
I've added everything you said to add to the config file to eliminate access to the Concrete5 support and marketplace and it's still showing up in the dashboard drop down and in the intelligent search.
I added
define('ENABLE_MARKETPLACE_SUPPORT', false);
define('ENABLE_INTELLIGENT_SEARCH_HELP', false);
define('ENABLE_INTELLIGENT_SEARCH_MARKETPLACE', false);
to my config file. Is that not correct?
Is there any way to eliminate the Extend Concrete5 item from the dashboard drop down all together? I can do it myself if you just give me the location of that drop down.. I can't find it anywhere.
I was also wondering if I was supposed to just put WHITE_LABEL_APP_NAME on the config file like this
define(' WHITE_LABEL_APP_NAME', true); or am I supposed to change something else.
Please advise..
I added
define('ENABLE_MARKETPLACE_SUPPORT', false);
define('ENABLE_INTELLIGENT_SEARCH_HELP', false);
define('ENABLE_INTELLIGENT_SEARCH_MARKETPLACE', false);
to my config file. Is that not correct?
Is there any way to eliminate the Extend Concrete5 item from the dashboard drop down all together? I can do it myself if you just give me the location of that drop down.. I can't find it anywhere.
I was also wondering if I was supposed to just put WHITE_LABEL_APP_NAME on the config file like this
define(' WHITE_LABEL_APP_NAME', true); or am I supposed to change something else.
Please advise..
Nope. StI'll showing everything?
And are you saying to just replace WHITE_LABEL_APP_NAME with WHITE_LABEL_APP_ABC Company?
Sent from my iPhone
And are you saying to just replace WHITE_LABEL_APP_NAME with WHITE_LABEL_APP_ABC Company?
Sent from my iPhone
define('WHITE_LABEL_APP_NAME', 'Your Company');
Thank you!
Can someone tell me where the page that has the dashboard drop down is located? I may want to add some icons as well..
The editing bar and dropdown are setup via javascript, but I believe most of the structure comes from /concrete/tools/page_controls_menu_js.php
Thank you! I was able to edit the toolbar itself on that page.. but I didn't see anywhere on the page about the drop down under dashboard itself.. Specifically I'm trying to comment out
News – Learn about your site and concrete5
System & Settings – Secure and setup your site.
Extend concrete5 – Install, update or download more themes and add-ons.
I figured that define('ENABLE_MARKETPLACE_SUPPORT', false); would have elminated that area due to the fact that it's directly connected to the marketplace and says Concrete5 right in it.. but it didn't.
Is it supposed to?
Also.. there seems to be a different toolbar on the dashboard pages.. Any idea where I can find that page?
News – Learn about your site and concrete5
System & Settings – Secure and setup your site.
Extend concrete5 – Install, update or download more themes and add-ons.
I figured that define('ENABLE_MARKETPLACE_SUPPORT', false); would have elminated that area due to the fact that it's directly connected to the marketplace and says Concrete5 right in it.. but it didn't.
Is it supposed to?
Also.. there seems to be a different toolbar on the dashboard pages.. Any idea where I can find that page?
I found it.. /concrete/helpers/concrete/dashboard.php
I figured out how to edit the dashboard drop down where it says NEWS, CONCRETE, and UPGRADE.. but I still can't figure out how to add icons to each of the columns. It seems to be on a different page. Anybody know where it is?
Found it! Helpers/concrete/dashboard.php
The WHITE_LABEL_APP_NAME, that expects a string. It is the alt text on the image (C5 or your own) for the logo in the dashboard edit bar you see when logged in.