Remove news and marketplace callbacks in 5.5

Permalink
Is it possible to disable the news info popup when you login and the rest of the callbacks to concrete5 on 5.5?

 
whimsmedia replied on at Permalink Reply
whimsmedia
There's a setting you can add to site.php which looks like this:

define('ENABLE_APP_NEWS', false);


I haven't fully experimented with it yet but you might find more information here:

http://www.concrete5.org/documentation/how-tos/developers/white-lab...