Remove Sorting from Albums veiw Remove Sorting from Albums veiw
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

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