Convert image by domain

Convert image by domain 2.1

No permission to buy ($35.00)
Compatible XF 2.x versions
  1. 2.0
  2. 2.1
  3. 2.2
Premium upgrade:

This XF2 add-on along with the entire collection can be purchased for $35.00 USD. Your Premium upgrade will allow you to download as many XF2 add-ons as you like for one year. Please see the entire collection located in the Resources area at this URL:

https://www.xf2addons.com/

Description:

Converts hot linked images to attachments by selected domain.

The Convert image by domain 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 IMG tag)

pic001.jpg


(Example of ATTACH tag)

pic002.jpg


(Example of Maximum attachment image dimensions selection)

pic003.jpg


(Example of Options page)

pic004.webp


(Example of Convert image by domain page)

pic005.jpg


(Example of Convert image by domain confirm page)

pic006.webp


(Example of Rebuild now button)

pic007.webp


Features:
  • Images greater than maximum width and height settings in Admin Control Panel will be resized.
  • Links surrounding attachments automatically removed.
Maximum attachment image dimensions selection:

Although the screenshot above 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 2500 x 2500.

Admin control panel -> Setup -> Options -> Attachments -> Maximum attachment image dimensions

How to use:
  1. Update the Options page with the domain you want to process.
  2. In your browser add 'convertimagebydomain' to your forum URL.
  3. Click the 'Prepare rebuild table' link.
  4. Go to the Tools menu in the Admin control panel and click 'Convert all images to attachments' link.
Question and Answers:

Q: I have an older forum with 1 million posts. How long will it take to convert all IMG tags to attachments?
A: Several hours is normal.

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: 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: Does this add-on convert hot linked images in other areas besides posts?
A: No.

Q: Should I run this add-on once every few months to catch any new hot linked images not converted?
A: Yes.

Q: I want to convert photobucket images what should I do?
A: In the options page add the following:

Domain = photobucket.com
Referer = https://photobucket.com

Q: Can I run this add-on from CLI?
A: Yes. Navigate to the folder your forum runs in, then use the following command:

php cmd.php xf-rebuild:convertimagebydomain

Q: Does Convert image add-on support $config['http']['proxy'] to hide my IP address?
A: Yes.

Q: I'm using (Option 1) and my IP has been blocked?
A: Use (Option 2) the CLI option.
Author
AndyB
Views
2,280
First release
Last update

Ratings

5.00 star(s) 2 ratings

More resources from AndyB

Latest updates

  1. See description

    Convert image by domain v2.1 changes: Attachment tables xf_attachment and xf_attachment_data...
  2. See description

    Convert image by domain v2.0 changes: Fixed issue when multiple IMG tags were on the same line.
  3. See description

    Convert image by domain v1.9 changes: Now supports $config['http']['proxy'] function.

Latest reviews

This is really useful. Back when we are using vbulletin, we used postimages.io as the built in image upload is so clunky. We were able to migrate all those third party images to our new xenforo website. Also did the same for imgur and photobucket.
Great plugin that helped me a lot after migrate my forum.
This is really recommend, and if you understand how to code you can tweak it a little for your needs.
Top Bottom