Unsure about what to change Unsure about what to change
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

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