SpyWall clutter reduction initiative

I really hated all those posts appearing on the SpyWall feed every time I commented on, rated, or changed a group.

In modules/boonex/groups/classes/BxGroupsModule.php

I found the code below, and added the little slanted line thingies shown in red.  You'll find similar code in the events module.

 

function serviceGetSpyPost($sAction, $iObjectId = 0, $iSenderId = 0, $aExtraParams = array()) {
return parent::_serviceGetSpyPost($sAction, $iObjectId, $iSenderId, $aExtraParams, array(
'add' => '_bx_groups_spy_post',
// 'change' => '_bx_groups_spy_post_change',
'join' => '_bx_groups_spy_join',
// 'rate' => '_bx_groups_spy_rate',
// 'commentPost' => '_bx_groups_spy_comment',
));
}

 

My opinions expressed on this site, in no way represent those of Boonex or Boonex employees.
Quote · 24 Feb 2011

the addition of lil thingy's question does this block out the so and so has just joined or added media comments ?

 

i also have a question in the lobby kind sir if you have a second .

 

 

happy thoughts

Quote · 24 Feb 2011

 

the addition of lil thingy's question does this block out the so and so has just joined or added media comments ?

No

My opinions expressed on this site, in no way represent those of Boonex or Boonex employees.
Quote · 24 Feb 2011

Hey dud,

Why you didn't tell me you have a solution for this thing?

Did you find it in other modules as well?

Sometimes communicating your problem and putting it out there is enough to solve it
Quote · 26 Feb 2011

 

Hey dud,

Why you didn't tell me you have a solution for this thing?

Did you find it in other modules as well?

You meant 'dude' right?  'dud' has a whole different meaning.

My opinions expressed on this site, in no way represent those of Boonex or Boonex employees.
Quote · 26 Feb 2011

 

 

Hey dud,

Why you didn't tell me you have a solution for this thing?

Did you find it in other modules as well?

You meant 'dude' right?  'dud' has a whole different meaning.

oopps!!!!!!!! Sorry Dude :)

Don't be so sensitive man :) So I made a mistake........."Why so serious?"

I'm still testing your solution here on 'events' & 'polls' etc. and I wanna see if it works.

Sometimes communicating your problem and putting it out there is enough to solve it
Quote · 26 Feb 2011

Here's a similar function in the events module.  I kept only the notifications for adding, or joining a group.

 

This function is located in: modules/boonex/events/classes/BxEventsModule.php

 

function serviceGetSpyPost($sAction, $iObjectId = 0, $iSenderId = 0, $aExtraParams = array()) {
return parent::_serviceGetSpyPost($sAction, $iObjectId, $iSenderId, $aExtraParams, array(
'add' => '_bx_events_spy_post',
// 'change' => '_bx_events_spy_post_change',
'join' => '_bx_events_spy_join',
// 'rate' => '_bx_events_spy_rate',
// 'commentPost' => '_bx_events_spy_comment',
));
}

My opinions expressed on this site, in no way represent those of Boonex or Boonex employees.
Quote · 8 Mar 2011

Thanks HL.

I did that with 'events' already thanks to your example with 'groups'. I tried to look for the same code in the other mods with no success.

I really hope someone will come up with a solution soon.

Take care.

Sometimes communicating your problem and putting it out there is enough to solve it
Quote · 9 Mar 2011
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.