hi,
i've been searching for the contents of that drop down menu so that i could remove the activity link. which file is the activity link in?
thanks in advance!
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by RaĆ¼l Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.
- Team Webgalli@webgalli
Team Webgalli - 0 likes
You must log in to post replies.If you are on 1.7.X you can turn this off from the plugin settings of riverdashboard
For 1.8, you can create your own menu for the site and if needed, you can remove the activity menu by adding the following to the init function of your theme.
elgg_unregister_menu_item('site', 'activity');