coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 miscellaneous => Topic started by: ShiversOfHorror on July 08, 2009, 09:29:46 PM

Title: View Users Keywords?
Post by: ShiversOfHorror on July 08, 2009, 09:29:46 PM
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...
Title: Re: View Users Keywords?
Post by: Fabricio Ferrero on July 08, 2009, 11:00:46 PM
Do you mean something like this?: http://forum.coppermine-gallery.net/index.php/topic,25311.0.html
Title: Re: View Users Keywords?
Post by: Joachim Müller on July 09, 2009, 11:23:41 AM
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.
Title: Re: View Users Keywords?
Post by: tinorebel on September 30, 2009, 05:22:49 PM
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
Title: Re: View Users Keywords?
Post by: Joachim Müller on September 30, 2009, 07:31:59 PM
Try Einige Anpassungsfragen (http://forum.coppermine-gallery.net/index.php/topic,48857.msg234510.html#msg234510) (German)
Title: Re: View Users Keywords?
Post by: tinorebel on October 01, 2009, 01:23:58 PM
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.
Title: Re: View Users Keywords?
Post by: Joachim Müller on October 01, 2009, 02:04:34 PM
Just changing method="post"tomethod="get"should do the trick.
Title: Re: View Users Keywords?
Post by: tinorebel on October 05, 2009, 02:47:00 PM
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. ::)