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..

getjoel
 
olliephillips replied on at Permalink Reply
olliephillips
Clear your cache, perhaps even logout back in. That should fix it.

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.
getjoel replied on at Permalink Reply
getjoel
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
mdzoidberg replied on at Permalink Reply
mdzoidberg
define('WHITE_LABEL_APP_NAME', 'Your Company');
getjoel replied on at Permalink Reply
getjoel
Thank you!
getjoel replied on at Permalink Reply
getjoel
Can someone tell me where the page that has the dashboard drop down is located? I may want to add some icons as well..
c5studio replied on at Permalink Reply
c5studio
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
getjoel replied on at Permalink Reply
getjoel
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?
getjoel replied on at Permalink Reply
getjoel
I found it.. /concrete/helpers/concrete/dashboard.php
getjoel replied on at Permalink Reply
getjoel
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?
getjoel replied on at Permalink Reply
getjoel
Found it! Helpers/concrete/dashboard.php