coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 themes/skins/templates => Topic started by: plectron on June 25, 2007, 08:37:56 PM

Title: Edit Index.php Title - how?
Post by: plectron on June 25, 2007, 08:37:56 PM
Hi Guys

Im still a newbie on Coppermine  ;D
I installed Coppermine at a friends site: http://fotobulletin.de/cpg1410/index.php but how can I change this title? :
"Coppermine Photo Gallery (Stable)"

Thanks guys
Best regards from Switzerland
Title: Re: Edit Index.php Title - how?
Post by: Joachim Müller on June 26, 2007, 05:50:29 PM
Go to Coppermine's config and change "General settings" -> "Gallery name (http://coppermine-gallery.net/demo/cpg14x/docs/index.htm#admin_general_name)". It's not a bad thing to be a newbie - everybody started as one. However, we consider it mandatory to at least read the documentation and have a look at the available config options before asking questions. Please do so in the future.
Title: Re: Edit Index.php Title - how?
Post by: plectron on June 26, 2007, 07:40:37 PM
Hi and thanks for repply. Well the title i mean cannont be changed in the usual coppermine settings. I installed the same gallery with the same theme here: http://plectron.com/cpg1410/index.php and as u can see i changed the title there as i did also other changes. But i donnt remeber how i did. I think i donwnlod a php file from the server and did the changes with the editor. But i cannot find wich file it was. its so strange... i belive it was the index.php file but when i dowload this file from my server i connt fine the code for the title inside the file.

Sorry for beeing so complicatet. Maybe u can understand what i mean.

Thanks buddy
Title: Re: Edit Index.php Title - how?
Post by: Joachim Müller on June 27, 2007, 08:46:44 AM
Ah OK, I can see now what is wrong: the issues you have are related to the theme you are using: it contains the words "Coppermine Photo Gallery (Stable)" hard-coded into the theme. Pretty easy to fix: edit http://fotobulletin.de/cpg1410/themes/chaoticsoul/template.html with a plain text editor, find<h1><a href="index.php">Coppermine Photo Gallery <span>(Stable)</span></a></h1>and replace with<h1><a href="index.php">{GAL_NAME}</a></h1>or even remove that line.
Title: Re: Edit Index.php Title - how?
Post by: plectron on June 27, 2007, 07:25:08 PM
ooooh buddy u did me a big favor, thank you so much!!