Recent content by DragonByte Tech

  1. DragonByte Tech

    [DBTech] DragonByte Mail [Paid]

    No. Bulk checks don't return results in the normal way, they send you an email when the results are ready, so you would be manually handling thousands of emails. Furthermore, it doesn't save any credits as it still counts 1 email = 1 lookup.
  2. DragonByte Tech

    [DBTech] DragonByte Mail [Paid]

    I don’t believe I apply any specific ordering so presumably in order by user ID ascending, but I don’t know.
  3. DragonByte Tech

    [DBTech] DragonByte Mail [Paid]

    Then your best bet is to export the log from your validation service, as any numerical statistic like that above does not constitute proof of anything.
  4. DragonByte Tech

    [DBTech] DragonByte Mail [Paid]

    There's no such statistics at this time, and there wouldn't really be a reliable way of fetching them either as the validation log is pruned at regular intervals.
  5. DragonByte Tech

    [DBTech] DragonByte Mail [Paid]

    What? I'm so confused... php cmd.php dbtech-mail:validate-emails 500 sets the batch size to 500.
  6. DragonByte Tech

    [DBTech] DragonByte Mail [Paid]

    You can run php cmd.php help dbtech-mail:validate-emails to see the full list of options and arguments.
  7. DragonByte Tech

    [DBTech] DragonByte Mail [Paid]

    I don't know what you mean by this, can you clarify please?
  8. DragonByte Tech

    [DBTech] DragonByte Mail [Paid]

    This is not a bug nor is it a problem. I'll break it down per point: Email validation is already using the criteria system internally. The only users who are validated are users who meet the following criteria: They have never been validated before, OR it has been more than 6 months (15778458...
  9. DragonByte Tech

    Tagify options can't easily be extended

    in XF.TokenInput, the Tagify instantiation options can't easily be extended. This makes it harder to override the tag/dropdown templates, requiring a full override of the init function.
  10. DragonByte Tech

    [DBTech] DragonByte Mail [Paid]

    Verification happens once every six months, which is the recommended revalidation time.
  11. DragonByte Tech

    [DBTech] DragonByte Mail [Paid]

    There haven’t been any reported bugs :) The reason I haven’t released an update is I’ve been busy with changes to compatibility with the future 2.3.8 release.
  12. DragonByte Tech

    [DBTech] DragonByte Bluesky Poster

    I don’t have time to support multiple versions of XF while maintaining code quality and integration with all new XF features, sorry.
  13. DragonByte Tech

    [DBTech] DragonByte Credits [Paid]

    It does :)
  14. DragonByte Tech

    [DBTech] DragonByte Social Groups [Paid]

    Social Groups are entirely separate and do not use Forums/Threads/Posts for data storage. You can optionally add a node that shows a list of the current user's joined social groups. Nobody can see albums (or their contents) if they don't have permission to view the group's content. All of my...
  15. DragonByte Tech

    XF\EmbedResolver\AbstractHandler missing template docblock

    The template docblock /** * @template T of Entity */ Can be applied to this handler as well 🙂
Back
Top Bottom