coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 themes/skins/templates => Topic started by: digitalteck on October 27, 2009, 11:59:39 PM

Title: Category Title
Post by: digitalteck on October 27, 2009, 11:59:39 PM
I seen somewhere in the post where you can change the name Category on one of the PHP pages. I am using the top level plugin so the page goes right to the members galleries. I would like to change the name Category to Member Galleries that is on the top row with the title Albums and Files. Can someone point me to the doc or link. I have seached 46 threads and lost the thread I found 3 weeks ago. Thanks
Title: Re: Category Title
Post by: digitalteck on October 28, 2009, 12:01:06 AM
I forgot my web page linkl Sorry you can see what I am refering to http://www.svpa-ghost-watch.org/members/Multimedia/index.php
Title: Re: Category Title
Post by: Joe Carver on October 28, 2009, 12:51:32 AM
Open/edit file  lang/english.php

Find:
$lang_cat_list = array(
  'category' => 'Category',


Change to:
$lang_cat_list = array(
  'category' => 'Member Galleries',


Title: Re: Category Title
Post by: digitalteck on October 28, 2009, 03:01:04 AM
Thanks, I know I seen it in one of the threads and was not searching using correct keywords.  I will have to start bookmarking the Threads.

John
Title: Re: Category Title
Post by: Jeff Bailey on October 28, 2009, 03:12:02 AM
Solved? If so please Resolve it (http://forum.coppermine-gallery.net/index.php/topic,55415.msg270631.html#msg270631).  ;D
Title: Re: Category Title
Post by: digitalteck on October 28, 2009, 07:18:04 AM
Problem Solved,  Works Great Thanks ;D
Title: Re: Category Title
Post by: Joachim Müller on October 29, 2009, 10:00:52 AM
Then why don't you do as Jeff suggested?