PDA

View Full Version : No Avatar Template Conditional


AFMichael
07-05-2015, 01:46 PM
Is there a template conditional to check to see if a member has uploaded an avatar or not? This is NOT for the current logged in user as I need to utilize a default avatar on the showgroups page for those that have not added their own avatar. I am using "GeekyDesigns Default Avatar" but it does not expand to the showgroups page and I am not sure how to add a plugin to his addon that does this.

Any ideas?

kh99
07-06-2015, 10:12 AM
I think you would have to create a plugin using hook showgroups_usergroup that queries the customavatar table. Or if you're willing to make code changes you could add it to the query that's already in showgroups.php.