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 (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
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;
@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.
ASAP
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.