Attachment Browser
This modification is in the archives.
This plugin adds an attachment browser to selected forums. The attachment browsers shows all the thumbnails of attached images in all posts in the current from.
Installation Install the product xml and edit the FORUMDISPLAY template. Add the following code whereever you like: Code:
<if condition="$show['attachments']"> $attachmentbrowser </if> In order to enable the thumbnail browser for a forum you will have to set "Show attachment browser" to yes in the forum manager (AdminCP). System changes This plugin adds two templates: attbrs_attachment : the main block of the attachment browser attbrs_attachment_bit : the thumbnail part for each attachment and two phrases: ab_image_larger_version_x_y_z : a copy of 'image_larger_version_x_y_z', the original was not available in the scope it was needed ab_title : the title used in the browser It also modifies the forum table, it will add a new field called 'gallery'. The field is created during installation and removed on uninstall. This plugin has one setting in it's own category which controls the maximum number of thumbnails to show per page. Live demo http://el-muerte.student.utwente.nl/lba/forum/forumdisplay.php?f=23 Change log Changes since v1.0.1:
Changes since v1.1.0:
Changes since v1.2.0:
Download This modification is archived and cannot be downloaded. Screenshots
|