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/
Either you change it directly in the language file(s) or in your theme's theme.php file.
Found it. Thanks for you help.
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.
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'