| The following warnings occurred: | |||||||||||||||
Warning [2] Undefined property: MyLanguage::$archive_pages - Line: 2 - File: printthread.php(287) : eval()'d code PHP 8.3.31 (Linux)
|
|
Link Tools - Printable Version +- MyBB Group (https://mybb.group) +-- Forum: MyBB Extends (https://mybb.group/Forum-MyBB-Extends) +--- Forum: Originated (https://mybb.group/Forum-Originated) +--- Thread: Link Tools (/Thread-Link-Tools) |
RE: Link Tools - Laird - 10-01-2022 Released version 1.4.1 with the following additions:
RE: Link Tools - falecomguilhermelima - 18-01-2022 Hi Laird! I'm having this issue with the plugin: The plugin page at CP Admin is like this: Is it something I did wrong? Ps.: My forum has not https enabled, does it have something do to with it? RE: Link Tools - Laird - 18-07-2024 (18-01-2022, 01:43 PM)falecomguilhermelima Wrote: Hi Laird! A belated response, and probably due to its lateness, neither of those images are now accessible. If you're still having a problem, especially after upgrading to the new release (next post), then please let us know. RE: Link Tools - Laird - 18-07-2024 Released version 1.5.0 with the following additions:
RE: Link Tools - antoineboy57 - 12-09-2024 Hello, Two problems with the new version :
RE: Link Tools - antoineboy57 - 16-09-2024 Apparently the plugin has issues with link terminate by .pdf I disable the Plain text previewer to avoid my forum crashing on some subject. Also now the twitter preview is outdated (url become X.com the link preview showed a mention to an outdated browser) RE: Link Tools - antoineboy57 - 18-09-2024 try to comeback to 4.1 When using (...) /admin/index.php?module=tools-recount_rebuild for the first timeSuccessfully repopulated the links tables for Link Tools. But when I do the action "to resolve have not been resolved into their terminating links" (...) /admin/index.php?module=tools-recount_rebuild become a blank page. And the links are not corrected. It might be interesting to compile a list of all uncorrected links, so that we can understand which links are causing problems. RE: Link Tools - Laird - 19-09-2024 Thanks for these reports and your PM alerting me to them. I hadn't checked in to this board since releasing the latest version of Link Tools, and for some reason hadn't been alerted to any of them despite being subscribed to this thread. I've approved the two that had been subjected to moderation. (12-09-2024, 06:17 AM)antoineboy57 Wrote: cannot see the twitter preview anymore (change to x.com ?) Confirmed. I'm working on this. (12-09-2024, 06:17 AM)antoineboy57 Wrote: this website https://www.cae-eco.fr/ made my forum crash. Confirmed again. I have fixed this in local development code. The issue was that that site reports a character set not supported by PHP's mb_convert_encoding() function, which was not problematic for PHP < 8 because in that case only a warning was generated, which Link Tools was successfully suppressing. PHP 8 instead throws an exception, which Link Tools wasn't handling.I've fixed this by calling functions to generate a list of supported character sets and checking that the argument to be supplied to mb_convert_encoding() actually exists in that list before supplying it.(16-09-2024, 07:10 AM)antoineboy57 Wrote: Apparently the plugin has issues with link terminate by .pdf PDFs are fine so long as they are served with an appropriate content type, in which case Link Tools ignores them. It seems that the PDF you're linking to is being served with the inappropriate "text/plain" content type. I haven't tested that scenario. Can you please provide an example link? (18-09-2024, 07:29 AM)antoineboy57 Wrote: When using I am yet to investigate this. I'll let you know how I go. It might have been caused by the now-resolved problem with https://www.cae-eco.fr/, in which case it might need no further fix. (18-09-2024, 07:29 AM)antoineboy57 Wrote: It might be interesting to compile a list of all uncorrected links, so that we can understand which links are causing problems. Yes, that might be useful. I'll consider it. RE: Link Tools - Laird - 21-09-2024 I've pushed a bunch of commits which hopefully fix all bugs. Please download the current version from our GitHub repository and let me know how you go. There's no need to run any upgrade procedure so you should be able to just copy across the updated files. After that, set its ACP plugin setting "Scope of Rebuild Link Previews entry" to "All" and then run all Link Tools-related rebuild tools. Some more specific comments: (19-09-2024, 08:12 AM)Laird Wrote:(12-09-2024, 06:17 AM)antoineboy57 Wrote: cannot see the twitter preview anymore (change to x.com ?) Fixed. This required the implementation of site-specific cookies. (19-09-2024, 08:12 AM)Laird Wrote:(12-09-2024, 06:17 AM)antoineboy57 Wrote: this website https://www.cae-eco.fr/ made my forum crash. Here is the fix. (19-09-2024, 08:12 AM)Laird Wrote:(16-09-2024, 07:10 AM)antoineboy57 Wrote: Apparently the plugin has issues with link terminate by .pdf After further testing, I found that as you affirmed, sometimes Link Tools was mistakenly applying the plain text previewer to PDFs. I am not 100% sure I've fixed this, so please let me know how you go with the new code. (19-09-2024, 08:12 AM)Laird Wrote:(18-09-2024, 07:29 AM)antoineboy57 Wrote: When using I haven't been able to identify any further problem, so for now I assume that it was caused by that now-resolved problem. Again, please let me know how you go with the new code. (19-09-2024, 08:12 AM)Laird Wrote:(18-09-2024, 07:29 AM)antoineboy57 Wrote: It might be interesting to compile a list of all uncorrected links, so that we can understand which links are causing problems. I haven't implemented this (yet?). RE: Link Tools - antoineboy57 - 24-09-2024 Perfect ! Thank you for your kind answer. The actions in the administration panel are working until the end
X.com links are working. Problems not solved :
For future requests, would you prefer to exchange here or in the github? |