coppermine-gallery.com/forum

Support => cpg1.3.x Support => Older/other versions => cpg1.3 Themes/Skins/Templates => Topic started by: marian on July 03, 2005, 06:22:17 PM

Title: Unsure about what to change
Post by: marian on July 03, 2005, 06:22:17 PM
I want to change what is presently showing on the Home Page to just read XX pictures in XX albums viewed xx times.
I raed the thread about this and had a go, but got a parsing error.
What is confusing me is that there are three different lines in the code: stat1, stat2 and Stat3.
$lang_list_categories = array(
  'home' => 'Home',
  'stat1' => '<b>[pictures]</b> files in <b>[albums]</b> albums and <b>[cat]</b> categories with <b>[comments]</b> comments viewed <b>[views]</b> times', //cpg1.3.0
  'stat2' => '<b>[pictures]</b> files in <b>[albums]</b> albums viewed <b>[views]</b> times', //cpg1.3.0
  'xx_s_gallery' => '%s\'s Gallery',
  'stat3' => '<b>[pictures]</b> files in <b>[albums]</b> albums with <b>[comments]</b> comments viewed <b>[views]</b> times', //cpg1.3.0
Title: Re: Unsure about what to change
Post by: Nibbler on July 03, 2005, 06:43:54 PM
Just change the version that is appearing on your page. There are different messages for different conditions. Post your modification and we can tell you what the error is.
Title: Re: Unsure about what to change
Post by: marian on July 03, 2005, 06:53:20 PM
Quote from: Nibbler on July 03, 2005, 06:43:54 PM
Just change the version that is appearing on your page. There are different messages for different conditions. Post your modification and we can tell you what the error is.
Worked fine now, thanks