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...")
(No difference)

Revision as of 14:58, 18 January 2013

Description

This event trigger when the group bulletin entry is being display. 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);
}