Difference between revisions of "OnBulletinDisplay"

(Created page with "===Description=== This event trigger when the group bulletin entry is being display. Allow to format the content in the rows. ===Params=== *'''Bulletin''' - object, consist o...")
 
(Description)
 
Line 1: Line 1:
 
===Description===
 
===Description===
This event trigger when the group bulletin entry is being display.
+
 
Allow to format the content in the rows.
+
This event is triggered when the group bulletin entry is being displayed. Allow to format the content in the rows.
  
 
===Params===
 
===Params===

Latest revision as of 05:29, 9 March 2013

Description

This event is triggered when the group bulletin entry is being displayed. Allow to format the content in the rows.

Params

  • Bulletin - object, consist of group bulletin object

Example

function onBulletinDisplay(&$rows) 
{
   $row->message= filter_content($row->message);
}