make User Avatar compatible with User Sync plug-in
-
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
- The topic ‘make User Avatar compatible with User Sync plug-in’ is closed to new replies.