Connecting to Ultimate Member
-
Hello, I am attempting connect active directory images to the plug-in Ultimate Member.
I have set everything up to the settings that you have mentioned in previous forum responses. The issue is incorporating <?php echo $user->adt_user_photo_url ?> into the existing ultimate member code. Below is what I have currently coded and unfortunately it is not importing the images.$avatar = '<img src="' . $user->adt_user_photo_url . '" class="gravatar avatar avatar-'.$size.' um-avatar" width="'.$size.'" height="'.$size.'" alt="" />';Ultimate Member avatar code looks like
$avatar = um_user('profile_photo', $size);Any help on this would be great, thank
The topic ‘Connecting to Ultimate Member’ is closed to new replies.