{Profile} Rated Group, Video, Photo

I want to remove the Alert for {Profile} Rated Group, Video & Photo, I can't find this in bxprofileactivity.php although that's where most of the alerts are found... Does anyone have a clue?

Quote · 13 Oct 2010

BUMP!  Someone has to know this?  The File BXSpyProfilesActivity.php controls the output of notifications such as, {Profile} rated {profile} or {Profile} Viewed {Profile} etc, but what file controls {Profile} joined {group}, {Profile} rated {Group}, {Profile} rated {Video}, {Profile} rated {Photo} etc etc?  Please?

Quote · 14 Oct 2010

BxGroupsModule.php does control All Wall Alters for Groups... BxAvaModule.php controls all Avatar Wall Alters (Add, Change Avatar) but BxVideosModule.php and BxPhotosModule.php only controls the Add Alter it does not control the "Rate" Alert, I don't know where those two Alters are which I really want to remove.

Quote · 15 Oct 2010

Someone has to know the answer or can at least point me in the right direction.  This is really starting to drive me nuts.  What file handles alerts from spy module?

Quote · 18 Oct 2010

Well I basically gave up trying to get any help here but by complete accident I was able to find the code that was causing the "Rate" Alert which is the main one I wanted to eliminate... It is BXDolVoting.php...

if ($this->_oQuery->putVote ($this->getId(), $_SERVER['REMOTE_ADDR'], $iVote))

{

$this->_triggerVote();

require_once(BX_DIRECTORY_PATH_CLASSES . 'BxDolAlerts.php');

$oZ = new BxDolAlerts($this->_sSystem, 'rate', $this->getId(), $_COOKIE['memberID'], array ('rate' => $iVote));

//$oZ->alert();

return true;

I commented out $oZ->alert();  and this did stop the output of the Alerts...

It is located at line 237... Fyi

 

Quote · 18 Oct 2010
 
 
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.