Name picture on title / voting tables Name picture on title / voting tables
 

News:

CPG Release 1.6.28
added submissions from {406man}
cleaned up a few PHP (8.4) deprecations
fixed PHP deprecation in calendar
removed security vulnerability
(please upgrade when possible)

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