Change Menu Text? Change Menu Text?
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Change Menu Text?

Started by StankBait, May 03, 2012, 11:41:07 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

StankBait

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/

Αndré

Either you change it directly in the language file(s) or in your theme's theme.php file.

StankBait

Found it. Thanks for you help.

Αndré

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.

StankBait

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'