| Only display thumbnail
Is it possible to only display thumbnails without Title, Username and Category information?
With the Most Recent, Most Popular and Random zones on the Index page, I only want to display the thumbnail.
Where can I edit that?
I looked in the feature.tmpl, I see that it's here:
<div id="feature_{$q_switch}" class="forumrow table">
<table class="{$Style['tableborders']}" cellpadding="6" cellspacing="1" border="0" width="{$Globals['tablewidth']}" align="center">
<tr> $cellblocks
</tr>
The $cellblocks. When I remove that, the entire picture is removed. But I don't know how to edit this cellblocks to avoid adding the unnecessary information that I don't want.
Last edited by dbigras; May 25th, 2010 at 01:27 AM.
|