Description

This event will be triggered when the profile is being updated; successfully or not.


Params

An array with two items; user id and true (success)/false (fail) on profile update operation.

{code}
Array
(
[0] => 1,
[1] => true
)
{/code}

Examples

{code}

function
onAfterProfileUpdate( $arrItems )
{
if ($arrItems[1])
{
/* perform your update success handler here */
}
else
{
/* perform your update failed handler here */
}

}
{/code}

Join 180,000 websites creating Amazing communities

JomSocial is the most complete, easy-to-use addon that turns Joomla CMS into a
full -fledged, social networking site

TRY NOW BUY NOW