forum.coppermine-gallery.net

Support => cpg1.3.x Support => Older/other versions => cpg1.3 Themes/Skins/Templates => Topic started by: ebonyhunter on March 03, 2005, 11:02:17 pm

Title: Changing Text for "LastUp, Random, Most Viewed" Headers
Post by: ebonyhunter on March 03, 2005, 11:02:17 pm
I know this has been asked a thousand times....and I used to know myself but I cant find it.  Where do I edit the header text for these tables?
Title: Re: Changing Text for "LastUp, Random, Most Viewed" Headers
Post by: Tranz on March 04, 2005, 01:36:30 am
Please don't double post. Which version are you using?
Title: Re: Changing Text for "LastUp, Random, Most Viewed" Headers
Post by: ebonyhunter on March 04, 2005, 06:51:24 am
Sorry about that.  I realized I had put the first one in the wrong place.  I am using 1.3.  I changed the heads about four months ago, but have forgotten how I did it.  I've checked the manual over and over and searched threads but cant find where this is located.
Title: Re: Changing Text for "LastUp, Random, Most Viewed" Headers
Post by: Joachim Müller on March 04, 2005, 07:06:19 am
edit your language file (e.g. lang/english.php), find
Code: [Select]
$lang_meta_album_names = array(
  'random' => 'Random files',
  'lastup' => 'Last additions',
  'lastalb'=> 'Last updated albums',
  'lastcom' => 'Last comments',
  'topn' => 'Most viewed',
  'toprated' => 'Top rated',
  'lasthits' => 'Last viewed',
  'search' => 'Search results',
  'favpics'=> 'Favorite Files',
);
and edit accordingly.

Joachim

P.S. Removed your similar question on the cpg1.2 support board. In the future, if you realize that you have posted in the wrong board, don't start yet another thread, but just reply to your initial thread with "moderators, please move this thread to XYZ" or similar
[edit]
actually, it was Thu who moved the other posting to the crap bin - you beat me to it ;)
[/edit]
Title: Re: Changing Text for "LastUp, Random, Most Viewed" Headers
Post by: ebonyhunter on March 04, 2005, 07:16:43 am
Got it.  Thank you.