Resource icon

[bd] Banking 1.0.4

No permission to download
My cash on my site went from almost $14000 to under $600. What would cause this? Does anyone know? I also use the sports book and have it using BD Banking money.

James
 
My cash on my site went from almost $14000 to under $600. What would cause this? Does anyone know? I also use the sports book and have it using BD Banking money.

James
All transactions are logged, have you checked it? If there are other add-ons directly change the field then it's out of my control...
 
All transactions are logged, have you checked it? If there are other add-ons directly change the field then it's out of my control...

I forgot to mention that but I did check the translations. And there is nothing there that would explain it. It all looks normal. Is there a way to rebuild it?

James
 
I forgot to mention that but I did check the translations. And there is nothing there that would explain it. It all looks normal. Is there a way to rebuild it?

James
You meant the transactions? So it's likely a problem with some other add-on that changed the money value without logging transaction data. Or that add-on only logs information into its own database table. Please check for add-ons that use money.

Beta version has a rebuilder but if there is nothing in the transaction then rebuilding is no good.
 
You meant the transactions? So it's likely a problem with some other add-on that changed the money value without logging transaction data. Or that add-on only logs information into its own database table. Please check for add-ons that use money.

Beta version has a rebuilder but if there is nothing in the transaction then rebuilding is no good.

Yes transactions. A typo. I will check with Bob about his Sportsbook add on.

Thanks
James
 
Hmm, I cannot access your site. CloudFlare 522 error. Anyway, can it be a problem with custom styling? Have you tried with default style?
The server I was on had an update and it took about an hour. I am also using the default style. Any way, I fixed it. I simply uninstalled it, and re-installed the latest addition and it worked fine.
 
Moderated posts still award points (when the posts are deleted, they do not remove points. I even tried approving the post then deleting it).

Edited: Soft deleted posts do not remove points...
 
Last edited:
Is it possible to find out which users have bank points in their account? I would like to see which users have 1 point or more in their account so I can update their details.

Thanks.
 
Is it possible to find out which users have bank points in their account? I would like to see which users have 1 point or more in their account so I can update their details.

Thanks.
You can run this database query:

Code:
SELECT * FROM xf_user WHERE bdbank_money = 1;
 
Top Bottom