Remove Sorting from Albums veiw Remove Sorting from Albums veiw
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

Remove Sorting from Albums veiw

Started by LordOfWar, September 12, 2006, 06:16:49 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

LordOfWar

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! :)

Sami

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;
‍I don't answer to PM with support question
Please post your issue to related board

Joachim Müller

Searching the board for "remove sort" showed a lot of threads that explained this, e.g.and many other threads... ::)
In the future, please search before posting.

LordOfWar

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! :)