Resource icon

[bd] Banking 1.0.4

No permission to download
In forum, how can we use this line? If checked and I put in "10", it doesn't work:

Bonus for New thread

  • Use forum-based value i
    For those of you who have been looking for a way to run the calculations on an already existing forum, I put together a little php script to do exactly that (it also logs all the initial imports in the transaction table so it shows up in the user's transaction history). I just ran it on my forum after installing the mod and it worked great.

    I've attached it to this post. I haven't tested it extensively beyond my forum so I recommend making sure you've got a backup of your database first. Also, the script is hard-coded to use my currency rules for the import ($1 per post, $2 per thread, $2 per post like received) so if you want to change that you'll need to change the calculation on the line where $cashMoney is set. Even if you use different rules and don't want to change it though I figure this would still be better than having everyone start at 0.

    Just fill out your db info at the top of the script and follow the instructions. If you want to edit anything I tried to make sure and comment it pretty well to make it easy to follow.

    Enjoy...

    nstead of system-wide value (set at 100)
Works great!
Use a query?

I haven't installed the add-on, so I cannot verify which tables to hit, but it probably uses the user table for storage of the amounts, so the query would be something like:

Code:
UPDATE xf_user
SET bankBalance = 0;
Here is the actual name and it works! Thanks for the direction!
UPDATE xf_user
SET bdbank_money = 0;
 
This is a great addon! Can't wait to have the shop integrated with a future release. I'd love for my users to be able to purchase things with their hard earned money.

I have a suggestion.

1. Would it be possible to award bonuses in amounts less than a dollar? For example, I could award 5 cents per post. This is a bit more in alignment with the "real world", where I might pay 5 cents per post, but not a dollar.

Keep up the great work!
 
Um, maybe I misunderstood somewhere. But I thought the [bd]Banking was supposed to show peoples earnings in the Membercard area as well?
 
Question: What is the 'Your Accounts' used for (see image), and how can I use it?

file_sportsbook_youraccounts.png
 
Another question:

Are there some other anti abuse options other that the minimun lengh of a post? Something like, a limit to "points" earned liking posts in a day or something like that.

If I move a thread to a forum where "points" are not calculated what happens?
 
Question: What is the 'Your Accounts' used for (see image), and how can I use it?

file_sportsbook_youraccounts.png
It's a place holder for accounts feature.

Another question:

Are there some other anti abuse options other that the minimun lengh of a post? Something like, a limit to "points" earned liking posts in a day or something like that.

If I move a thread to a forum where "points" are not calculated what happens?
There are options in AdminCP to set the minimum character required for bonus. Also, when you move the thread, bonuses will be recalculated.
 
When can we expect an update on this mod. It's actually quite limited.

The fact that we can't disable user transactions, inability to change the currency symbol, can't disable Banking for certain usergroups so admins can test out the mod and arrange it perfectly for the forum, the list goes on and I believe the coder knows this.

I removed [bd] banking and I have no choice but to play the waiting game, which kinda sucks because I was hoping to add Bookie into my site and I thought this currency mod had most of the basics in a currency mod.
 
Would there be a way to set the app to automatically pay new users a set amount? And a way to send the same amount to all users? for example a Christmas bonus of 50000 is paid to all members.

Is this implemented ?

Why don't you make this paid. Maybe then you can dedicate some time to this addon's development.
 
A bug -
I made a thread with a thumbnail as attachment and posted but then edited the thread and then chose 'full image' option. The bank showed Bonus posting (with a strike)
and status showed "Reversed". But in the end I got 10+10=20$. Bug?

  1. Bank
    QueenBee
    $10
    Bonus posting
    Reversed (4 minutes ago)
  2. Bank
    QueenBee
    $10
    Bonus for uploading attachment view
    Proceeded (6 minutes ago)
or did I get 10$ for posting thread(didnt show up in the bank section) + 10$ for thumbnail attachment + 10$ for full image attachment - 10$ for removing thumbnail attachment = 20$
 
Is there a way to see how many points are in circulation? My members have rocked up a fair few, and I need to start pricing them to the dollar. It would be very handy to see how many are in circulation on my forum.

Thanks.
 
Top Bottom