Advanced search  

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Pages: [1]   Go Down

Author Topic: Remove Sorting from Albums veiw  (Read 5011 times)

0 Members and 1 Guest are viewing this topic.

LordOfWar

  • Coppermine newbie
  • Offline Offline
  • Posts: 2
Remove Sorting from Albums veiw
« 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! :)
« Last Edit: September 12, 2006, 08:18:48 am by GauGau »
Logged

Sami

  • VIP
  • Coppermine addict
  • ***
  • Offline Offline
  • Gender: Male
  • Posts: 3686
  • BMossavari
    • My Project
Re: Remove Sorting from Albums veiw
« Reply #1 on: September 12, 2006, 07:00:43 am »

put this on themes\your theme\theme.php
Code: [Select]
$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;
Logged
‍I don't answer to PM with support question
Please post your issue to related board

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: Remove Sorting from Albums veiw
« Reply #2 on: September 12, 2006, 08:07:20 am »

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.
Logged

LordOfWar

  • Coppermine newbie
  • Offline Offline
  • Posts: 2
Re: Remove Sorting from Albums veiw
« Reply #3 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! :)
Logged
Pages: [1]   Go Up
 

Page created in 0.045 seconds with 20 queries.