I’d like to make some changes on the way the avatar and rank icons are displayed in my theme.
Basically I am trying to modify spTopicView.php not to display the avatar icon if the avatar not been configured and it is left as default (guest/member).
I am testing the following in the post loop $spThisPostUser->avatar[‘uploaded’]
It works fine except if the user has changed his avatar in WordPress rather than in SP in which case $spThisPostUser->avatar[‘uploaded’] is still empty. Is there anyway to get the avatar in situation ?
Thank you.