Hi ! I have a problem with the User Photo plugin, and I'm sure it must be quite silly, but I can't figure it out.
I want to specify a defaut image if no image is specified in the user's profile.
I'm trying the synthax provided in the plugin explanation :
userphoto_the_author_photo($before, $after, $attributes, $default_src)
userphoto_the_author_photo('','','','http://www.domain.com/dummyimage.jpg');
I can't get anything to appear. What am I doing wrong ? The rest of the plugin works perfectly for me. (of course, I'm trying it with an url pointing to a real image)