Unsure about what to change Unsure about what to change
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

Unsure about what to change

Started by marian, July 03, 2005, 06:22:17 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

marian

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

Nibbler

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.

marian

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