Sort order cell Sort order cell
 

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]

Main Menu

Sort order cell

Started by rosyxox, September 05, 2008, 01:20:55 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

rosyxox

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!

Gizmo

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.

// 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;

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