OnBulletinDisplay

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