Recent content by Yenxji

  1. Yenxji

    [AKL] File Manager

    Yenxji updated [AKL] File Manager with a new update entry: 1.0.1 - Filters, chmod, Breadcrumbs, Security Enhancements, Admin Permissions Read the rest of this update entry...
  2. Yenxji

    [OzzModz] Force Users To Read Threads

    Fix 1 Fatal Error on Member Profile File: XF/Pub/Controller/Member.php Find: return $this->view('xenMade\STFRT\Clear', 'stfrt_user_clear', $viewParams); Replace with: return $this->view('xenMade\STFRT\Pub\View\Member\FrtClear', 'stfrt_user_clear', $viewParams); Fix 2 FRT Gate Firing on All...
  3. Yenxji

    XF 2.3 What's new in XenForo 2.3.10?

    Oh my apologies, English isn't my first language, so I worded it poorly! I definitely knew what you meant. Having proper XenForo context files for agents like Claude Code is something I've been waiting for a long time. Really cool to see it officially come
  4. Yenxji

    XF 2.3 What's new in XenForo 2.3.10?

    @Chris D, this is amazing news! I love that fantastic idea of adding a support AI assistant. I've been waiting for this for a year. Yup, it's fantastic, I have made an addon and built heavy code as private with Claude Sonnet 3.5 code from 1.5 years ago for the AI assistant, and myself write the...
  5. Yenxji

    XF 2.3 "Please enter a value using 16 characters or fewer" on login when real IPv6 comes through (Cloudflare)

    Thank you very much, and the problem is that my add-on is storing IPv6 addresses as strings before converting them to binary format. When an IPv6 address comes through (which can be 39+ characters in string format), it triggers the validation error because it's checking the string length before...
  6. Yenxji

    [OzzModz] Force Users To Read Threads

    I have come to look at this addon, which was no longer maintained. I've decided to research this inside the code of the issue, as both of you have reported. It has been fixed in just 10 minutes. It was pretty quick. 1. Force Users to Read All Threads Again Fatal Error on Member Profile File...
  7. Yenxji

    XF 2.3 "Please enter a value using 16 characters or fewer" on login when real IPv6 comes through (Cloudflare)

    @Chris D Could you please take a look at this? Users are unable to log in when their real IPv6 addresses come through Cloudflare. The validation error "Please enter a value using 16 characters or fewer" appears to be rejecting IPv6 addresses that exceed the character limit in the database...
  8. Yenxji

    XF 2.3 "Please enter a value using 16 characters or fewer" on login when real IPv6 comes through (Cloudflare)

    I've been issue with this IP/Cloudflare headache for a while and finally got real visitor IPs working properly. It can cause breaks login for anyone on IPv6. Here my CloudFlare Network settings: Here is my own server: XenForo 2.3.9 (latest version) Plesk at AlmaLinux backend with Apache &...
  9. Yenxji

    Wechat Pay For Xenforo [Paid]

    7 months later and you still haven't answered my above message, amazing
  10. Yenxji

    Branding Removal for 350 USD is really expensive

    Thank you for the explanation and appreciated! ❤️
  11. Yenxji

    Branding Removal for 350 USD is really expensive

    I really appreciate everyone discussing this topic. To honestly and clearly state that I am not questioning as what the price is affordable for the business. Because I was asking for transparency about the pricing decision so what I believe is a reasonable question as a customer. If there are no...
  12. Yenxji

    Branding Removal for 350 USD is really expensive

    Thanks for the reply! I understand it's for a business, Could you tell me what specific factors led to the increase as from $250 to $350 USD? Just curious about the reason
  13. Yenxji

    UI.X 2 Dark [Paid]

    This was clearly explained, thanks!
  14. Yenxji

    Branding Removal for 350 USD is really expensive

    I have found a post that was $250 USD? Why is it increased to $350 USD? What is the reason? https://xenforo.com/community/threads/250-to-remove-brand-removal-is-this-true.146433/
  15. Yenxji

    XF 2.4 Chunked uploads

    Do we need to uninstall addon first before upgrade 2.4?
Back
Top Bottom