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: Delete "Filename:" in the Picture information  (Read 5331 times)

0 Members and 1 Guest are viewing this topic.

Cheffu

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 39
    • http://www.cheffu.de
Delete "Filename:" in the Picture information
« on: October 27, 2003, 02:46:08 pm »

In the Picture information there is write the filename of every picture. Can i delte the line where is write "Filename:***"? My Filenames are often something like "01.jpg" and that is write on the site on the first place in the Picture information. I find this line senseless so I will delete it.
Logged
Schreibfehler sind beabsichtigt und dienen der allgemeinen Belustigung.

Zarsky

  • VIP
  • Coppermine frequent poster
  • ***
  • Offline Offline
  • Gender: Male
  • Posts: 268
    • Zerr Family Website
Delete "Filename:" in the Picture information
« Reply #1 on: November 04, 2003, 06:04:01 pm »

Comment out the relevant area in template.php that generates that line.  Just search the file for the text on the line you are talking about and comment it out.
Logged
Read the Online DOCs, FAQ, and SEARCH the board BEFORE posting questions for help.

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Delete "Filename:" in the Picture information
« Reply #2 on: November 04, 2003, 06:40:47 pm »

actually this is done in displayimage.php: look for
Code: [Select]
$info[$lang_picinfo['Filename']]   = htmlspecialchars($CURRENT_PIC_DATA['filename']);and comment it out with two leading slashes.

GauGau

P.S. Please post your support requests in the proper board. I moved this from "feature request" here!
Logged

Cheffu

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 39
    • http://www.cheffu.de
Delete "Filename:" in the Picture information
« Reply #3 on: November 26, 2003, 06:19:03 pm »

Quote from: "gaugau"
actually this is done in displayimage.php: look for
Code: [Select]
$info[$lang_picinfo['Filename']]   = htmlspecialchars($CURRENT_PIC_DATA['filename']);and comment it out with two leading slashes.


With the new finial version i would test this, but i don't understand a wrd from you. What are slashes?
Logged
Schreibfehler sind beabsichtigt und dienen der allgemeinen Belustigung.

Nibbler

  • Guest
Delete "Filename:" in the Picture information
« Reply #4 on: November 26, 2003, 06:33:37 pm »

//
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Delete "Filename:" in the Picture information
« Reply #5 on: November 26, 2003, 09:52:34 pm »

@cheffu: don't be lazy, look up words you don't understand. You could as well use a translator, just to get an idea: http://translate.google.com/translate?u=http%3A%2F%2Fcoppermine.sourceforge.net%2Fboard%2Fviewtopic.php%3Ft%3D1031&langpair=en%7Cde&hl=de&ie=UTF-8&oe=UTF-8&prev=%2Flanguage_tools

GauGau
Logged

Cheffu

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 39
    • http://www.cheffu.de
Delete "Filename:" in the Picture information
« Reply #6 on: November 27, 2003, 01:01:51 pm »

Hi GauGau
If you believe or not. I have looked up the word before I post that in my dictionary and there is write "shlashes Hieb, Schlitz" and that doesn't help me real or do you now what is mean when you here this words?
Logged
Schreibfehler sind beabsichtigt und dienen der allgemeinen Belustigung.

eke

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 42
hmm small problem
« Reply #7 on: November 27, 2003, 03:40:58 pm »

not sure if the solution applies to my problem too:

the code still is generated even if I comment out the suggested lines. maybe this is a different one?

Code: [Select]
<a href="displayimage.php?album=4&pos=0"><img src="albums/stockerau_2002/thumb_0.jpg" class="image" width="100" height="67" border="0" alt="0.jpg" title="Dateiname : 0.jpg
Dateigrösse : 41kB
Abmessungen : 576x384
hinzugefügt am : 23.November 2003"></a>


I looked in displayimage.php and theme.php... i must be blind.

thanks for any pointers. cheers!
eke.
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Delete "Filename:" in the Picture information
« Reply #8 on: November 27, 2003, 05:25:10 pm »

@eke: this thread dealt with the filename in the info section; you're talking about the tooltip when hovering over the pic - this is something else. Read http://forum.coppermine-gallery.net/index.php?topic=186

GauGau
Logged

eke

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 42
Delete "Filename:" in the Picture information
« Reply #9 on: November 27, 2003, 05:36:07 pm »

ok thanks!

cool script btw. just found out about it 2 days ago and am slowly working my way into it (tablelessly :D)

cheers
eke.
Logged
Pages: [1]   Go Up
 

Page created in 0.023 seconds with 18 queries.