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

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

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