Did you set up a charge event? And did you also set the currency in the event trigger settings (not the event settings)?When I firstly had the issue I was using Xenforo 2.0.6, now I'm on v2.0.7 and the problem persists unfortunately.
Fillip
Did you set up a charge event? And did you also set the currency in the event trigger settings (not the event settings)?When I firstly had the issue I was using Xenforo 2.0.6, now I'm on v2.0.7 and the problem persists unfortunately.
It works perfectly fine on my end. Make sure no user groups are selected in the settings, if you selected any you should select all of them instead. Can you also check the BBCode is enabled?We're waiting for your reply to implement a very important change to our forum, so whenever you have time, any replies are greatly appreciated. Did you manage to make it working on your side, Fillip?
Only in form threads, or across the entire site?I found the issue, it only happens if I have the "Advanced Forms" add-on enabled, by @Snog . Unfortunately it's a core add-on for my community and I can't disable it.
$user_group_id = array(3,10,16,17,23); // usergroups you want to allow, will be defined via Admin Panel and not by script like I did
if($visitor->isMemberOf($user_group_id)) {
return $renderer->renderSubTree($tag['children'], $options);
}
// By default there are no purchases
$purchasedHashes = [];
I have tried to disable all add ons, but i still have double spend issue when post is deleted.Can you please try disabling all other products, leaving only this one enabled, and see if that works for you? It's possible you have a conflict.
Fillip
If you check the database, does the transaction show up twice? If so, does it have the same event ID?I have tried to disable all add ons, but i still have double spend issue when post is deleted.
What are the possibilities of misconfiguration in my end?
Thank you
Hello, i have checked in xf_dbtech_credits_transaction, and the comparison between 2 rows are :If you check the database, does the transaction show up twice? If so, does it have the same event ID?
Fillip
If you PM me with an FTP and AdminCP account I can look into it further. Please also include the step-by-step instructions for how to replicate the issue.Hello, i have checked in xf_dbtech_credits_transaction, and the comparison between 2 rows are :
- same event id
- same dateline
Here i attach some images.
I see the issue, it will be resolved in the next version, thanksHello, i have checked in xf_dbtech_credits_transaction, and the comparison between 2 rows are :
- same event id
- same dateline
Here i attach some images.
Fix: Fixed an issue where the addon would not correctly detect it was in the AdminCP
Fix: Moderated threads being approved would award the Thread event credits twice
Fix: Fix for Post and Reply event negations triggering twice or not correctly
DragonByte Tech updated [DBTech] DragonByte Credits with a new update entry:
5.0.2
Read the rest of this update entry...
Make sure you are watching the product @ our site and that you have emails turned on. Also, it is possible your email has bounced and that you have been taken off the email list, so also check your settings in case there’s a warning about bounced mail.I normally get email updates when a new version comes out...
I wonder why I did not get an email on this update.
We use essential cookies to make this site work, and optional cookies to enhance your experience.