Recent content by Fillip H.

  1. Fillip H.

    Question Donate popup amount field rounding question

    Changing the step to 1 is fine :) If you don’t use decimals it shouldn’t cause any issues.
  2. Fillip H.

    Question Donate popup amount field rounding question

    dbtech_credits_currency - change <xf:numberboxrow name="amount" min="0" step="0.00000001" to <xf:textboxrow name="amount" but I don't recommend doing this.
  3. Fillip H.

    Question BRANDING from 2 Plugins

    Hi there, No matter how many plugins you install, the footer will always be one line. There is no way to reduce this short of buying Branding Free for both products, or the Global Branding Free product to automatically strip branding from all past, present and future XenForo products.
  4. Fillip H.

    Pending [CHARGE] BBCode - Set global value

    I've moved this to Suggestions so it can be looked at for future versions :)
  5. Fillip H.

    Bug Insufficient credits bug

    I’ll release the update for DB Mail today so you can install it and remove the warning :)
  6. Fillip H.

    Bug Insufficient credits bug

    Thank you, I have identified the problem and resolved it @ your site. The problem was that Bouncify was returning this: { ["result"] => string(19) "Validation timedout" ["success"] => bool(false) } Which I incorrectly attributed to "insufficient credits". I have updated the Bouncify...
  7. Fillip H.

    Bug Insufficient credits bug

    cPanel credentials are also FTP credentials, but I can use the file manager sure :)
  8. Fillip H.

    Bug Insufficient credits bug

    Can you use the "Attach secure data" button to grant me access to SSH and FTP so I can look into this further? I'll need to be able to modify the files to add debug data so this can resolved. Thanks!
  9. Fillip H.

    Bug Insufficient credits bug

    I meant the server error log those messages came from, sorry :D --- If you login via SSH and go to your forum's directory, then execute php cmd.php dbtech-mail:validate-emails 500 Can the issue be replicated?
  10. Fillip H.

    Question Wanting to purchase

    Hi there, Unfortunately not, as hosting a demo site comes with security risks (admins can do a lot) and are a lot of work :( If you have any specific questions I can answer with screenshots from my dev environment :)
  11. Fillip H.

    Question how can combine add-on credits with shop add-on?

    Hi, admin.php?dbtech-shop/currencies/ -> Click on the currency you want to integrate with DragonByte Credits -> Select the corresponding currency in the "Integrated currency" drop-down. Gifting is the ability for users to gift their purchased items to another member. There is no difference...
  12. Fillip H.

    Bug Points are not deducted after deleting a rating in XFRM

    Hi, Thank you for the detailed report, much appreciated! I've applied the changes as a hotfix to v6.1.3 as I'm currently working on a refactor aimed at improving UX surrounding event configuration, so it would take some time to release a new version with this fix included.
  13. Fillip H.

    Bug Insufficient credits bug

    It could also be a temporary issue with Bouncify. There's two cases where the Bouncify validator can cause InsufficientCreditsException - the error message itself from the AdminCP log would be able to tell me which one of the two it is. If it's BouncifyValidator:54 - Bouncify's API returned 402...
  14. Fillip H.

    Bug Unable to update to 7.2.3 error

    Does it show a list of files?
  15. Fillip H.

    Bug Unable to update to 7.2.3 error

    Did you follow the instructions in the release notes?
Back
Top