Hi there,
I also think this mod is very easy to bring up to your forums, the author just forgot to upload the whiteborder-css-class for the avatars.
With a little knowledge of the vBulletin conditionals it is also very easy to customize the modification. For example, if you want to show the location of your users in the postbit_legacy, just add the following code somewhere between the lines ?EDIT PROFILE FIELDS, DIV LINES COLOR? and ?/EDIT PROFILE FIELDS, DIV LINES COLOR?:
PHP Code:
<if condition="$post[field2] != ''">
<div style="padding:1px; border-top:1px solid #CCC;" class="smallfont">$post[field2]</div>
</if>
Cheers
Leica Robbiani