Recent content by Evaelis

  1. Evaelis

    XF 2.1 Search minimum word length

    Just installed it. It doesn't seem like it supports several endpoints for ElasticSearch. Won't this create downtime when doing rolling update on ES? On another note, is it possible to remove some categories from the Search?
  2. Evaelis

    XF 2.0 Best way to extend new captcha class

    https://xenforo.com/community/threads/add-hcaptcha-support.154413/page-3#post-1418312 He apparently did.
  3. Evaelis

    Implemented Add hCaptcha support

    I do care :). I just didn't know about it yet. Thanks.
  4. Evaelis

    XF 2.1 Search minimum word length

    Hello, I would like to have more information the Search minimum word length. On my current configuration my users can't search for string like XenForo 2 as my innoDB is configured to not store words of less than 4 chars in the index. My question is the following: Will lowering this limit...
  5. Evaelis

    XF 2.1 Does XF 2.1 set a cookie for logged in users?

    I now only use the default XenForo cache which makes everything fast enough for me.
  6. Evaelis

    XF 2.1 Does XF 2.1 set a cookie for logged in users?

    I used to cache with an exclude rule on xf_user.
  7. Evaelis

    As designed Approval Queue: From Waiting For Approval to Waiting

    Hello, In the approval queue, the following code is used when approving a user (actionApprove): $user->user_state = 'valid'; Unfortunately, this behavior does not work well when using a registration filter like StopForumSpam. The user will get to the approbation queue without having his e-mail...
  8. Evaelis

    XF 2.1 How to change UID?

    While you can reset the current increment number, this is not a great idea.
  9. Evaelis

    XF 2.1 xf_sitemap table

    There is more to the sitemap than threads. There are at least addons that add content there (Marketplace / Images / ...). I do think forums / subforums are in the sitemap too.
  10. Evaelis

    XF 2.1 xf_sitemap table

    This is the number of entry in your sitemap (or as Google call it "Discovered URLs"). For instance, if your have 120,000 entries, you will usually get 3 sitemaps file (file_count) and 120,000 as entry_count.
  11. Evaelis

    Disable ability to download videos

    Even if there was a permission to do so, it could hide the download button or remove it but that won't block users from downloading the video.
  12. Evaelis

    XF 2.1 What is GMP used for in XenForo?

    That would make sense. This was all I needed to know. Thank you both!
  13. Evaelis

    XF 2.1 What is GMP used for in XenForo?

    I understand that it is used for Push notifications. However, as far as I understand it, GMP is a library that provides a kind of bigint type. How does XenForo use it under the hood? And why is it used for push notifications only?
  14. Evaelis

    XF 2.1 What is GMP used for in XenForo?

    Hello, As I was browsing the admin panel, I noticed that it checks for GMP. What is it used for in XenForo? Best regards,
  15. Evaelis

    XF 2.1 I want guest or Unregistered / Unconfirmed user can see full image

    I'm not sure it makes sense as a core feature. Try making a suggestion: https://xenforo.com/community/forums/xenforo-suggestions.18/
Top Bottom