2011-08-03, 04:42 PM
(2011-07-30, 06:54 PM)leealex Wrote: I already did that
what exact edits did you make? i assume that the fit on page is not working yet?
(2011-08-03, 04:28 PM)leealex Wrote: How to make this plugin to show thumbnails on attachment view page?
Something like this:
So user could jump from one attachment to another without having to go back to the list of thumbnails<html> <head> <title>{$mybb->settings['bbname']}</title> {$headerinclude} <script type="text/javascript" src="{$forumdirslash}jscripts/myshowcase.js?ver=201"></script> </head> <body> {$header} ******** THUMBNAILS GO HERE *************** {$showcase_table_header} <table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder"> <tr><td align="center" class="trow1"><img src="{$showcase_attachment}" width="800" alt="{$showcase_header_label}" /><br /><br />{$showcase_attachment_description}</td></tr> </table> {$footer} </body> </html>
it would take both core plugin edits as well as template edits. its possible, but not something i can just whip up right now.
Lost interest, sold my sites, will browse here once in a while. It's been fun.