coppermine-gallery.com/forum

Support => cpg1.5.x Support => cpg1.5 themes (visuals) => Topic started by: StankBait on May 03, 2012, 11:41:07 PM

Title: Change Menu Text?
Post by: StankBait on May 03, 2012, 11:41:07 PM
I want to change the word "Registration" to "Registration - CRBG Members Only". The photos are open for viewing but have had problems in past with registration by non-members. Nobody reads anymore. Was able to do this on 1.4. Searched "change text, change top menu and many variations. Nada. Only place I thought I was getting close was themes.inc.php but it clearly says do not change this.Not that I could see where I would change it. Thanks.
CPG 1.5.18
http://www.rodguild.com/coppermine/
Title: Re: Change Menu Text?
Post by: Αndré on May 04, 2012, 10:33:45 AM
Either you change it directly in the language file(s) or in your theme's theme.php file.
Title: Re: Change Menu Text?
Post by: StankBait on May 04, 2012, 02:40:52 PM
Found it. Thanks for you help.
Title: Re: Change Menu Text?
Post by: Αndré on May 04, 2012, 02:46:16 PM
Quote from: Joachim Müller on September 28, 2008, 12:46:26 PM
Resolve your threads
If you have found an answer to your question, resolve your thread. Don't just post "I have found the answer", but tell others what you actually did to solve your issues. Posting a link to the page where you found the answer might help. Describing what you did might help as well. Finally, you can tag your answer as "solved" by clicking on the "Topic Solved" button on the bar at the left hand side at the bottom of your thread.
Title: Re: Change Menu Text?
Post by: StankBait on May 06, 2012, 01:33:42 PM
Searched "Register". Changed folder lang>English.php line 333 from $lang_main_menu['register_lnk'] = 'Register ';
to $lang_main_menu['register_lnk'] = 'Register - CRBG Members Only'