Okey this will make the member info look better from the original.. It will make it fit in with the rest of the infomation..
Look at the screenshots for an example
In Memberinfo:
Find:
PHP Code:
<!-- vbPlaza start -->
<if condition="$vboptions['vbbux_enabled']">$show[vbbuxuserinfo]</if>
<if condition="$show['gifts']">$show[gifts]</if>
<if condition="$show['ribbons']">$show[ribbons]</if>
<!-- vbPlaza end -->
Replace with:
PHP Code:
<!-- vbPlaza start -->
<fieldset class="fieldset">
<legend>TMBux User Info</legend>
<table cellpadding="0" cellspacing="$stylevar[formspacer]" border="0">
<tr>
<td>
<if condition="$show['pointsinpostbit']">
$vbphrase[vbbux_points]: $post[points]<br />
$vbphrase[vbbux_bank]: $post[bank]<br />
<phrase 1="$vbphrase[vbbux_points]">$vbphrase[vbbux_total_points]</phrase>: $post[totalpoints]<br />
<a href="vbplaza.php?do=donate&userid=$post[userid]">$vbphrase[vbplaza_donate] to $userinfo[username]</a><br />
</if>
</td>
</tr>
</table>
</fieldset>
<!-- vbPlaza end -->