Description

This event trigger when new user created at Jomsocial.

Params

  • User - array, consist of user object

e.g.

CUser Object
(
[name] => John
[username] => johnlee
[_thumb] => images/photos/63/5/thumb_ff5e436b8148d10a7750abab.jpg
)

Examples

{code}

function onprofilecreate($userObj) 
{
$userObj = $userObj[0];
$userName = $userObj->name;
.
.
.
}

{/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