Sinisakrisan (Talk | contribs) |
Sinisakrisan (Talk | contribs) (→See Also) |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{alert|<center>'''This modification is for JomSocial 3.0.x'''</center>|alert-info}} | {{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 potentially clutter your activity stream.and make it | + | JomSocial 3 introduces the new activity stream for every like in the community which can potentially clutter your activity stream.and make it look like shown on the image bellow |
:::[[File:Hecticlikes.png]] | :::[[File:Hecticlikes.png]] | ||
If you want to remove those activities, kindly open this file | If you want to remove those activities, kindly open this file | ||
Line 11: | Line 11: | ||
</syntaxhighlight> | </syntaxhighlight> | ||
<br /> | <br /> | ||
− | Delete or comment it out. It will prevent '''new''' streams for this actions being created. Old, already generated streams will still be | + | Delete or comment it out. It will prevent '''new''' streams for this actions from being created. Old, already generated streams will still be shown. |
+ | |||
+ | ==See Also== | ||
+ | * [[Disabling Individual Activity]] |
Latest revision as of 11:13, 17 August 2013
JomSocial 3 introduces the new activity stream for every like in the community which can potentially clutter your activity stream.and make it look like shown on the image bellow
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 from being created. Old, already generated streams will still be shown.