editting the table on the main page. editting the table on 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

editting the table on the main page.

Started by roseberry123, January 26, 2005, 07:09:02 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

roseberry123

Hi,

I hope I"m not asking too many questions. I'm sort of in a rush, but I know I should be more patient.

In the album list, the title (not really the title but its the first line of the table)  says something like, '2 files in 7 albums with 0 comments viewed 1 times'.....is there a way to remove "with 0 comments"?

Your program is more complex than my needs, I think thats why I have so many questions.

Anyways, thank you for such a nice and organized software. I'll go rate it.

June

Casper

Open your lang/language file, and find this section of code;

$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',
  'stat2' => '<b>[pictures]</b> files in <b>[albums]</b> albums viewed <b>[views]</b> times',
  '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',
);


Just remove this bit (twice)

with <b>[comments]</b> comments
It has been a long time now since I did my little bit here, and have done no coding or any other such stuff since. I'm back to being a noob here

Joachim Müller

in the future, please post support requests on the support board that corresponds to your coppermine version. Please reply to this thread by posting what version you currently use, so that we can move your question accordingly.

Joachim

roseberry123

hi,

I am using version 1.3.2.

Thanks,
June