Hi. Is it possible to track the users activity in the main amember logs when using XML-RPC - if not, any suggestions on how I can or will I need to 'roll my own' amember v3 Cheers Chris
Hi Alexander. Thanks for letting me know. Another question about the XML-RPC then :- What arguments do I need to pass to 'update_user' to allow me to update the user in the main db Thanks CHris
It accept two arguments: $member_id, $user - is associative array contains user info. Better to use get_user function to get this array first, then change all necessary fields in it and then use update_user to save your modifications in database.