Hi,
I'm very sorry if I sound noobish, but I'm not good with PHP.
I just want to know how and where to change:
"views" to "downloads" and "viewed x times" to "download x times" or "X total downloads".
THANK YOU!
Check /lang/english.php or the language of your site and edit the "views" to "downloads"... .
But not every "view" ;)
For example
'stat1' => '<b>[pictures]</b> files in <b>[albums]</b> albums and <b>[cat]</b> categories with <b>[comments]</b> comments viewed <b>[views]</b>
to
'stat1' => '<b>[pictures]</b> files in <b>[albums]</b> albums and <b>[cat]</b> categories with <b>[comments]</b> comments downloaded<b>[views]</b>
Thanks McKenzie, what about each image that has x views, where do I change that "views"?
What do you mean?
I think you mean (description only for english.php, not for other lang-files)
"Displayed: X times" on the "displayimage page": http://coppermine-gallery.net/demo/cpg14x/displayimage.php?album=1&pos=1
Open the Windows Editor also known as notpad, click "Edit" than "Search" --> Enter in the field " 'Displayed' => 'Displayed', " (without " ", only 'Displayed' => 'Displayed') change it into 'Displayed' => 'Downloaded'
Tell me all sites which you want change.
L@@k
THANK YOU McKenzie !!!!!!!!!!!!!!!!!
Problem solved =D