Quote:
Originally Posted by MadsK
Thanks. It works. But avatars do not though. I already have the avatar of the user shown in the log in box, if logged in. How could i go about and put this avatar into the comments? It seems i cannot edit the wp_list_comments thing.
Your help is appreciated.
|
If you see in the read me file, the file edits which you have to do. In it find this code:
PHP 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">
This is what does the avatars. It should work if the paths are correct.