disable sorting on thumbnails ? disable sorting on thumbnails ?
 

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

Main Menu

disable sorting on thumbnails ?

Started by bertot, January 27, 2006, 09:44:00 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

bertot

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

Nibbler

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

Joachim Müller

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

bertot


Joachim Müller

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.