Advanced search  

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]

Pages: [1]   Go Down

Author Topic: disable sorting on thumbnails ?  (Read 4385 times)

0 Members and 1 Guest are viewing this topic.

bertot

  • Coppermine newbie
  • Offline Offline
  • Gender: Male
  • Posts: 4
    • Mongolia travel pictures
disable sorting on thumbnails ?
« on: January 27, 2006, 09:44:00 am »

I have just finished to integrate my coppermine 1.4.3 into Joomla and I have enable the seo plugin.
If you want to see it : http://www.ub-mongolia.mn

Now I am trying to get rid of the sorting stuff on the thumbnails page. (if you want a better ranking ... it is recommanded ... Search engines doesn't like many pages with the same content and the sorting stuff creates such kind of pages)

Anyway how can I get rid of the sorting ? I thought that it should be on my theme.php but I am nor finding where ?

Thanks for your help
« Last Edit: January 28, 2006, 11:38:53 am by GauGau »
Logged

Nibbler

  • Guest
Re: disable sorting on thumbnails ?
« Reply #1 on: January 27, 2006, 01:09:58 pm »

Add this code into your theme's 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

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: disable sorting on thumbnails ?
« Reply #2 on: January 27, 2006, 05:15:56 pm »

@bertor: I wasn't able to spot the "Powered by Coppermine" tag at the bottom of gallery pages that is mandatory to keep (see http://coppermine-gallery.net/demo/cpg14x/docs/faq.htm#editCopyrights). Give credit where credit is due - put it back please.
Logged

bertot

  • Coppermine newbie
  • Offline Offline
  • Gender: Male
  • Posts: 4
    • Mongolia travel pictures
Re: disable sorting on thumbnails ?
« Reply #3 on: January 28, 2006, 11:11:25 am »

ASAP
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: disable sorting on thumbnails ?
« Reply #4 on: January 28, 2006, 11:38:40 am »

OK, thanks for putting it back. As far as I can see Nibbler's suggestion worked for you, so I'm tagging this thread as "solved" then.
Logged
Pages: [1]   Go Up
 

Page created in 0.019 seconds with 19 queries.