beansbaxter
07-22-2010, 09:02 AM
I have a script that is grabbing the user's avatar from the database. This is the code that it's using:
$avatarURL = $vbulletin->options[bburl]."/image.php?u=".$vbulletin->userinfo[userid];
I have moved avatars from the database into the file system. What code would I use to replace this so it calls from the file system instead of the database?
I'm running vBulletin 3.8 if it matters. Thanks in advance.
$avatarURL = $vbulletin->options[bburl]."/image.php?u=".$vbulletin->userinfo[userid];
I have moved avatars from the database into the file system. What code would I use to replace this so it calls from the file system instead of the database?
I'm running vBulletin 3.8 if it matters. Thanks in advance.