Quote:
Originally Posted by Jafo232
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"
|
Still having the same problem of the userid not being generated. I looked in the readme instructions and I noticed that section was if I wanted to replace the Wordpress commenting system with vB comments. I do not want to do this. First off, I dont sync my blog posts with vB forum posts, just the users.
And, all I want to do on the Wordpress side, within the Wordpress comments is have the user avatar show up, as well as link to their profile pages. Is this possible?
Right now this is all I dump in, and it doesnt generate a user id:
PHP Code:
<? global $vbulletin; ?>
<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">