coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 themes/skins/templates => Topic started by: LordOfWar on September 12, 2006, 06:16:49 AM

Title: Remove Sorting from Albums veiw
Post by: LordOfWar on September 12, 2006, 06:16:49 AM
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! :)
Title: Re: Remove Sorting from Albums veiw
Post by: Sami on September 12, 2006, 07:00:43 AM
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;
Title: Re: Remove Sorting from Albums veiw
Post by: Joachim Müller on September 12, 2006, 08:07:20 AM
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.and many other threads... ::)
In the future, please search before posting.
Title: Re: Remove Sorting from Albums veiw
Post by: LordOfWar on September 12, 2006, 08:13:46 AM
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! :)