OnBulletinDisplay

Revision as of 14:58, 18 January 2013 by Sinisakrisan (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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);
}