How to change PIC_POS output How to change PIC_POS output
 

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

How to change PIC_POS output

Started by mckendall, December 02, 2004, 05:54:51 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

mckendall

Searching through the forum I've seen how {PIC_POS} can be removed, but I would like to know if it can be altered.  The default output is "FILE 1/34", for example.  I would like to change it to "Picture 1/34", preferrably "Picture 1 of 34".  Is this possible?

Thanks

Tranz

In lang/english.php look for
  'pic_pos' => 'FILE %s/%s', //cpg1.3.0
change to
  'pic_pos' => 'Picture %s of %s', //cpg1.3.0

mckendall

Thanks so much for the quick response.  Works like a charm.  It never occurred to me to check there (obviously).  Well, like my profile says, I am a "Coppermine Newbie".

Thanks again!