If you click on an Album, to the right hand side there are option to sort by Date, Name, Title and Position. How do I get rid of this?
I have looked everywhere and can't seem to find the code to remove it.
Any help would be great.
Thanks! :)
put this on themes\your theme\theme.php
$template_thumb_view_title_row = <<<EOT
<table width="100%" cellpadding="0" cellspacing="0">
<tr>
<td width="100%" class="statlink"><h2>{ALBUM_NAME}</h2></td>
<td><img src="images/spacer.gif" width="1" alt="" /></td>
</tr>
</table>
EOT;
Searching the board for "remove sort" (http://forum.coppermine-gallery.net/index.php?action=search2;search=remove%20sort) showed a lot of threads that explained this, e.g.
- Removing Sort Options? (http://forum.coppermine-gallery.net/index.php?topic=34694.0)
- Removing sort options? (http://forum.coppermine-gallery.net/index.php?topic=25713.0)
and many other threads... ::)
In the future, please search before posting.
Thanks a lot for your help.
I did do a search, but obviously not a very good one. That said, I really didn't know what I was looking for. I was just guessing as to what it would come under.
Anyways, problem solved and it worked well.
Cheers! :)