Advanced search  

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Pages: [1]   Go Down

Author Topic: Name picture on title / voting tables  (Read 1699 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.021 seconds with 20 queries.