Recent content by rik

  1. rik

    [DBTech] DragonByte Security [Paid]

    Hi, me again. After logging in, the second step for 2FA ist presented, also with a deprecation notice: Template public:login_two_step: [E_DEPRECATED] Return type of Ramsey\Uuid\Uuid::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the...
  2. rik

    [DBTech] DragonByte Security [Paid]

    Hi there, with enabled logging for all error levels, a deprecation notice is thrown in DragonByte Security (4.6.8): An exception occurred: [ErrorException] [E_DEPRECATED] Use of "parent" in callables is deprecated in src/addons/DBTech/Security/XF/Pub/View/Login/Form.php on line 23#0 [internal...
  3. rik

    [bd] API

    IIRC: clone the repo checkout xenforo2 branch copy its contents to src/addons/Xfrocks/Api/ copy the contents of _files/ to your Xenforo root directory you'll have to rename the included api directory to bdapi (or something similar) because Xenforo uses the path prefix /api for its own REST...
  4. rik

    Keyword Linking by Siropu [Paid]

    When using together with AMPXF, keywords are replaced in <amp-img> elements, e.g. in the image URLs. We've fixed it by adding amp-img to the regexp in \Siropu\KeywordLinking\Entity\Keyword: diff --git a/src/addons/Siropu/KeywordLinking/Entity/Keyword.php...
  5. rik

    As designed REST API: Smilies not replaced in parsed HTML

    Hey Mike, thanks for your reply. I suspected that the CSS sprites were the reason for not rendering the smilies. We've now decided to build our own parser which uses the Smileys XML export.
  6. rik

    As designed REST API: Smilies not replaced in parsed HTML

    Xenforo 2.2 includes parsed post contents in REST API responses (field message_parsed in the Post data type), see REST API Documentation. While images, quotes, etc. are transformed to HTML, smilies aren't. Is that a bug or a feature?
  7. rik

    Fixed InvalidArgumentException: Accessed unknown getter 'video_url' on XF:Attachment

    Hi there, we're getting errors about an unknown getter on the Attachment entity when accessing a thread via Xenforo's API. Environment Xenforo 2.2.1 PHP 7.4.12 MySQL 8.0.22 Observed error InvalidArgumentException: Accessed unknown getter 'video_url' on XF:Attachment[<ID>]...
  8. rik

    Sendy Integration & Newsletters [Paid]

    It's the base URL of your Sendy installation. For example, if you can view campaign reports at https://www.example.org/sendy/report?i=4&c=182 then the base URL is https://www.example.org/sendy/.
  9. rik

    [Liam W] (RIP) Member Self Delete

    Hi, I've created a German translation for this add-on: https://github.com/mjaschen/xenforo-addon-translation-self-account-delete-german Maybe it's useful for some of you guys. Have fun rik
  10. rik

    XF 2.1 Show another reaction link besides the “Like” link

    Hi, is it possible to show a second reaction link (e.g. “Love”) alongside the “Like” link? I didn't find a setting to achieve this. If there's no such setting, what would be the best way to implement such a functionality?
  11. rik

    Sendy Integration & Newsletters [Paid]

    No, we're running version 2.0.5 - the latest version listed here and on your website (https://nobita.me/threads/sendy-integration-paid.1643/)
  12. rik

    Sendy Integration & Newsletters [Paid]

    Hi @truonglv we've had problems with syncing subscriptions from XenForo to Sendy and built a quick fix. The Sync job fetches chunks of 10 unprocessed records from xf_sendy_user (synced_date = 0) and syncs the subscription to Sendy if all prerequisites are met. After a successful sync, the...
  13. rik

    Sendy Integration & Newsletters [Paid]

    If you need testing we can help as well. We're currently waiting for a working update after migrating to XF 2.1.
  14. rik

    [bd] API

    It's a command line tool for Unix-like operating systems. You can also use every password generator out there :)
Top Bottom