Recent content by DragonByte Tech

  1. DragonByte Tech

    PhpStorm Live Templates for XenForo 2

    Tiny update for XF 2.3's macro template: <xf:macro id="$template$::$name$"$END$ :D
  2. DragonByte Tech

    Webhooks: Including phrases via getters will fail

    Assume you have a getter like this: public function getTagline(): \XF\Phrase { return \XF::phrase($this->getTaglinePhraseName()); } In your entity's setupApiResultData you include it like so: $result->includeGetter('tagline'); Sending the webhook will cause this error...
  3. DragonByte Tech

    Webhook event list has incorrect width

    See screenshot: This might in part be due to max-width: 100%; on .iconic.
  4. DragonByte Tech

    [DBTech] DragonByte Stripe Checkout

    I think the most appropriate action here is to setup a separate payment profile. Having two checkboxes would make the UX worse IMO.
  5. DragonByte Tech

    [DBTech] DragonByte Social Groups [Paid]

    Was this meant to be posted to DB Credits? 😄 In either case it’s something to look at; the initial version will likely just be compatibility and updates for PHP 8.
  6. DragonByte Tech

    What is the recommended process on cleaning user accounts?

    It actually happened twice, the second time was due to unauthorised access to SMTP sending. I forget where exactly the bug was. I had to go into explicit detail on what was wrong and how I had taken steps to fix it so it wouldn’t happen again 😅
  7. DragonByte Tech

    What is the recommended process on cleaning user accounts?

    Self hosted email validator requires port 25 to be open on your web server / your firewall, so bear that in mind :) I had the same problem when first switching to SES, I had to beg them not to kick me out due to the number of bounces, that’s what inspired me to add the feature to DB Mail. I...
  8. DragonByte Tech

    [DBTech] DragonByte Shop [Paid]

    I believe there should be an option for this in the XenForo Options for this addon :)
  9. DragonByte Tech

    [DBTech] DragonByte eCommerce [Paid]

    I’ll see if I can make any improvements there. Could you please re-post this in the support forum for eCommerce @ DBTech? I’m currently away on holiday and I don’t want to risk missing this!
  10. DragonByte Tech

    [DBTech] DragonByte eCommerce [Paid]

    No. I am out of the office travelling until the 8th of May, and furthermore no more feature updates will be added to the XF 2.2 version as future development will be focused on the XF 2.3 version. Unfortunately I don’t have the bandwidth to support multiple XF versions with feature updates.
  11. DragonByte Tech

    [DBTech] DragonByte Credits [Paid]

    I don’t understand what you mean by “in moderation”. You can adjust another member’s credits via the Adjust event, or you can transfer credits via the Donate event.
  12. DragonByte Tech

    [DBTech] DragonByte Credits [Paid]

    Sorry, I don’t know what you mean by that, could you clarify please?
  13. DragonByte Tech

    [DBTech] DragonByte Donate [Paid]

    Make sure all templates are reverted as I changed the way payment profiles are loaded in the latest version.
  14. DragonByte Tech

    [DBTech] DragonByte eCommerce [Paid]

    That’s a bug in digitalpoint’s addon, scroll up :)
  15. DragonByte Tech

    Fixed Reliable type hinting when using AbstractCollection/ArrayCollection/FinderCollection collections

    Might have been my bad for missing it from the generation script 😅
Top Bottom