Sort order cell Sort order cell
 

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

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