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
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
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
hi,
I am using version 1.3.2.
Thanks,
June