MyBB Community Forums

Full Version: Avatar in #panel
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I want to know if there any way to add a default user avatar(no avatar pic) without plugins.

I made the panel looks like this:

For users having avatars:
[Image: 16c50zd.png]

For users not having any avatars:
[Image: 2585q8j.png]

I want this problem fixed. I want for the users having no avatars either it will show default avatar or nothing.

Is there any hope?
I have installed the theme in
http://www.unihood.com
check it out and comment..
for that there is a plugin that is, default profile

This will put the address of which avatar you want, and automatically puts you avatars instead of leaving it blank
I would say download DennisTT's Default Profile plugin then use this query to set every members avatar to a default of your choice:

UPDATE mybb_users SET avatar = 'images/noavatar.gif' WHERE avatar = '';

Also remove the "disable avatar" option in your templates.
but in themes like "novus theme" I don't think their needed a plugin. It shows avatar if available , and don't show anything if not available. Is there any alternate process?
I'm not sure, you'll have to ask computergeek.