Recent content by Zambfd

  1. Zambfd

    XF 2.2 Question: Extending $request->filter for existing filters?

    I have written an addon through which our users can withdraw their quickpoll votes. Problem is that for this I had to completely override the function "getPollInput" (XF\Helper\Poll) by the addon to add a new field called "remove_vote", because I have not found a way how to add a new field into...
  2. Zambfd

    Strange color bbcode tag behaviour (CODE-Tag uses var(--cssVar))

    Hi, Sometimes the forum formats text with a broken color tag, although no colors were used by the user manually. The bug inserts one of our own color variables from the CSS (extra.less) - which is completely illogical. The whole thing looks like this: Text. This is added when saving the post...
  3. Zambfd

    [BS] Scheduled posting [Deleted]

    Found the error (on our side). ^^ Mentions were set to "0" for moderators and admins in the group settings. So it had nothing to do with the addon here after all.
  4. Zambfd

    [BS] Scheduled posting [Deleted]

    "At the moment" ^^ Have already addressed the problem in july last year. https://xenforo.com/community/threads/bs-scheduled-posting.171296/page-9#post-1529233
  5. Zambfd

    XF 2.2 XenForo Custom Alerts with StreamLabs

    First you need to develop an addon that triggers your desired events and then sends the appropriate alert to Streamlabs. You can find out how to trigger an alert via Streamlabs' API here. https://dev.streamlabs.com/docs/triggering-alerts BUT they have a tight rate limit of 2 alerts per minute...
  6. Zambfd

    [BS] Scheduled posting [Deleted]

    Hi, when active, the addon blocks @mentions in private forums - the mentioned user won't receive any alerts, even if he/she has the correct access rights. \BS\ScheduledPosting\Schedule\Post.php : 41 $notifier->setMentionedUserIds($preparer->getMentionedUserIds()); // todo: fix mentions...
  7. Zambfd

    XF 2.1 API: Vote in Poll

    Yes, good point, that's why I opened this thread two years ago. ^^ My last postings were no "where's that" but a "that would be my suggestion".
  8. Zambfd

    XF 2.1 API: Vote in Poll

    :rolleyes: :sneaky: e.g. POST /threads/{id}/vote/ Param: response_id[] (List/Array cause of multi vote polls). OR POST /poll/{id}/ Param: response_id[] (List/Array cause of multi vote polls) I also miss the general possibility to withdraw votes. ^^
  9. Zambfd

    XF 2.1 API: Vote in Poll

    Two years later - I'll rephrase the question. ^^ When, or can we even expect the API to support this feature one day?
  10. Zambfd

    XF 2.2 Notification of appointments or mentions in private subforum does not arrive

    We have that problem too. In the internal forum mentions are not delivered to the admins and moderators. Our admins and moderators accept mentions (no opt-out, no ignore). No limit will be exceeded. The internal forum differs in access rights. No user group has access except mods and admins...
  11. Zambfd

    Fixed vBulletin 4.x with vBulletin Blog importer error

    I know it isn't easy to extend the core import functions to check changes since the last import a.s.o. but it is frustrating that there is no incremental import function for this situations (huge boards). It is not an option to shut down your board (commercial community driven websites) for days...
  12. Zambfd

    Fixed vBulletin 4.x with vBulletin Blog importer error

    Why via PM? Why not public?
  13. Zambfd

    Fixed vBulletin 4.x with vBulletin Blog importer error

    I know that feeling ... we'll have to shut down our board for two DAYS , because the importer isn't capable of incremental importing.
  14. Zambfd

    XF 2.1 File Checker error - empty json files.

    And what about /data/attachments/ ?
  15. Zambfd

    XF 2.1 File Checker error - empty json files.

    The error is gone after we've rebooted our webservers (yes, multiple). Xenforo ran into an issue with nfs lock limits. Question: What's the purpose of the attachements folder inside of internal_data ?
Top Bottom