coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 miscellaneous => Topic started by: valuepic on September 05, 2008, 08:53:36 PM

Title: How to Change "views" to "downloads" and "viewed" to "download"?
Post by: valuepic on September 05, 2008, 08:53:36 PM
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!
Title: Re: How to Change "views" to "downloads" and "viewed" to "download"?
Post by: McKenzie on September 05, 2008, 09:11:25 PM
Check /lang/english.php or the language of your site and edit the "views" to "downloads"... .
Title: Re: How to Change "views" to "downloads" and "viewed" to "download"?
Post by: McKenzie on September 05, 2008, 09:21:30 PM
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>
Title: Re: How to Change "views" to "downloads" and "viewed" to "download"?
Post by: valuepic on September 05, 2008, 10:14:22 PM
Thanks McKenzie, what about each image that has x views, where do I change that "views"?
Title: Re: How to Change "views" to "downloads" and "viewed" to "download"?
Post by: McKenzie on September 05, 2008, 10:56:34 PM
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.
Title: Re: How to Change "views" to "downloads" and "viewed" to "download"?
Post by: McKenzie on September 05, 2008, 11:18:24 PM
L@@k
Title: Re: How to Change "views" to "downloads" and "viewed" to "download"?
Post by: valuepic on September 06, 2008, 12:19:50 AM
THANK YOU McKenzie !!!!!!!!!!!!!!!!!

Problem solved =D