Removing pic above Powered by Coppermine Photo Gallery Removing pic above Powered by Coppermine Photo Gallery
 

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

Main Menu

Removing pic above Powered by Coppermine Photo Gallery

Started by wolfhawk, August 21, 2004, 04:11:16 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

wolfhawk

I was changing a template..

and i want to see if i can make a portal intergrate, in phpbb and the gallery..

i know when i leave that pic there above Powered by Coppermine Photo Gallery
it will look very messy with the portal settings at the left.

so the question is, how to i remove that pic (bar) above Powered by Coppermine Photo Gallery
you can find the gallery here..
http://62.100.26.10/nicegirls/gallery/

Its that one white to black (also the name of the pic) i must remove the source line of that pic..

tnx for helping ;)

Nibbler

It's in /themes/igames/theme.php

echo "<img src='themes/igames/images/white_to_black.jpg'>" $template_footer;

just change it to

echo $template_footer;

Joachim Müller

[off topic]
ther "bar" you're refering to is meant to be used to calibrate your monitor. You usually want to have it if exact calibartion of brightness and contrast matter, e.g. when having very dark pics background (black) with litlle contrast (dark grey). Often needed for scientific apps, or photography related sites. On "regular" picture galleries, you can disable it easily.
[/off topic]
For future reference, just right click on such elements (the "bar" graphic), chose properties to find out the name of the graphic you want to get rid of (in your case "white_to_black.jpg"). Then use the search feature of your OS (i.e. "Windows Explorer", search bar) and look for all files (search for "*" without the quotes) in the coppermine folder on your local hard drive that contain text "white_to_black.jpg". Then use a plain text editor (notepad is fine) to look into the code of the files the search comes up with. You would have ended up at the result Nibbler posted.

GauGau