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...")
 
(Description)
 
Line 1: Line 1:
 
===Description===
 
===Description===
This event trigger when the inbox message is being display. Allow to format the content in the rows.
+
This event is triggered when the inbox message is being displayed. Allow to format the content in the rows.
  
 
===Params===
 
===Params===

Latest revision as of 07:13, 9 March 2013

Description

This event is triggered when the inbox message is being displayed. 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);
}