Fillip H. Staff member Owner Developer Customer Feb 11, 2011 #2 If you are talking about vBShop bank then that is correct, vBCredits hasn't been hooked into the vBShop bank AFAIK.
If you are talking about vBShop bank then that is correct, vBCredits hasn't been hooked into the vBShop bank AFAIK.
D19RNY Customer Feb 11, 2011 #3 So Fillip H. is there a way to remove banked credits from all the users
Fillip H. Staff member Owner Developer Customer Feb 11, 2011 #4 Not without modifying the database, no. Code: UPDATE user SET dbtech_vbshop_bank = 0 Remember to add your table prefix if you use one.
Not without modifying the database, no. Code: UPDATE user SET dbtech_vbshop_bank = 0 Remember to add your table prefix if you use one.
Darkwaltz4 Former Developer Feb 14, 2011 #5 Actually, if you add a new currency you can target the vbshop bank within vbcredits from there, you could operate on it like normal, such as for transferring back into the user accounts or recalculating it back to 0 or whatever.
Actually, if you add a new currency you can target the vbshop bank within vbcredits from there, you could operate on it like normal, such as for transferring back into the user accounts or recalculating it back to 0 or whatever.