Quote:
Originally Posted by VBDev
It's not possible as is, but that's a very interesting idea.
You would mean small avatars, as for example the user avatar but in 15x15 format ?
|
Yes, that is what I like to achieve. But I think 15x15 is too small. I had a shoutbox on phpbb. I think there I had 40x40 (or 30x30).
I have set up my vb to have avatars of 80x80. That would be too big. But you might be able to use the custom avatar thumbnails. On my forum it is set to 60x60. I have no idea where you can set that size to your liking.
I have read that you could call the avatar picture with this code:
Code:
src='image.php?type=thumb&u=$user[userid]'
Unfortunately I have no clue which file generates the chat messages. I was not even able to find my chat messages in the source code of the generated page.