Hi,
I already try this for nearly 6 hours, i think this is not a big job, just because i not familiar with coding.
What i try to do is when somebody invite a friend, a point will insert to the database.
I try to modified the invite.php file located at
component/com_comprofiler/plugin/user/plug_invite/invite.php
in
function processInvitation( $user, $success )
i add a update database command,
[code:1]$database->setQuery("UPDATE #__comprofiler SET cb_point=cb_point+1 WHERE user_id = '$user'"«»);[/code:1]
I already create a cb_point field in comprofiler database from administrator
Is there somthing missing to make it work? Or have other way to do it ?
Thanks in advance.
Post edited by: srdotcom, at: 2007/10/07 12:55