2011-08-03, 04:28 PM
How to make this plugin to show thumbnails on attachment view page?
Something like this:
Something like this:
<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>
So user could jump from one attachment to another without having to go back to the list of thumbnails
Portfolio - Plum