Craig Nffc Price
Customer
Hi guys, I've recently upgraded to vbulletin 4.2, after integrating my forum styles, I've come to the beginning of installing my modifications, anyway moving on,
Whilst installing vbShop Pro, i'm trying to add the "points: 0" into the postbit_lagacy template, I've copied the code "{vb:raw currency.bankpoints}" into the new postbit box, but on saving the new template, no number shows :{
This is the code I've put into postbit_legacy;
And this is the original vbshop_postbit_stats template code:
Whilst installing vbShop Pro, i'm trying to add the "points: 0" into the postbit_lagacy template, I've copied the code "{vb:raw currency.bankpoints}" into the new postbit box, but on saving the new template, no number shows :{

This is the code I've put into postbit_legacy;
<div class="userinfo_item"><strong>Tokens</strong> » {vb:raw currency.bankpoints}</div>
And this is the original vbshop_postbit_stats template code:
<vb:if condition="!($bbuserinfo['dbtech_vbshop_settings'] & 4)"><dt>{vb:raw currency.title}</dt> <dd>{vb:raw currency.points}<vb:if condition="$vboptions['dbtech_vbshop_bank_postbit']"> ({vb:rawphrase dbtech_vbshop_x_banked, {vb:raw currency.bankpoints}})</vb:if></dd></vb:if>