They are stored as files and are assigned in a seperate database/table:
userid | avatarurl
I use the userid as a reference between the vbulletin user table and my customavatar database. I then create a php script which retrieves the userid and display the appropriate image:
Example: If I use <img src="getavatar.php?account=1"> in a standard php document, it displays it perfectly.
The problem comes as I stated in the previous post. Correctly shown in the source code, but not displayed.
|