PDA

View Full Version : Remove Bank from member-info?


Nathan2006
04-03-2006, 07:51 PM
Hi,

Does anyone know how I can remove the bank info from the member profile?

I have looked all over to find it and cannot :( I found all the rest but not that one.

I have added a screen shot of what I mean :)

Thank you for any help :)

Exitilus
04-04-2006, 02:18 AM
In the vbplaza_member_vbbux_info template remove this line

<div class="smallfont">$vbphrase[vbbux_bank]: $userinfo[bank]</div>

Nathan2006
04-04-2006, 08:44 AM
In the vbplaza_member_vbbux_info template remove this line

<div class="smallfont">$vbphrase[vbbux_bank]: $userinfo[bank]</div>


Thank You Exitilus

I was also looking for the total points too but I found that under the code you added :D

Looks great thanks:cool:

Zowners
04-07-2006, 08:22 PM
How would I remove the bank, and donate info from members profile next to their posts?

Nathan2006
04-07-2006, 08:30 PM
Make sure you make a backup of the original code before deleting

Inside template 'postbit' or 'postbit_legacy':

Find and delete:

$vbphrase[vbbux_bank]: $post[bank]<br />


Find and delete:

<a href="vbplaza.php?do=donate&amp;userid=$post[userid]">$vbphrase[vbplaza_donate]</a><br />

Zowners
04-08-2006, 05:16 AM
Excellent. Thanks