Missing Alerts for updating Media

Presently, no alerts is triggered when a Photo, File, Sound or Video is edited. Please see solution below :

 

In inc\classes\BxDolFilesModule.php

Find :

if ($this->_oDb->updateData($iFileId, $aValues)) {

Just below, Add :

bx_import ('BxDolAlerts');
$oAlert = new BxDolAlerts($this->_oConfig->getMainPrefix(), 'change', $iFileId, $this->_iProfileId, $aInfo);
$oAlert->alert();

Paypal email is jeromemingo@gmail.com - http://www.boonex.com/market/posts/modzzz
Quote · 7 May 2016

https://github.com/boonex/dolphin.pro/issues/410

Rules → http://www.boonex.com/terms
Quote · 8 May 2016

Hello

The issue was fixed.

https://github.com/boonex/dolphin.pro/commit/e9c1e8c8ed90f597390e404cfa82436cdc373186

Quote · 6 Jul 2016
 
 
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.