- XF Compatibility
- 2.0.x
- 2.1.x
- 2.2.x
- Headline
- Adds a line feed between each embedded attachment.
- Short Description
- Download and Discuss Premium, Business[AndyB] Attachment Manager 1.9 version on NullPro Community. It is zip Extention type and 14.9 KB File size. From [AndyB] Attachment Manager have 3 Description Attachments, 4 discussion, 4 Updates, 325 Views.
Adds a line feed between each embedded attachment.
This add-on improves the appearance of posts with multiple attachments. By adding a line feed between each embedded images, it makes it easier to identify each image and also makes adding a description easier for the author.
(Example before add-on is installed)
(Example after add-on is installed)
(Example of Options page)
Features:
This add-on will not function correctly if you have the following in your config.php file:
This add-on improves the appearance of posts with multiple attachments. By adding a line feed between each embedded images, it makes it easier to identify each image and also makes adding a description easier for the author.
(Example before add-on is installed)
(Example after add-on is installed)
(Example of Options page)
Features:
- Insert all function includes line breaks between attachment tags.
- Individual attachment tags include line breaks.
- Create a directory called /misc/ in your web root.
- Copy the attachment_manager.js file from the add-on directory to your /misc/ directory.
- In the options page add the Link to the attachment_manager.js file.
This add-on will not function correctly if you have the following in your config.php file:
Code:
$config['development']['fullJs'] = true;