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
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.
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
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.
ooooh buddy u did me a big favor, thank you so much!!