Advanced search  

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

Pages: [1]   Go Down

Author Topic: Name picture on title / voting tables  (Read 1676 times)

0 Members and 1 Guest are viewing this topic.

Stefpink

  • Coppermine regular visitor
  • **
  • Offline Offline
  • Posts: 57
Name picture on title / voting tables
« on: November 30, 2008, 10:51:31 pm »

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

Nibbler

  • Guest
Re: Name picture on title / voting tables
« Reply #1 on: November 30, 2008, 11:10:55 pm »

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

For the page title you can edit displayimage.php

Code: [Select]
pageheader($album_name . '/' . $picture_title, $meta_keywords, false);
Change to

Code: [Select]
pageheader($album_name, $meta_keywords, false);
That will leave you with duplicate page titles, which is not really a good idea.
Logged

Stefpink

  • Coppermine regular visitor
  • **
  • Offline Offline
  • Posts: 57
Re: Name picture on title / voting tables
« Reply #2 on: November 30, 2008, 11:36:39 pm »

Thank you very much  :)
Logged
Pages: [1]   Go Up
 

Page created in 0.017 seconds with 19 queries.