OnBulletinDisplay

Revision as of 05:29, 9 March 2013 by Patricia Schmidt (Talk | contribs)

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

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