Can you explain to me where I should declare the global $vbulletin?
I put this code into my comments section and it didn't work. It didnt grab any vB references.
Code:
<?php global $vbulletin; ?>
<?php echo $vbulletin->userinfo['username'] ?>'s
<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">