Reputation:
Reputation:
Update highlights
This version adds one of the most frequently requested features: The ability to add DragonByte Credits as a payment profile!
You can apply this payment profile to things like user upgrades, DragonByte eCommerce products, and more! This feature will work with any 1st party or 3rd party system that uses XenForo's built-in payment profile system to handle payments.
When configuring the payment profile, you will have the option to pick which Credits currency is applied, and...
Reputation:
Update highlights
This version introduces a few major features.
Where possible, a transaction will link back to the content it originated from. For thread / post events, no titles are displayed as that could potentially cause privacy issues, but clicking on the link will do all the normal permission checks.
The "Maximum applications" event limitation can now be applied per-user rather than globally. This resolves an issue where certain events make more sense to limit per-user and certain...
Reputation:
Reputation:
Reputation:
Reputation:
InvalidArgumentException: Column 'dbtech_credits_credits' is unknown in src/XF/Mvc/Entity/Entity.php at line 690
XF\Mvc\Entity\Entity->setAsSaved() in src/addons/DBTech/Credits/Entity/Transaction.php at line 254
DBTech\Credits\Entity\Transaction->_postSave() in src/XF/Mvc/Entity/Entity.php at line 1219
XF\Mvc\Entity\Entity->save() in src/addons/DBTech/Credits/EventTrigger/AbstractHandler.php at line 659
DBTech\Credits\EventTrigger\AbstractHandler->trigger() insrc/addons/DBTech/Credits/EventTrigger/Post.php at line 47
DBTech\Credits\EventTrigger\Post->trigger() insrc/addons/DBTech/Credits/EventTrigger/AbstractHandler.php at line 415
DBTech\Credits\EventTrigger\AbstractHandler->apply() insrc/addons/DBTech/Credits/XF/Service/Post/Preparer.php at line 296
DBTech\Credits\XF\Service\Post\Preparer->afterInsert() in src/XF/Service/Thread/Replier.php at line 183
XF\Service\Thread\Replier->_save() in src/XF/Service/ValidateAndSavableTrait.php at line 40
XF\Service\Thread\Replier->save() in src/XF/Pub/Controller/Thread.php at line 461
XF\Pub\Controller\Thread->actionAddReply() insrc/addons/KL/EditorManager/XF/Pub/Controller/Thread.php at line 27
KL\EditorManager\XF\Pub\Controller\Thread->actionAddReply() in src/XF/Mvc/Dispatcher.php at line 350
XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 257
XF\Mvc\Dispatcher->dispatchFromMatch() in src/XF/Mvc/Dispatcher.php at line 113
XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 55
XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2184
XF\App->run() in src/XF.php at line 391
XF::runApp() in index.php at line 20
Reputation:
Update highlights
This version makes internal improvements to the [CHARGE] BBCode parser in order to prepare it for upcoming functionality where it can be used to charge for other content types other than posts.
This version also resolves a few other edge case issues reported by the community.
Complete Change Log
Change: Make the Charge BBCode parser a bit more dynamic to prepare for other content types
Fix: If the event or currency pertaining...