Switching off update check pop up

Permalink
How do I switch off the Update Check popup so when clients login to change their site they do not see the panel and can edit straight away?

thanks

trixiemay
 
exchangecore replied on at Permalink Best Answer Reply
exchangecore
To do this you use what is called a white label.

Add the following lines to /config/site.php
define('ENABLE_NEWSFLOW_OVERLAY', false);
define('ENABLE_APP_NEWS', false);


More white label's found athttp://www.concrete5.org/documentation/how-tos/developers/white-lab...