No Alert triggered when new page added in builder

There are many instances where third party mod developers may need to know if a new page is added to the site. Please add an alert for this action.

 

See possible solution below :

 

In inc\classes\BxDolPageViewAdmin.php

Find :
   

return array('code' => '1', 'message' => 'Failed database insert');



Just below, Add :
   

$iLastId = db_last_id();
$oZ = new BxDolAlerts('page_builder', 'custom_page', $iLastId, $iLastId, array('page' => $sUri));
$oZ->alert();

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

Alert has been added:

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

Rules → http://www.boonex.com/terms
Quote · 4 Feb 2016

Can you also add an alert for when a page is deleted.

Dedicated servers for as little as $32 (28 euro) - See http://denre.com for more information
Quote · 7 Nov 2016

 

Can you also add an alert for when a page is deleted.

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

Rules → http://www.boonex.com/terms
Quote · 8 Nov 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.