Sinisakrisan (Talk | contribs) (Created page with "{{alert}<center>'''This modification is for JomSocial 3.0.x'''</center>|alert-info}} JomSocial 3 introduces the new activity stream for every like in the community which can ...") |
(No difference)
|
Revision as of 20:20, 5 August 2013
{{alert}JomSocial 3 introduces the new activity stream for every like in the community which can potentially clutter your activity stream.
If you want to remove those activities, kindly open this file
- ROOT/components/com_community/controllers/system.php
On the line 592 and 593 find this code
// Add logging CActivityStream::addActor($act, $params->toString() );
Delete or comment it out. It will prevent new streams for this actions being created. Old, already generated streams will still be there.