News:

CPG Release 1.6.29
During HTML5 upload, keep pseudo blank code 200 messages from triggering error condition
added Russian language
correct failure to use theme menu icons in album manager
minor vulnerabilities mitigation

Main Menu

Name picture on title / voting tables

Started by Stefpink, November 30, 2008, 10:51:31 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Stefpink

I would delete these options, the view of the picture's name on main page title and the tables for voting the picture

Nibbler

You can just disable rating on the groups page or album properties.

For the page title you can edit displayimage.php

pageheader($album_name . '/' . $picture_title, $meta_keywords, false);

Change to

pageheader($album_name, $meta_keywords, false);

That will leave you with duplicate page titles, which is not really a good idea.

Stefpink