I think he means that when a user registers, it assigns them an avatar by default, most sites that have it have an avatar with the text "no avatar selected" on it. It helps to encourage people to use avatars, and also makes the board more uniform.
I think he means that when a user registers, it assigns them an avatar by default, most sites that have it have an avatar with the text "no avatar selected" on it. It helps to encourage people to use avatars, and also makes the board more uniform.
You can do that by conditionals wherever the avatar shows up now. I had it done like that on my site, but there are some members that get offended when you start forcing things on them that they don't want, so I removed the conditionals for it. Of course, you will have to supply the default avatar as there isn't one, that I know of, included with vB2 or vb3.
There isn't a more uniform way to do it other than a bunch of conditionals? I think there are like 4-5 areas that could potentially show the avatar, maybe more, especially if you use other hacks. What would be the best way to do this higher up in the code so to say, so that you change it in one spot, and it rolls out to all of the different places?