Recent content by janslu

  1. janslu

    XF 2.1 REST API

    @Cylon same feeling about the Tapatalk. They have changed their business model and I don't want them to build anything on top of my community. There are (forumapps) and were other projects to create native apps, but they seem to struggle as a business model and that's discouraging long term...
  2. janslu

    XF 2.1 REST API

    @Cylon It seems that there's more of us seeking full API support... I know that @truonglv is working on his own apps for XenForo and publishes a general API as an add-on on https://nobita.me. You might want to take a look at this. But truth be told - exposing a full functioning API from Xenforo...
  3. janslu

    XF 2.1 REST API

    @Chris D Have you thought of exposing search through API (especially when using Elasticsearch)? I know I can query Elasticsearch directly, but then I would have to go through permissions verification, url creation, parsing etc on my own. I would LOVE to be able to query forum search from...
  4. janslu

    Lack of interest Service worker management / options / access

    I am playing around with PWA for my forum. Basics are simple, and it works pretty great. but it would be great if we could have access to a service file worker content. Usage cases: 1. I have a forum as a subfolder for a large domain with already existing service worker, including caching and...
  5. janslu

    Implemented nofollow links evolve to ugc

    Here’s a handy table showing the timeline:
  6. janslu

    Implemented nofollow links evolve to ugc

    There’s no rush to change this. This is a new standard, and only supported by Google for now. It will maybe start to matter in 6 months, when Google will change how they treat nofollow (“signal” not “directive”). Intention of my post is to signal that URLs inserted by our users should have...
  7. janslu

    Implemented nofollow links evolve to ugc

    This is for marking external links entered by users. XenForo already marks them as nofollow.
  8. janslu

    Implemented nofollow links evolve to ugc

    Google has announced expansion of rel="nofollow" link standard to contain more detailed rel="ugc" for User Generated Content. This may also be combined with existing nofollow - to be rel="ugc nofollow". I think this may be a good addition to external links in posts at some point in time...
  9. janslu

    Lack of interest API enhancements - general stats, latest posts

    I am currently using a hacky way to generate live updated data being used on https://www.babyboom.pl (scroll little above middle - there's a horizontal "widget" for forum). I'm getting number of users online using: $activityRepo = \XF::app()->repository('XF:SessionActivity')...
  10. janslu

    Edit thread title [Deleted]

    Hi, @AndyB - how difficult would it be to add a field for description also? I have many threads where description is a mess and I wish I could better present them to search engines without editing first posts...
  11. janslu

    XF 2.1 REST API

    For security reasons you can always set rate limits on the web server. nginx has some great rate limiting options - https://www.nginx.com/blog/rate-limiting-nginx/ Unless you need to provide extended stats to the client or charge for each request, I don't think it's necessary to have it...
  12. janslu

    XF 2.0 Latest posts from external php is this the best way?

    Can you take a look at my code below and check whether this is the best way? I need this for a super small API, to retrieve number of users online and latest posts (you can see it in action at https://www.babyboom.pl . I am polling this script quite often and I wonder if this is the best way to...
  13. janslu

    XF 2.1 REST API

    I love this feature. It will let me integrate my forum with my CMS better. Few qustions: 1. Would it be possible to interact with custom fields in user profiles (for example I have a custom field setting for newsletter subscription and I would love to be able to modify it when user...
  14. janslu

    [n] Best Answer / Q&A System [Paid]

    @Robust thanks. Sorry to hear that...
  15. janslu

    [n] Best Answer / Q&A System [Paid]

    @Robust I am starting to make my plans for Xenforo upgrade to 2.0 and just want to make sure - is Community Answers for XF 2.0 coming? Will there be an upgrade from Best Answer?
Top Bottom