2011-03-15, 07:37 PM
This user has been denied support.
Hi,I will show you how to add avatar to those who don't have avatar image.
1) Go to your CPanel
2) Find and click on phpMyAdmin
3) In phpMyAdmin choose the database that is used by your forum
4) Run Query:
UPDATE `mybb_users` SET `avatar` = './images/avatars/default.gif' WHERE `avatar` = ''
Change:
./images/avatars/default.gif
with the avatar URLThread: http://wb-dev.net/showthread.php?tid=142
<snip - no referral links>