OnMessageDisplay

Revision as of 15:01, 18 January 2013 by Sinisakrisan (Talk | contribs)

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

Description

This event trigger when the inbox message is being display. Allow to format the content in the rows.

Params

  • Message - object, consist of message object

Example

function onWallDisplay(&$rows) 
{   
   $row->body= filter_content($row->body);
}