Hi guys, i hope someone can help me here.
Ok, i want the activity / wall / wire to be kept for literally status' etc... What i would like to remove is Group activity etc.. removed from showin in the wire / activity / wall. Ie. When a new group album / topic / blog etc is made, everything is posted to the wire. Could somebody point me in the right direction please? An idiot proof walkthrough would be really helpfull to lol
Thanks for your time guys :)
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
- Gerard@gkanters

Gerard - 0 likes
You must log in to post replies.This thread included abusive commenting. I have therefore removed all comments not related to the topic.
Please keep the discussion helpful and constructive.
@Juho: Too bad, we like to watch a good fight every now and then :-)
@Vextah, you have to take in mind that group activity is only showing to users that are actually in that group and therefore are probably interested in what is going on there.
But if you really want to block items showing up in the river, you have to change the add_to_river function in a plugin and check if the object_guid is a group_guid and break the function.