Recent content by korho

  1. korho

    Any news about Xenforo 3.0, can we expect modern forum?

    Well written article! These are the exact points, I have been wondering in my subconscious now that I'm starting a community again, using xenForo platform. I wasn't able to concentrate my thoughts in to this well-made output, but certainly something was missing when I started the setup...
  2. korho

    Add-on Search Results via API

    Hi! I'm looking for same kind of solution as well. How did you solve this problem? @robart
  3. korho

    Lack of interest Support REST API for search posts, threads, profile posts, and more...

    This is something I'd need as well. I'll add another example: We moved our knowledge base to xenForo, where we have created community for our customers. We would use search posts API for searching our knowledgebase articles and community posts in our Discord-bot.
  4. korho

    [XTR] Turkish Friendly URL

    @XDinc Hi! This warning occurs when installing:
  5. korho

    Light bulb theme switcher

    Hayo! Thanks for the idea! Got this working! Instead of normal style link I copied this from style_chooser: {{ link('misc/style', null, {'style_id': 0, '_xfRedirect': $redirect, 't': csrf_token() }) }} You will need to replace style_id to your style ID. When generating the style link with...
  6. korho

    XF 2.0 Outgoing Link - Warning Message

    I've been looking for same kind of addon. Have you found solution?
  7. korho

    XF 2.0 Current URL?

    {$xf.uri} seems to return /posts/108/share?_xfRequestUri=title&_xfWithData=1&_xfToken=xx&_xfResponseType=json (witch sounds like full uri instead of uri?) Can this somehow shortened to /posts/108/? Edit: This is happening only in following code: <xf:macro name="share_clipboard_input"...
  8. korho

    XF 2.0 XenForo SDK/API

    Hello! I've been struggling with this problem until today I came up with following solution: <?php /* * * FLOS.FI CP INFRASTRUCTURE * by korho 2018 October * * Copyright ® korho.fi 2018 * */ // BEGIN SET MYSQL SETTINGS $mysqlhost = "***"...
  9. korho

    XF 2.0 Copyable link change

    Hi, I have forums installed to example.com and browser is always at example.com witch is right. Can I somehow change all shareable, copyable, share-options links in forums to exm.com link short. Shortened links are works like this: exm.com/forums/etc redirects to example.com/forums/etc. Board...
  10. korho

    TaigaChat Pro - Realtime chat/shoutbox [Deleted]

    This could be because Style you are using. Try using your site without Style (use xenforo default). If this solves issue, it’s style issue. That can be fixed with css modification.
  11. korho

    XF 2.0 XenForo SDK/API

    Hi again! Is there now days any way to get login state and username in PHP? This would be very critical to my system. Thanks!
  12. korho

    XF 2.0 XenForo SDK/API

    I Agree.
  13. korho

    XF 2.0 XenForo SDK/API

    Hi. I was looking SDK or some kind of API for XenForo 2. Is there any built-in bossibility or if anyone is planning to make some kind of script to check in other PHP software, if user is logged in in the same web server where XenForo 2 is installed, and custom made PHP script are installed. I...
  14. korho

    [HA] Featured Members (+ Verified Badge)

    I didn't actually planned displaying many icons for one user, but i got idea that it would be also mean VIP's, Donators, etc. user groups (of course it can be made with username css, i think, but that's too complicated for many users) How about selecting what you want to use, give options to...
  15. korho

    [HA] Featured Members (+ Verified Badge)

    Oops! I didn't saw that update, i updated addOn and now it's working. How about changing names, adding more icons, more than two? Using ready icon sets such as Font Awesome, colouring them?
Back
Top Bottom