Recent content by Yenxji

  1. Yenxji

    Prevent resource authors from rating their resources for a custom error message

    When authors try to rate their resources, they see a "You do not have permission to view this page or perform this action.". I suggest implementing a custom error message to the action isn't allowed. To prevent confusion errors, if authors are trying to rate their resource, they would get a...
  2. Yenxji

    Not planned Update copyright year

    Then why did vBulletin 4 show 2000 - 2025, and was vBulletin 4.2.5 released on 10 May 2017?
  3. Yenxji

    MyBB to XenForo

    1.8.X is supported on XenForo importer
  4. Yenxji

    MyBB to XenForo

    What is your MyBB version?
  5. Yenxji

    MyBB to XenForo

    Have you bought a XenForo license? If so then please post on this https://xenforo.com/community/forums/installation-upgrade-and-import-support.23/
  6. Yenxji

    Not planned Update copyright year

    I think it's best advice for people to modify XenForo 1.X and 2.X to change from 2010 - 201X to 2010 - 2025 to prevent people from knowing about the exploit?
  7. Yenxji

    Translation Korean + Chinese

    Same here, I've been waiting for someone to create a translation of Simplified Chinese and Traditional Chinese. But I already got the Korean translation
  8. Yenxji

    Mandarin Chinese / Chinese Traditional translation

    Dear, why is it not optimized for XF 2.X? I really want to understand and explain clearly
  9. Yenxji

    Tradionnal Chinese translation for [Andrew] Moderator Panel 2.0.9

    Hey, how is a progress of Chinese translation? I've been waiting for three months
  10. Yenxji

    MySQL query error [1406]: Data too long for column 'template_parsed' at row 1 (Template modification)

    An optional increase in database column size can also help template_parsed ALTER TABLE `xf_template` MODIFY `template_parsed` MEDIUMTEXT This may and will change the column from TEXT (Maximum is 65.535 bytes) to MEDIUMTEXT (Maximum is 16.777.215 bytes), because that would accommodate larger...
  11. Yenxji

    MySQL query error [1406]: Data too long for column 'template_parsed' at row 1 (Template modification)

    Dear @Chris D @Jeremy P I have fixed and improved validation in src\XF\Entity\TemplateModification.php, A good approach would be strengthening the checks in the _preSave() method within the TemplateModification class. This will stop regex patterns that can cause create excessively large...
  12. Yenxji

    Image Optimizer for XF 2.0 [Paid]

    Did this add-on cause a deleted attachment? Disable add-on and try run rebuild attachment and use WEBP instead of XenForo core system
  13. Yenxji

    Editor & BB Code Manager

    This add-on is a bit complicated and heavy with JS included. I can't manage to do this
  14. Yenxji

    XF 2.3 Conditional

    I think it's possible, that you can use is_addon_active() function on your templates. <xf:if is_addon_active('Elf/AddonTitle')> <!-- Content to show when AddonTitle is installed --> AddonTitle is installed! <xf:else /> <!-- Content to show when AddonTitle is not installed -->...
  15. Yenxji

    Editor & BB Code Manager

    You have to go to KL\EditorManager\XF\Str\ and replace (Formatter.php) with patch file
Back
Top Bottom