deleting certain phrases in the main page deleting certain phrases in the main page
 

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

deleting certain phrases in the main page

Started by roseberry123, April 01, 2005, 03:49:08 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

roseberry123

Hi,

Is there a way to delete "with 0 comments" in the line "163 files in 23 albums and 8 categories with 0 comments viewed 289 times" towards the bottom of the index.php page?

Thank you,
June

Nibbler

You can edit the langauge file, eg lang/english.php

'<b>[pictures]</b> files in <b>[albums]</b> albums and <b>[cat]</b> categories with <b>[comments]</b> comments viewed <b>[views]</b> times'

remove anything you don't want.

roseberry123