• We are using both “User Avatar” and “User Synchronization”. The latter makes it possible to synchronize the user profiles of subsites with the user profiles in a master site.

    The only thing not synchronized so far is the … avatar maintained by User Avatar. We have patched our download of User Avatar to work right away with User Synchronization, but with the next update the patch will be gone….

    Would it possible to include this patch into the official version of User Avatar? The patch goes as follows:

    at the end of the functions
    – user_avatar_add_photo_step3(…), and
    – user_avatar_delete_files(…)

    insert the following lines:
    //notify others that profile has changed
    do_action( ‘profile_update’, $uid );

    Thanks,

    Olaf

    https://www.ads-software.com/extend/plugins/user-avatar/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Enej Bajgori?

    (@enej)

    Hi Olaf

    Thanks for pointing that out, I will add the code fix next time I update the plugin.

    Cheers

    Thread Starter olafdruemmer

    (@olafdruemmer)

    Cool – much appreciated!

    Many thanks,

    Olaf

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘make User Avatar compatible with User Sync plug-in’ is closed to new replies.