10-23-2011, 04:37 AM
Where do I find the Image Thumbnail Generation setting?
Here is the template:
<td class="{$bgcolor}" style="text-align: center;" width="33%">
<table border="0" cellspacing="0" cellpadding="0" height="100%" width="100%" align="center">
<tr style="height: 1.2em;"><td>
<span>{$prefix} {$gotounread}<a href="{$thread['threadlink']}" class="{$inline_edit_class} {$new_class}" id="tid_{$inline_edit_tid}">{$thread['subject']}</a></span>
<div class="author smalltext" style="display: inline;">By {$thread['profilelink']}</div>
</td></tr>
<tr style="height: 250px;"><td>
<a href="{$thread['threadlink']}"><img src="{$threadfields['gal_img']['url']}/thumb320x240" alt="Image" width="{$threadfields['gal_img']['thumbs']['320x240']['w']}" height="{$threadfields['gal_img']['thumbs']['320x240']['h']}" /></a>
</td></tr>
<tr style="height: 1.2em;"><td>
<span style="float: left;">Comments: <a href="javascript:MyBB.whoPosted({$thread['tid']});">{$thread['replies']}</a>{$unapproved_posts}</span>
<span style="float: right;">Views: {$thread['views']}</span>
<div class="clear"></div>
</td></tr>
</table>
</td>
Here is the template:
<td class="{$bgcolor}" style="text-align: center;" width="33%">
<table border="0" cellspacing="0" cellpadding="0" height="100%" width="100%" align="center">
<tr style="height: 1.2em;"><td>
<span>{$prefix} {$gotounread}<a href="{$thread['threadlink']}" class="{$inline_edit_class} {$new_class}" id="tid_{$inline_edit_tid}">{$thread['subject']}</a></span>
<div class="author smalltext" style="display: inline;">By {$thread['profilelink']}</div>
</td></tr>
<tr style="height: 250px;"><td>
<a href="{$thread['threadlink']}"><img src="{$threadfields['gal_img']['url']}/thumb320x240" alt="Image" width="{$threadfields['gal_img']['thumbs']['320x240']['w']}" height="{$threadfields['gal_img']['thumbs']['320x240']['h']}" /></a>
</td></tr>
<tr style="height: 1.2em;"><td>
<span style="float: left;">Comments: <a href="javascript:MyBB.whoPosted({$thread['tid']});">{$thread['replies']}</a>{$unapproved_posts}</span>
<span style="float: right;">Views: {$thread['views']}</span>
<div class="clear"></div>
</td></tr>
</table>
</td>