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

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

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