Difference between revisions of "OnMessageDisplay"

(Created page with "===Description=== This event trigger when the inbox message is being display. Allow to format the content in the rows. ===Params=== *'''Message''' - object, consist of messag...")
(No difference)

Revision as of 15:01, 18 January 2013

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