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: Sort order cell  (Read 2978 times)

0 Members and 1 Guest are viewing this topic.

rosyxox

  • Coppermine newbie
  • Offline Offline
  • Posts: 8
Sort order cell
« on: September 05, 2008, 01:20:55 am »

Anyone can help me with this?

How can I delete the sort order cell that says "Title + - File name + - ..." that appears when I view an album?

Thanks!
Logged

Gizmo

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 1015
    • BullsEye Photos
Re: Sort order cell
« Reply #1 on: September 05, 2008, 02:10:59 am »

Yea, I don't those on my album pages eithers.

Here is an edited version of the $template_thumb_view_title_row parameter. Just paste this into your theme.php and if it's already there then overwrite it with this one.
Code: [Select]
// HTML template for title row of the thumbnail view (album title + sort options)
$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
Did you read the manual first???? Taking 2 minutes to backup your files can save you hours of wondering what you screwed up.
Billy Bullock - BullsEyePhotos Blog of Indecision

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: Sort order cell
« Reply #2 on: September 05, 2008, 10:10:41 am »

There is a load of similar threads to yours, e.g. http://forum.coppermine-gallery.net/index.php/topic,51142.0.html or http://forum.coppermine-gallery.net/index.php/topic,48218.0.html
In the future, please search before asking.
Logged
Pages: [1]   Go Up
 

Page created in 0.024 seconds with 19 queries.