How do I remove the All/Mine/Friends tabs and just have the All section (without the tab) appearing? Is it a general setting affecting all plugins or each plugin has its own setting for the All/Mine/Friends tab?
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.
- Juho Jaakkola@juho.jaakkola

Juho Jaakkola - 0 likes
- Michalis@MichalisCy

Michalis - 0 likes
- Juho Jaakkola@juho.jaakkola

Juho Jaakkola - 0 likes
- start.php
- manifest.xml
- views/default/page/layouts/content/filter.php
- Michalis@MichalisCy

Michalis - 0 likes
You must log in to post replies.The tabs are a so called "Filter menu". It is a generic feature in the Elgg core, but there is no setting to remove it.
If you know how to make plugins, you can remove it completely by overriding the view page/layouts/content/filter.php with an empty file within your plugin.
Ok thank you! I know how to make small modifications on plugins so I should be able to handle this.
Ok, in that case you should handle this easily. You need only three files in your new plugin:
And only manifest.xml has some actual content! :)
Ok that helps a lot! Thanks!