View Single Post
Old September 28th, 2006, 02:08 AM   #3 (permalink)
Al3xy
Junior Member
Verified Customer
 
Join Date: Sep 2006
Posts: 5
I selected NO to all options in the INDEX and LAYOUT options from the Admin's Control Panel, but the posters' names and images' names still display under the thumbnails.

I also noticed that such information also gets displayed under the thumbnails such as category name, username, and rating. I'd like to display only thumbnails in the CATEGORIES area since I believe other detailed information can be displayed in each image's screen, and there's no need to crowd the main index page or category pages.

Do you have a test site that shows ONLY thumbnails ?

P.S.: Below is how I customized the FEATURES option to show only thumbnails
Quote:
$featured .= <<<PPPRINT
<td align="center" bgcolor="#FFFFFF">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td style="background-repeat: no-repeat; background-position: center;" bgcolor="#000000" background="{$data_dir}/{$pcat}/thumbs/$photo"><a href="{$url_path}/showphoto.php?photo={$pid}">$mthumb</a></td>
</tr>
</table>
</td>
PPPRINT;
Al3xy is offline   Reply With Quote