Dolphin 7.1 new Alerts

Dolphin 7.1 new Alerts

We have introduced new Alerts in Dolphin 7.1 to make it easier to override some functionality or just do something custom when some system event occurs.

 

1. Form Alerts 

Form alerts allows to add/change/delete custom fields to any form which is based on Forms engine.

form - init: form initialization, use it to add/change/delete fields in the form.  

form - init_checker: form checking, use it to custom fields validation.  

form - insert_data: form is submitted and new data is inserted into database, use it to insert/update custom data.  

form - update_data: form is submitted and new data is updated in database, use it to update custom data.  

 

2. Page Builder Alerts 

Page Builder alerts allows to add custom fields to the form in page builder popup.

page_builder - block_form_display: block form displaying, use it to add custom fields to the block edit popup form.  

page_builder - block_form_save: block form saving, use it to update custom data upon block form saving.  

 

 

3. Modules Operations Alerts 

Module operation alerts allows to execute custom code upon module install/uninstall/recompile.

module - install: module is installed.  

module - uninstall: module is uninstalled.  

module - recompile: module language file is recompiled.  

 

 

4. Social Sharing Alerts

You can override displaying of social sharing block, by some custom one.

system - social_sharing_display: displaying if social sharing block.

 

 

5. Video/Sounds Alerts

These Alerts are for displaying and converting video and Sounds. 

They can be used to add conversion to additional format and/or override displaying of Video and Sound player.

You can get example of this usage in default Boonex module - HTML5 Audio/Video Player.

 

 

Rules → http://www.boonex.com/terms
Quote · 7 Nov 2012

There should be an alert for after login. When user lands on member.php. To do this i had to use cookie. No default option :(

so much to do....
Quote · 7 Nov 2012

Where are these alerts located? admin panel? or is it something on can program ? 

Quote · 7 Nov 2012

 Basically alerts are stuff for developers. They are used to trigger something when an action is performed.

Where are these alerts located? admin panel? or is it something on can program ? 

 

so much to do....
Quote · 7 Nov 2012

 There is already profile - login alert for it. 

There should be an alert for after login. When user lands on member.php. To do this i had to use cookie. No default option :(

 

Rules → http://www.boonex.com/terms
Quote · 8 Nov 2012

An alert just before viewing a page with information about the page, and one after the page has been rendered would be very helpful. I had to use injections and everything to get this working for a module in the past.

sup
Quote · 16 Jan 2013

http://www.boonex.com/trac/dolphin/ticket/3011

An alert just before viewing a page with information about the page, and one after the page has been rendered would be very helpful. I had to use injections and everything to get this working for a module in the past.

 

Rules → http://www.boonex.com/terms
Quote · 16 Jan 2013

 Thanks You Very Much :D

http://www.boonex.com/trac/dolphin/ticket/3011

An alert just before viewing a page with information about the page, and one after the page has been rendered would be very helpful. I had to use injections and everything to get this working for a module in the past.

 

 

so much to do....
Quote · 16 Jan 2013
 
 
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.