- Discussions
- 4 647
- Messages
- 12 059
- Solutions
- 81
- J'aime
- 7 614
- Points
- 198
Description:
Converts all hot linked images to attachments.
The Convert image all add-on will convert hot linked images in messages to attachments. Hot linked images are those images that have been inserted using the Image icon in the editor toolbar.
(Example of hot linked image) :
(Example of attachment) :
Features:
This add-on requires ImageMagick PECL extension to be enabled. Make sure the following is checked:
Admin control panel -> Setup -> Options -> Attachments -> Default Image Processor -> ImageMagick PECL extension
If you're not able to select ImageMagick PECL extension, contact your web host and ask them to install it.
Maximum attachment image dimensions
Although the screenshot below says you can use 0 or blank, this add-on requires you to use a positive value for the Maximum attachment image dimensions settings. I suggest using 1600 x 1600.
Admin control panel -> Setup -> Options -> Attachments -> Maximum attachment image dimensions
If you're not able to select ImageMagick PECL extension, contact your web host and ask them to install it.
Maximum attachment image dimensions
Although the screenshot below says you can use 0 or blank, this add-on requires you to use a positive value for the Maximum attachment image dimensions settings. I suggest using 1600 x 1600.
Admin control panel -> Setup -> Options -> Attachments -> Maximum attachment image dimensions
(Example of Options page) :
(Example of User group permissions) :
Installation:
Create a directory in your web root called /misc/ and set permissions to 0755.
Example :
How to use:
In your browser add 'convertimageall' to your forum URL.
Question and Answers:
Q: Some hot linked image are not converted, why is this?
A: If a hot linked image is either too small or too large, or the dimensions are not able to be read, those images are not converted and will require manual conversion.
Q: Why isn't GD supported?
A: GD does a terrible job of creating large images.
Q: Can files in the /tmp/ directory be deleted?
A: Yes.
Q: Are attachments reused, meaning if the same attachment is located in several posts does each one use up disk space?
A: Each attachment is saved separately, however this is not a problem these days as disk space is so inexpensive.
Q: I'm getting a server error when trying to convert an animated gif.
A: Increase the PHP max_execution_time. you need at least 90 seconds.
Q: Does this add-on convert hot linked images in other areas besides posts?
A: No.
Télécharger V3.8 :
Convert image all v3.9 changes : Added troubleshooting options to Options page.
Télécharger V3.9 :
Convert image all v4.0 changes : Options page now has "Exclude domains" which allows more than one domain to exclude.
Télécharger V4.0 :
Convert image all v4.1 changes : Fixed exclude domain variable.
Télécharger V4.1 :
Convert image all v4.2 changes : Added "Post ID end" to options page.
Télécharger V4.2 :
Convert image all v4.3 changes : Added Show results to options page.
Télécharger V4.3 :
Convert image all v4.4 changes : Will now convert XenForo Image proxy to attachments.
Convert image all v4.5 changes : Fixed issue with temporary file.
Télécharger V4.5 :
Convert image all v4.6 changes : Removed function which converted Proxy images.
Télécharger V4.6 :
Convert image all v4.7 changes : Fixed issue with dead link causing server error log.
Télécharger V4.7 :
Convert image all v4.8 changes : Now support hot linked images using Alt text in IMG tag.
Télécharger V4.8 :
Convert image all v4.9 changes : Now supports alt text in the IMG bb_code. Now excludes posts and threads which are not visible.
Télécharger V4.9 :
Convert image all v5.0 changes : Now retains IMG bbcode options.
Télécharger V5.0 :
Convert image all v5.1 changes : Now supports
Convert image all v5.2 changes : Fixed issue when multiple IMG tags were on the same line.
Télécharger V5.2 :
Convert image all v5.3 changes : Attachment tables xf_attachment and xf_attachment_data are now updated more accurately to reflect original post date and post user id.
Télécharger V5.3 :
Convert image all v5.4 changes : Compatible XF 2.x versions: 2.3. Now supports Image optimization (WebP) function.
Convert image all v5.5 changes : Fixed issue with try / catch code.
Télécharger V5.5 :
Convert image all v5.6 changes : Fixed issue with temp file cleanup.
Télécharger V5.6 :
Convert image all v5.7 changes : Updated regex to fix issue with multiple IMG tags on same line.
Télécharger V5.7 :
Convert image all v5.8 changes : Added code to prevent server error if embedded meta data is empty.
Télécharger V5.8 :
Converts all hot linked images to attachments.
The Convert image all add-on will convert hot linked images in messages to attachments. Hot linked images are those images that have been inserted using the Image icon in the editor toolbar.
(Example of hot linked image) :
(Example of attachment) :
Features:
- Images resizing is done with ImageMagick for best quality.
- Images resized to maximum width and height settings in Admin Control Panel.
- Setting for inserting full-size or thumbnail attachments.
- Setting for temporary image path.
- Setting for optional log file.
- Links surrounding attachments automatically removed.
This add-on requires ImageMagick PECL extension to be enabled. Make sure the following is checked:
Admin control panel -> Setup -> Options -> Attachments -> Default Image Processor -> ImageMagick PECL extension
If you're not able to select ImageMagick PECL extension, contact your web host and ask them to install it.
Maximum attachment image dimensions
Although the screenshot below says you can use 0 or blank, this add-on requires you to use a positive value for the Maximum attachment image dimensions settings. I suggest using 1600 x 1600.
Admin control panel -> Setup -> Options -> Attachments -> Maximum attachment image dimensions
If you're not able to select ImageMagick PECL extension, contact your web host and ask them to install it.
Maximum attachment image dimensions
Although the screenshot below says you can use 0 or blank, this add-on requires you to use a positive value for the Maximum attachment image dimensions settings. I suggest using 1600 x 1600.
Admin control panel -> Setup -> Options -> Attachments -> Maximum attachment image dimensions
(Example of Options page) :
(Example of User group permissions) :
Installation:
- Download Andy-ConvertImageAll-1.7.zip and unzip it.
- Copy the src/addons/Andy/ConvertImageAll directory to your server.
- From the Admin Control Panel Install the add-on.
Create a directory in your web root called /misc/ and set permissions to 0755.
Example :
https://www.domain.com/tmp/
How to use:
In your browser add 'convertimageall' to your forum URL.
Question and Answers:
Q: Some hot linked image are not converted, why is this?
A: If a hot linked image is either too small or too large, or the dimensions are not able to be read, those images are not converted and will require manual conversion.
Q: Why isn't GD supported?
A: GD does a terrible job of creating large images.
Q: Can files in the /tmp/ directory be deleted?
A: Yes.
Q: Are attachments reused, meaning if the same attachment is located in several posts does each one use up disk space?
A: Each attachment is saved separately, however this is not a problem these days as disk space is so inexpensive.
Q: I'm getting a server error when trying to convert an animated gif.
A: Increase the PHP max_execution_time. you need at least 90 seconds.
Q: Does this add-on convert hot linked images in other areas besides posts?
A: No.
Télécharger V3.8 :
Pour afficher le contenu, vous devez Vous connectez ou vous Enregistrez.
Convert image all v3.9 changes : Added troubleshooting options to Options page.
Télécharger V3.9 :
Pour afficher le contenu, vous devez Vous connectez ou vous Enregistrez.
Convert image all v4.0 changes : Options page now has "Exclude domains" which allows more than one domain to exclude.
Télécharger V4.0 :
Pour afficher le contenu, vous devez Vous connectez ou vous Enregistrez.
Convert image all v4.1 changes : Fixed exclude domain variable.
Télécharger V4.1 :
Pour afficher le contenu, vous devez Vous connectez ou vous Enregistrez.
Convert image all v4.2 changes : Added "Post ID end" to options page.
Télécharger V4.2 :
Pour afficher le contenu, vous devez Vous connectez ou vous Enregistrez.
Convert image all v4.3 changes : Added Show results to options page.
Télécharger V4.3 :
Pour afficher le contenu, vous devez Vous connectez ou vous Enregistrez.
Convert image all v4.4 changes : Will now convert XenForo Image proxy to attachments.
Convert image all v4.5 changes : Fixed issue with temporary file.
Télécharger V4.5 :
Pour afficher le contenu, vous devez Vous connectez ou vous Enregistrez.
Convert image all v4.6 changes : Removed function which converted Proxy images.
Télécharger V4.6 :
Pour afficher le contenu, vous devez Vous connectez ou vous Enregistrez.
Convert image all v4.7 changes : Fixed issue with dead link causing server error log.
Télécharger V4.7 :
Pour afficher le contenu, vous devez Vous connectez ou vous Enregistrez.
Convert image all v4.8 changes : Now support hot linked images using Alt text in IMG tag.
Télécharger V4.8 :
Pour afficher le contenu, vous devez Vous connectez ou vous Enregistrez.
Convert image all v4.9 changes : Now supports alt text in the IMG bb_code. Now excludes posts and threads which are not visible.
Télécharger V4.9 :
Pour afficher le contenu, vous devez Vous connectez ou vous Enregistrez.
Convert image all v5.0 changes : Now retains IMG bbcode options.
Télécharger V5.0 :
Pour afficher le contenu, vous devez Vous connectez ou vous Enregistrez.
Convert image all v5.1 changes : Now supports
$config['http']['proxy']
function.Convert image all v5.2 changes : Fixed issue when multiple IMG tags were on the same line.
Télécharger V5.2 :
Pour afficher le contenu, vous devez Vous connectez ou vous Enregistrez.
Convert image all v5.3 changes : Attachment tables xf_attachment and xf_attachment_data are now updated more accurately to reflect original post date and post user id.
Télécharger V5.3 :
Pour afficher le contenu, vous devez Vous connectez ou vous Enregistrez.
Convert image all v5.4 changes : Compatible XF 2.x versions: 2.3. Now supports Image optimization (WebP) function.
Convert image all v5.5 changes : Fixed issue with try / catch code.
Télécharger V5.5 :
Pour afficher le contenu, vous devez Vous connectez ou vous Enregistrez.
Convert image all v5.6 changes : Fixed issue with temp file cleanup.
Télécharger V5.6 :
Pour afficher le contenu, vous devez Vous connectez ou vous Enregistrez.
Convert image all v5.7 changes : Updated regex to fix issue with multiple IMG tags on same line.
Télécharger V5.7 :
Pour afficher le contenu, vous devez Vous connectez ou vous Enregistrez.
Convert image all v5.8 changes : Added code to prevent server error if embedded meta data is empty.
Télécharger V5.8 :
Pour afficher le contenu, vous devez Vous connectez ou vous Enregistrez.
Dernière édition par un modérateur: