Quote:
Originally Posted by nhawk
Oops, sorry yes it is in vB4... forgot this is the vB3 area. 
|
if you want it for vb4, then first in the style search find
postuseravatarlink in
postbit template.
Add a class to img url for example class"rounded":
Code:
<img class="rounded" src="{vb:raw post.avatarurl}" alt="{vb:rawphrase xs_avatar, {vb:raw post.username}}" />
Then add some css to your additional.css template like this:
HTML Code:
.rounded{-webkit-border-radius: 5px!important;
-moz-border-radius: 5px!important;
border-radius: 5px!important;}