Recent content by vbresults

  1. vbresults

    Thank you!

    Thank you!
  2. vbresults

    XF 2.3 Trending content

    I ran into this in the Reddit-like IPS add-on I made. Ultimately made configurable what field (or alias) each feed's algorithm would sort by, what the cutoff date was for each algorithm, and whether to use aggregated scores or not (votes from all posts or just OP).
  3. vbresults

    XF 2.2 Push notification failure: 429 Too Many Requests

    The cause of the problem is clearly stated in the error message. I developed a Mobile App with push for XF and separately a PWA with notifications add-on long before it was implemented into the XF core, where I experienced a similar issue until implementing a queue and retry myself, so...
  4. vbresults

    XF 2.2 Push notification failure: 429 Too Many Requests

    I wouldn’t characterize the non-delivery of messages in this instance as throttling, but based on what Jeremy said your problems will be fully solved in 2.3.
  5. vbresults

    XF 2.2 Push notification failure: 429 Too Many Requests

    Usually, when endpoints like this return a 429 error, in their HTTP response header they also indicate after how much time you should retry the request (it tends to vary by request), and from my experience most of these retries work by 3rd attempt, so the message gets delivered. This might be...
  6. vbresults

    Adding Voice Chat Capability To My Site

    @Vercingetorix About 5 years ago I developed an add-on like this to complement mobile apps that under the @TMA account. After I shut down that business, the add-on fell by the wayside. I recently looked at the code and it needs to be redeveloped which has a cost, but it can be done.
  7. vbresults

    Revitalize layout for competitive landscape to increase traffic and retention

    No longer looking for testers, thank you
  8. vbresults

    XF 2.3 Miscellaneous changes for XenForo 2.3

    @Chris D Would this work with Natural Language FTS?
  9. vbresults

    XF 2.3 Miscellaneous changes for XenForo 2.3

    The addition of FULLTEXT indexes is great. IPS 4’s implementation was broken so I patched it and it now runs lightning fast searches on a big board. Now, with ElasticSearch/XFES, the only and main benefit from my view is that it can catch spelling errors and show results for those. But that...
  10. vbresults

    XF 2.2 vBulletin 4 to XenForo recurring PayPal subscriptions

    It hasn’t been developed yet, but if you’d like for it to be made, you can send a message to dev@vbresults.com.
  11. vbresults

    Revitalize layout for competitive landscape to increase traffic and retention

    I ended up building this Reddit-like feed add-on for a client on IPS 4 and it's currently in the alpha stage development-wise with the core feature set built out. I might end up building it for XF 2 as well. If anyone wants to join the alpha testing when it starts, send a message to...
  12. vbresults

    Post Keyword Alerts

    Is that user configured to accept emails? Are you accidentally wrapping the keywords in special characters or using spaces? This is running fine in production, and I ran another test locally moments ago to make sure.
  13. vbresults

    Add source to all links

    No, route filters are related to internal links. Yes, it is something the developer would have to account for and no problem to make it not add the parameter if it's already present.
  14. vbresults

    Custom PHP Pages 2023-12-03

    This add-on allows creating any number of custom PHP pages with or without the XF layout. A custom page has access to the XF engine's functions, including sessions and permissions. All custom pages are their own PHP script with individual configuration; PHP knowledge is required. A custom page...
Top Bottom