ZacUSNYR, I like your template so much better than the one I was using.
I don't know if you can help me out or not, but when I use your template, and add the vbux info in the template, the whole template goes out of whack:
HTML Code:
<!-- vbPlaza start -->
<if condition="$vbulletin->options['vbbux_enabled']">
<div class="fieldset">
<table class="tborder" cellpadding="5" cellspacing="0" border="0" width="100%" align="center">
<thead>
<tr align="center">
<td class="thead"><a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('pointsmode')"><img id="collapseimg_pointsmode" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_pointsmode].gif" alt="" border="0" /></a>$vbphrase[vbbux_name] $vbphrase[vbbux_points]</td>
</tr>
</thead>
<tbody id="collapseobj_pointsmode" style="">
<tr>
<td class="alt1">
<div class="smallfont">$vbphrase[vbbux_points]: $userinfo[points]</div>
<div class="smallfont">$vbphrase[vbbux_bank]: $userinfo[bank]</div>
<div class="smallfont"><phrase 1="$vbphrase[vbbux_points]">$vbphrase[vbbux_total_points]</phrase>: $userinfo[totalpoints]</div>
<div class="smallfont"><a href="vbplaza.php?do=donate&userid=$userinfo[userid]">$vbphrase[vbplaza_donate]</a></div>
<if condition="$show['userhistory']"><div class="smallfont"><a href="vbplaza.php?do=userhistory&userid=$userinfo[userid]">$vbphrase[vbplaza_user_history]</a></div></if>
<if condition="$show['namechanges']"><br /><div class="smallfont"><a href="vbplaza.php?do=namechanges&userid=$userinfo[userid]"><phrase 1="$vbphrase[username]">$vbphrase[vbplaza_view_username_change_history]</phrase></div></if>
</td>
</tr>
</tbody>
</table>
</div>
</if>
<if condition="$show['gifts']">
<div class="fieldset">
<table class="tborder" cellpadding="5" cellspacing="0" border="0" width="100%" align="center">
<thead>
<tr align="center">
<td class="thead" colspan="4"><a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('usergiftsmode')"><img id="collapseimg_usergiftsmode" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_usergiftsmode].gif" alt="" border="0" /></a>$vbphrase[vbplaza_gifts]</td>
</tr>
</thead>
<tbody id="collapseobj_usergiftsmode" style="">
<tr>
<td class="tcat"></td>
<td class="tcat">$vbphrase[vbplaza_sender]</td>
<td class="tcat">$vbphrase[vbplaza_message]</td>
<td class="tcat"><if condition="$show['candelete']">$vbphrase[vbplaza_delete]</if></td>
</tr>
$userinfo[gifts]
</tbody>
</table>
</div>
</if>
<if condition="$show['ribbons']">
<div class="fieldset">
<table class="tborder" cellpadding="5" cellspacing="0" border="0" width="100%" align="center">
<thead>
<tr align="center">
<td class="thead" colspan="4"><a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('userribbonsmode')"><img id="collapseimg_userribbonsmode" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_userribbonsmode].gif" alt="" border="0" /></a>$vbphrase[vbplaza_ribbons]</td>
</tr>
</thead>
<tbody id="collapseobj_userribbonsmode" style="">
<tr>
<td class="tcat"></td>
<td class="tcat">$vbphrase[vbplaza_sender]</td>
<td class="tcat">$vbphrase[vbplaza_cause]</td>
<td class="tcat"><if condition="$show['candelete']">$vbphrase[vbplaza_delete]</if></td>
</tr>
$userinfo[ribbons]
</tbody>
</table>
</div>
</if>
<!-- vbPlaza end -->
Is there a quick way to fix it?