Getting rid of "Checking for updates" when loggin in
Permalink
Hi
Im wondering if it is possible to get rig of "checking for updates" when logging in?
Im wondering if it is possible to get rig of "checking for updates" when logging in?
Thanks for the reply John. Do I just add this line in config/site.php
define('ENABLE_NEWSFLOW_OVERLAY', false);
Cheers
define('ENABLE_NEWSFLOW_OVERLAY', false);
Cheers
Yes, but if there is an 'updated' statement at the end of the file, add your define anywhere before that (not after).
The main howto is
http://www.concrete5.org/documentation/how-tos/developers/white-lab...
The constant you want to set false is ENABLE_NEWSFLOW_OVERLAY