- Discussions
- 4 844
- Messages
- 12 567
- Solutions
- 85
- J'aime
- 7 864
- Points
- 198
Converts hot linked images to attachments.
The Convert image 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
Options page :
Installation :
Create a directory in your web root called /misc/ and set permissions to 0755.
Example :
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.2 :
Convert image v3.3 changes : Code refactoring update.
Télécharger V3.3 :
Convert image v3.4 changes:
Added support for
in order to allow hiding IP address.
Télécharger V3.4 :
Convert image v3.6 changes:
Fixed issue with strpos empty needle.
Télécharger V3.6 :
Convert image v3.7 changes:
Improved corrupt image error handling.
Télécharger V3.7 :
Convert image v3.8 changes : Improved corrupt image error handling.
Télécharger V3.8 :
Convert image v3.9 changes : Code now only runs if post message is new or edited.
Télécharger V3.9 :
Convert image v4.0 changes : Added Extension check to options page.
Télécharger V4.0 :
Convert image v4.1 changes : Now supports webp images by converting them to jpg.
Télécharger V4.1 :
Convert image v4.2 changes : Now retains IMG bbcode options.
Télécharger V4.2 :
Convert image v4.3 changes : Added 'Exclude domains' to options page.
Télécharger V4.3 :
Convert image v4.4 changes : Added 'Convert conversations' to options page.
Télécharger V4.4 :
Convert image v4.5 changes :
- Attachment tables xf_attachment and xf_attachment_data are now updated more accurately to reflect original post date and post user id.
Convert image v4.6 changes : Fixed issue with converting images in conversations.
Télécharger V4.6 :
Convert image v4.7 changes : Fixed issue with checking for WEBP support when using GD.
Télécharger V4.7 :
Convert image v4.8 changes : Compatible XF 2.x versions: 2.3. Now supports Image optimization (WebP) function.
Convert image v4.9 changes : Fixed issue with try / catch code.
Télécharger V4.9 :
Convert image v5.0 changes : Fixed issue with temp file cleanup.
Télécharger V5.0 :
Convert image v5.1 changes : Updated regex to fix issue with multiple IMG tags on same line.
Télécharger V5.1 :
Convert image v5.2 changes : Added code to prevent server error if embedded meta data is empty.
Télécharger V5.2 :
The Convert image 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:
- Linked images are immediately converted after message is saved.
- 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
Options page :
Installation :
- Download Andy-ConvertImage-1.8.zip and unzip it.
- Copy the src/addons/Andy/ConvertImage 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/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.2 :
Pour consulter le contenu, vous devez : Se connecter ou S'inscrire.
Convert image v3.3 changes : Code refactoring update.
Télécharger V3.3 :
Pour consulter le contenu, vous devez : Se connecter ou S'inscrire.
Convert image v3.4 changes:
Added support for
Code:
$config['http']['proxy']
Télécharger V3.4 :
Pour consulter le contenu, vous devez : Se connecter ou S'inscrire.
Convert image v3.6 changes:
Fixed issue with strpos empty needle.
Télécharger V3.6 :
Pour consulter le contenu, vous devez : Se connecter ou S'inscrire.
Convert image v3.7 changes:
Improved corrupt image error handling.
Télécharger V3.7 :
Pour consulter le contenu, vous devez : Se connecter ou S'inscrire.
Convert image v3.8 changes : Improved corrupt image error handling.
Télécharger V3.8 :
Pour consulter le contenu, vous devez : Se connecter ou S'inscrire.
Convert image v3.9 changes : Code now only runs if post message is new or edited.
Télécharger V3.9 :
Pour consulter le contenu, vous devez : Se connecter ou S'inscrire.
Convert image v4.0 changes : Added Extension check to options page.
Télécharger V4.0 :
Pour consulter le contenu, vous devez : Se connecter ou S'inscrire.
Convert image v4.1 changes : Now supports webp images by converting them to jpg.
Télécharger V4.1 :
Pour consulter le contenu, vous devez : Se connecter ou S'inscrire.
Convert image v4.2 changes : Now retains IMG bbcode options.
Télécharger V4.2 :
Pour consulter le contenu, vous devez : Se connecter ou S'inscrire.
Convert image v4.3 changes : Added 'Exclude domains' to options page.
Télécharger V4.3 :
Pour consulter le contenu, vous devez : Se connecter ou S'inscrire.
Convert image v4.4 changes : Added 'Convert conversations' to options page.
Télécharger V4.4 :
Pour consulter le contenu, vous devez : Se connecter ou S'inscrire.
Convert image v4.5 changes :
- Attachment tables xf_attachment and xf_attachment_data are now updated more accurately to reflect original post date and post user id.
Convert image v4.6 changes : Fixed issue with converting images in conversations.
Télécharger V4.6 :
Pour consulter le contenu, vous devez : Se connecter ou S'inscrire.
Convert image v4.7 changes : Fixed issue with checking for WEBP support when using GD.
Télécharger V4.7 :
Pour consulter le contenu, vous devez : Se connecter ou S'inscrire.
Convert image v4.8 changes : Compatible XF 2.x versions: 2.3. Now supports Image optimization (WebP) function.
Convert image v4.9 changes : Fixed issue with try / catch code.
Télécharger V4.9 :
Pour consulter le contenu, vous devez : Se connecter ou S'inscrire.
Convert image v5.0 changes : Fixed issue with temp file cleanup.
Télécharger V5.0 :
Pour consulter le contenu, vous devez : Se connecter ou S'inscrire.
Convert image v5.1 changes : Updated regex to fix issue with multiple IMG tags on same line.
Télécharger V5.1 :
Pour consulter le contenu, vous devez : Se connecter ou S'inscrire.
Convert image v5.2 changes : Added code to prevent server error if embedded meta data is empty.
Télécharger V5.2 :
Pour consulter le contenu, vous devez : Se connecter ou S'inscrire.
Dernière édition par un modérateur:

