On the main gallery page within SMF there is a block at the bottom titled " Gallery Stats" I would like to remove it.
This would require a template edit.
Open Themes/default/Gallery.template.php
Find and remove
// Show stats link
echo '<br /><table cellspacing="0" cellpadding="5" border="0" align="center" width="90%" class="tborder">
<tr class="titlebg">
<td align="center">' . $txt['gallery_stats_title'] . '</td>
</tr>
<tr class="windowbg2">
<td align="center"><a href="' . $scripturl . '?action=gallery;sa=stats">', $txt['gallery_stats_viewstats'] ,'</a></td>
</tr>
</table><br />';
When a user enters their gallery, under each image it has the following.
Rating
Views
Filesize
Date
Comments
I am not using any of these and would like to know how to remove them from being displayed at all.
Fix has been added to the latest SMF Gallery 1.3 beta2
If you upgrade to the customer group via the licenses button the top of the forum.
You receive access to the member forums.
This topic contains the latest beta which is pretty stable.
http://www.smfhacks.com/index.php/topic,964.msg6074.html#new