Quote:
Originally Posted by RobInjection
This returns the author of the post's avatar.
When I tried the previous method, it was not picking up my user's avatar, instead getting an image not found. When I looked at the image url, I saw that the user ID is not being generated. Any ideas? This would be extremely helpful.
|
Hmm, I may have written that wrong in the readme:
Code:
<img src="<?php echo get_option('vbb_VBURL') ?>image.php?u=<?php echo $reply['userid'] ?>&dateline=<?php echo TIMENOW ?>" alt="<?php echo $reply['username'] ?>'s Avatar" class="avatar avatar-32 photo avatar-default" width="32" height="32"