hello!
I have installed the userphoto plugin (http://wordpress.org/extend/plugins/user-photo/), which is very nice. I created an author template and wanted to display the author pic. Everything looks okie but i noticed that it always displays the same picture for all authors.
I added this code in author.php page :
<?php echo userphoto($userdata, $before = '', $after = '', $attributes = array(align => 'left', hspace => '10', vspace => '10', border => '5'), $default_src = ''); ?>
Any ideas of what i am doing wrong?