Is there a way to view what keywords my users are searching by, maybe that way I can figure out whats most popular and add new images based on that or even add better keywords to existing photos...
Do you mean something like this?: http://forum.coppermine-gallery.net/index.php/topic,25311.0.html
Use a traffic analyzer like Google's Analytics. Turn Coppermine's search form from $_POST to $_GET driven. Finally, use the filtering techniques of Google Analytics to fine-tune.
In other words: coppermine doesn't track your user's search terms out of the box.
I was just trying to find out this.
Is it really possible tu turn search method from post to get?
Can someone point me to the file should be modyfyed? (search.php i guess ???)
I think ability to know keyword searches is vital to many photographers.
Thanks
Try Einige Anpassungsfragen (http://forum.coppermine-gallery.net/index.php/topic,48857.msg234510.html#msg234510) (German)
Thanks for the suggestion, but unfortunally my german is not good enough to understand the thread :-[
I suppose I'll have to change in search.php AND in thumbnails.php the method from GET to POST.....
I'll try to do it in next days, because this feature is really important in my opinion.
Just changing method="post"
tomethod="get"
should do the trick.
Ok I did it! ;D
Just changed the method from "get " to "post" into search.php
no need to change it in thumbnails.php
Configured google analytics with the parameter "search" and now I can see what is been searched in my gallery!! :D :D :D
Thanks Joachim for your suggestion.
HAVE A NICE DAY. ::)