PDA


View Full Version : Avatars not showing on vba pages... :(


Sanjiyan
08-02-2007, 06:39 AM
How do I get the avatars to show on the news page etc in VBA?

I have the enable/show avatars enabled and the user does have an avatar...

its just not showing them... :(

Brian
08-02-2007, 11:56 AM
I'm guessing vB changed the way they check for a custom avatar in one of their recent releases. For anyone else that is having this problem, look in your modules/news.php file for 'customavatar.filedata' (without the quotes) and replace it with 'customavatar.userid' (again, without the quotes), and that should take care of the problem.

merriweather
09-01-2007, 05:31 AM
That fixed it for me. Thanks! :)