Recent content by Sushimaster

  1. S

    API / Docs: GET /threads/{id} - pagination only appears when with_posts=1

    Hi there, in api docs for GET /threads/{id} in response you should get "pagination" number, but it only returns, when "with_posts=1" is set. https://xenforo.com/community/pages/api-endpoints/#route_get_threads_id_ Request: Make "pagination" available even without providing "with_posts=1"...
  2. S

    Amazon parser [Paid]

    Does the plugin creates shortlinks out of posted amazon links as well?
  3. S

    [OzzModz] Scheduled Content

    Is it possible to trigger/set schedule via API?
  4. S

    XF 2.2 ErrorException: Push notification failure: cURL error 28: Operation timed out after 10106 milliseconds with 0 bytes received

    Actually it should deliver push messages. Dunno if successful web pushes are logged in any way, but these are not delivered - and users are complaining. Unfortunately, in that error message there is no endpoint URL stated, so it's not possible for me to check what problem occured at all...
  5. S

    Image Optimizer for XF 2.0 [Paid]

    You're NOT running latest version! Repository version != "latest" !! Latest version is 2 years old (v1.92) you're using, v1.91 which is 3 years old. Check here: https://www.lcdf.org/gifsicle/changes.html
  6. S

    XF 2.2 ErrorException: Push notification failure: cURL error 28: Operation timed out after 10106 milliseconds with 0 bytes received

    Unfortunately, it IS reoccurring often :-/ Are webpush calls (from XF to user) limited or restricted in any way?
  7. S

    Scheduled Thread / Post

    It shouldn't be an add-on, it should be implemented natively into XF, with API integration.
  8. S

    User Activity by Xon

    @Xon I really appreciate your plugins!! Could you please provide a foolproof integration of Redis with this plugin? The readme isn't helpful at all, it says "install redis plugin and go", but this it not helpful, it lacks exact config settings at all. I want to enable Redis only for this plugin...
  9. S

    whats to best OS and best DB mysql or maridb to use with xenforo

    We're using Debian 10 & MySQL 5.7 on a 24 core vm with 192g ram to run just the database. Completely overkill, load is between 0,5 - 2 on heavy usage. Webserver is separated with 64g ram and also 24 cores with PHP 7.4
  10. S

    Scheduled Thread / Post

    As I understand it right, addons cannot extend the XF (REST) API, and therefore it should be a native feature. Creating scheduled content from external sources, injected by the API would be great. You need another example? Imagine you have a company selling goods and you're running the usual...
  11. S

    User Activity by Xon

    No more deadlocks since release. Thank you!!
Top Bottom