Quote:
Originally Posted by naoneo
To everyone who wants to access the CURRENT users avatar.
Instead of
PHP Code:
/image.php?u=<?php echo $reply['userid'] ?>
Use
PHP Code:
/image.php?u=<?php echo $userid = get_option('vbb_VBUSERID'); ?>
|
Which file do we edit?
This applies only to VB that uses database to store avatar? I store avatar in file folder so I guess it won't work.