Avatar not showing
-
Hi Omar,
I followed the Installation instructions and put
thumbnailphoto:octet:adi_thumbnailphoto
into the User Meta of the AD Integratioin plugin.The AD fieldname for thumbnail in your plugin is of course
adi_thumbnailphoto
The sync works fine, my user Pictures are beeing uploaded into the correct Directory on my ftp.
But somehow the Pictures wont Show up. As you mentioned in another Support article I put These lines of code into my theme files where the thumbnail should Show up.
<?php $userID = get_the_author_meta('ID'); $user = get_userdata( $userID ); echo $user->adt_user_photo_url; ?>
But then the Picture just disappears. Completly gone, even the Default Picture from wordpress. Probably my installed theme is causing the Problem. Here is the original Piece of code in my theme:
<?php // GET CURRENT USER ID $user_ID = get_current_user_id(); echo get_avatar( $user_ID ); ?>
This is the theme I am using:
https://themeforest.net/item/woffice-intranetextranet-wordpress-theme/11671924Thank you in advance for your Support.
https://www.ads-software.com/plugins/active-directory-thumbnails/
- The topic ‘Avatar not showing’ is closed to new replies.