Quote:
Originally Posted by maipoman
Thank you, the upgrade worked fine.
However, I have never had any luck with getting avatars and links to vB-profiles into Wordpress-posts. I try to follow the instructions, but get lost when I get to the part of "Wherever you see the code: <?php the_author() ?> You can replace that with something like..." because I don't have that code anywhere in my comments.php. I do however find value="<?php echo $comment_author; ?> but I guess that's not the same? 
|
Its there in the readme file:
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">