PDA

View Full Version : auto border avatars : border color like table border color


drownedspirit
11-11-2002, 07:00 AM
hey guys,

wondering how to make auto border avatars. i do know how to make auto-borders for avatars but they are not the same color as the table border color. so if the scheme is black, seems like the avatar doesn't have a border. please help

geniuscrew
11-11-2002, 02:06 PM
This is a templated edit btw not a hack :p

in the postbit_avatar template replace <img src="$avatarurl" border="0" alt="">

with

<img src="$avatarurl" style="border:1px solid {*tablebordercolor*}" alt="">

Take out the asterisks though coz vB parses the variables.

Should work for the post bit

Kars10
11-11-2002, 02:32 PM
But this could only look good if all users have the same Avatar-size, and thats impossible... ;)

drownedspirit
11-12-2002, 12:35 AM
its doesn;'t work.. i get codes on the posts..

geniuscrew
11-12-2002, 01:00 AM
Did you take out the asterisks?

I tested it on my own and it did work