[solved]: Change "Album List" to "Home" [solved]: Change "Album List" to "Home"
 

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]

Main Menu

[solved]: Change "Album List" to "Home"

Started by jvarnes, March 11, 2004, 02:41:36 PM

Previous topic - Next topic

0 Members and 2 Guests are viewing this topic.

jvarnes

I appoligize if this is a ridiculously easy question to answer, but I would like to change the words "Album List" to say "Home" instead in the header that appears on every page.

What php file should/can I modify to do this???

Thank you so much in advance!

With appoligies from the n00b  :wink:

jack

Easy. There's a bunch of 'language' files in the 'lang' directory.

Find the one for the language(s) you are interested in, and edit them. All(most) of the text used by Coppermine in in these files.
Please do not contact me for support directly - instead: post on this board!

Casper

Changing it to home might confuse things, as it is not a home link.  If you are in a category, it goes to the album list of the category you are in.

It would be better for you if you add a new link next to it for the home.  

see this thread for how, http://forum.coppermine-gallery.net/index.php?topic=3387
It has been a long time now since I did my little bit here, and have done no coding or any other such stuff since. I'm back to being a noob here

jvarnes

Thank you both very much! Jack, while your solution was easier to implement (and taught me that I can change ALL sorts of things  :P ) I used Casper's suggestion and actually added a link (and took out 2 that I don't use - last comments and top rated)

I appreciate both of you taking the time to post those eloquent solutions. I just learned some things I didn't know! Thanks!!!  :D

Casper

Glad to have helped  :wink:

just a point to note, when you take out links, you should leave any commented bits of code, such as <!-- START album_list --> <!-- END album_list -->

Removal of these may cause problems.  Just remove, or comment out, the code between the comments.
It has been a long time now since I did my little bit here, and have done no coding or any other such stuff since. I'm back to being a noob here