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
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.
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