- Note
- Compatible XF 2.x versions: 2.0, 2.1, 2.2
Description:
Converts all media gallery tags to attach tags.
This add-on is used to convert all media tags to attach tags. It will check every post on your forum and if a media tag is found, the add-on will replace it with an attach tag.
Also see the Convert image media gallery v1.2 add-on located for more information:
https://www.xf2addons.com/resources/convert-image-media-gallery.551/
(Example of media gallery tag)
(Example of attach tag)
How to use:
This add-on is run from CLI only.
Log into your terminal and change to the directory where you have your XenForo installed. Use this command:
Question and Answers:
Q: Are media gallery attachments reused?
A: No. Each post attachment is saved separately which ensures that if the media gallery attachment is deleted the attachment in the post remains.
Converts all media gallery tags to attach tags.
This add-on is used to convert all media tags to attach tags. It will check every post on your forum and if a media tag is found, the add-on will replace it with an attach tag.
Also see the Convert image media gallery v1.2 add-on located for more information:
https://www.xf2addons.com/resources/convert-image-media-gallery.551/
(Example of media gallery tag)
(Example of attach tag)
How to use:
This add-on is run from CLI only.
Log into your terminal and change to the directory where you have your XenForo installed. Use this command:
php cmd.php xf-rebuild:convertimagemediagalleryall
Question and Answers:
Q: Are media gallery attachments reused?
A: No. Each post attachment is saved separately which ensures that if the media gallery attachment is deleted the attachment in the post remains.