Recent content by Sado Yasashii

  1. Sado Yasashii

    XF 2.3 Remove the "itemReviewed" property to avoid a directional conflict

    Create a template modification - xfrm_resource_view Find <xf:page option="ldJsonHtml"> <script type="application/ld+json"> {{ $resource.getLdStructuredData()|json(true)|raw }} </script> </xf:page> Replace <xf:set var="$resourceUrl" value="{{ link('canonical:resources'...
  2. Sado Yasashii

    s9e Media Sites

    Please add support for clip. Similar to what you did for regular VK video. Your existing BB-code handler already works for clips if you insert the ID numbers into its existing processing. I tried to add support on my own via BB-media, but nothing works.
  3. Sado Yasashii

    IndexNow error: [429]

    Indeed, the error is no longer visible from the day the information about it was submitted. there were probably problems on their part.
  4. Sado Yasashii

    Browser issue Long wait time when logging out of an account from a mobile device

    On a mobile device, when logging out of an account, there is a long waiting period of 1-2 minutes. The same thing is observed on your forum.
  5. Sado Yasashii

    IndexNow error: [429]

    ErrorException: IndexNow error: [429] We're sorry, but you have sent too many requests to us recently. src/XF/Error.php:81 Generated by: Unknown account Mar 10, 2026 at 9:50 PM Stack trace #0 src/XF.php(270): XF\Error->logError('IndexNow error:...', false) #1 src/XF/IndexNow/Api.php(88)...
  6. Sado Yasashii

    download multiple files via external URL links

    For those who haven't noticed or didn't know, there's a plugin for adding multiple external URLs. Here it is: https://xenforo.com/community/resources/berg-external-download-urls.9960/ It was custom-made specifically to solve the problem of adding more than one URL. It works perfectly - I've been...
  7. Sado Yasashii

    [UH] Remove Attachments Permissions

    The author unfortunately passed away in early 2023, yet the plugin continues to work perfectly fine on version 2.3 without any issues.
  8. Sado Yasashii

    Not a bug An issue has been discovered with the controller

    This plugin (XF2-ProtectACP) was originally used to handle guest redirection in XF 2.2., but it doesn’t work in XF 2.3. After examining the code to adapt it for 2.3, it turned out that due to the bug mentioned above, the plugin fails to function properly and still allows guests to access the...
  9. Sado Yasashii

    Not a bug An issue has been discovered with the controller

    An error has been discovered where the controller:: in XF 2.2. * –XF\Admin\Controller\Login in XF 2.3. * –XF\Admin\Controller\LoginController does not work correctly if you enter a URL like https://site.com////admin.php in the browser. No matter how many slashes are added before admin.php, the...
  10. Sado Yasashii

    Known Bots

    Yes, it's not a problem. The question is closed. The reason is due to the blocking of all traffic from Russia. Sad, but nothing can be done. Who will encounter the same, just disable cron, the plugin will work, but will not get access to update the base. Sim, thank you for checking.:)
  11. Sado Yasashii

    Known Bots

    I manually enabled the plugin's cron and ran it and immediately caught the error, I attach the screenshot below:
  12. Sado Yasashii

    Known Bots

    I disabled cron - Known Bots: Fetch New Bots from API and the problem went away. So, you were right. Will disabling cron have any effect on the plugin?
  13. Sado Yasashii

    Known Bots

    Can my settings on robots.txt affect this? The error doesn't bother me, I just want to understand if I should be worried?
  14. Sado Yasashii

    Known Bots

    Hi, Sim Tell me please. I get the same error from time to time with your plugin. Can you tell me what he doesn't like? XF 2.2.12 Known Bots 6.1.0
  15. Sado Yasashii

    s9e Media Sites

    Is this enough?
Back
Top Bottom