Hi...
I've just installed Beta 4, and I can't get the avatars to show up. They just don't appear, the HTML I get in IE looks like this:
BTW, that's from a custom template I made, the same problem occurs when I revert to the default postbit template.
The template has "$post[avatar]" in place of where the avatar image should be. One thing I've found out, though, is that if I replace "$post[avatar]" with "<img src="$avatarurl" border="0" alt="">" the avatars will show up, but all of the users without avatars will get a broken link to their avatar, as the link points to the directory vB is in, that's all.
I've checked my General Settings page too, all the avatar stuff is switched on, the max size is bigger than the images I'm using, all that stuff.
So, two questions:
How can I get it to show avatars?
Is it possible to have a user's avatar image set to a default.gif if they don't choose an avatar?
Thanks a lot,
SuitCase
I've just installed Beta 4, and I can't get the avatars to show up. They just don't appear, the HTML I get in IE looks like this:
Code:
...td height="30"> <div align="center"><font face="Tahoma" size="2"><b><font size="3">SuitCase</font></b></font></div> </td> </tr> <tr> <td> <div align="center"><font size="1" face="Tahoma"></font></div> </td> </tr> <tr> <td>...
The template has "$post[avatar]" in place of where the avatar image should be. One thing I've found out, though, is that if I replace "$post[avatar]" with "<img src="$avatarurl" border="0" alt="">" the avatars will show up, but all of the users without avatars will get a broken link to their avatar, as the link points to the directory vB is in, that's all.
I've checked my General Settings page too, all the avatar stuff is switched on, the max size is bigger than the images I'm using, all that stuff.
So, two questions:
How can I get it to show avatars?
Is it possible to have a user's avatar image set to a default.gif if they don't choose an avatar?
Thanks a lot,
SuitCase
Comment