Link Checker for XenForo 2.x by AddonsLab

Link Checker for XenForo 2.x by AddonsLab [Paid] 4.1.1

No permission to buy ($54.99)
Is there any setting so that only 404 errors are shown in the moderation queue? I see that, for example, 503 errors are also shown, but those links do work.
 
Hello!

Sorry for the delay with this. I am afraid there is no such feature, but we are trying to find some time to review how complex it would be to implement. We will update here soon if it's possible to implement the feature.

Thank you!

Perfect! Thx!
 
Are you open to introducing a new feature that could check the site reputation/security of links posted?

Something similar to this API: https://www.apivoid.com/pricing/

It would be nice to know if links posted on the site turn into something that can direct a user to malicious pages and to prevent that to protect users of the forum so that it doesn't get a bad rep as "being the one that spread the malicious software" -- at least the forum admin could try to prevent it as much as they could.
 
fix error resulting pages with links throw 404 missing icon for link status even if this option has been turned off
GET .../styles/fa/regular/close.svg?v=5.15.3 404 (Not Found)

template
allm_tag_check_post_links_status.less

change
.m-faContent(@fa-var-close, .79em);
to
.m-faContent(@fa-var-times, .79em);
 
Last edited:
@AddonsLab I get this error when I try to edit a post, may related with DigitalPoint Cloudflare @digitalpoint


Error: Call to a member function toArray() on null in src/addons/AddonsLab/LinkChecker/Entity/Tag.php at line 138
  1. AddonsLab\LinkChecker\Entity\Tag->getCombinedArray() in src/addons/AddonsLab/LinkChecker/DataProvider/TagDataProvider.php at line 69
  2. AddonsLab\LinkChecker\DataProvider\TagDataProvider->getTagsForContent() in src/addons/AddonsLab/LinkChecker/Library/Service/MessageUpdater.php at line 127
  3. AddonsLab\LinkChecker\Library\Service\MessageUpdater->getExistingContentTags() in src/addons/AddonsLab/LinkChecker/Library/Service/MessageUpdater.php at line 98
  4. AddonsLab\LinkChecker\Library\Service\MessageUpdater->processContent() in src/addons/AddonsLab/LinkChecker/Library/Service/SystemExtender.php at line 42
  5. AddonsLab\LinkChecker\Library\Service\SystemExtender->postSaveContent() in src/addons/AddonsLab/LinkChecker/XF/Entity/Post.php at line 69
  6. AddonsLab\LinkChecker\XF\Entity\Post->_postSave() in src/addons/DigitalPoint/Cloudflare/XF/Entity/Post.php at line 11
  7. DigitalPoint\Cloudflare\XF\Entity\Post->_postSave() in src/XF/Mvc/Entity/Entity.php at line 1324
  8. XF\Mvc\Entity\Entity->save() in src/XF/Service/Post/EditorService.php at line 201
  9. XF\Service\Post\EditorService->_save() in src/addons/TickTackk/ChangeContentOwner/Service/Content/EditorTrait.php at line 120
  10. TickTackk\ChangeContentOwner\XF\Service\Post\Editor->_save() in src/XF/Service/ValidateAndSavableTrait.php at line 42
  11. XF\Service\Post\EditorService->save() in src/XF/Pub/Controller/PostController.php at line 175
  12. XF\Pub\Controller\PostController->actionEdit() in src/addons/Andy/InsertAttachment/XF/Pub/Controller/Post.php at line 17
  13. Andy\InsertAttachment\XF\Pub\Controller\Post->actionEdit() in src/addons/TickTackk/ChangeContentOwner/XF/Pub/Controller/Post.php at line 66
  14. TickTackk\ChangeContentOwner\XF\Pub\Controller\Post->actionEdit() in src/XF/Mvc/Dispatcher.php at line 362
  15. XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 264
  16. XF\Mvc\Dispatcher->dispatchFromMatch() in src/XF/Mvc/Dispatcher.php at line 121
  17. XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 63
  18. XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2826
  19. XF\App->run() in src/XF.php at line 806
  20. XF::runApp() in index.php at line 23
 
We had lots and lots of images accidentally deleted by an image optimizer addon a year or so ago. Is it possible for this addon to search for and remove these broken/lost images in posts? These were images located in our database that were deleted by the addon.
 
Back
Top Bottom