PDA

View Full Version : [VBPlaza] MEMBER INFO (BETTER LOOK)


Ben Wilkins
08-23-2006, 10:00 PM
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:
<!-- 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:
<!-- 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&amp;userid=$post[userid]">$vbphrase[vbplaza_donate] to $userinfo[username]</a><br />
</if>

</td>
</tr>
</table>
</fieldset>
<!-- vbPlaza end -->

Gizmo5h1t3
08-24-2006, 09:20 PM
nice, but youre taking out the gifts and ribbons with the edit?????

y2krazy
08-25-2006, 02:07 AM
Figure out a way to include the Gifts & Ribbons and it'll be an improvement. Gj, though. ;)