Advanced search  

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Pages: [1]   Go Down

Author Topic: View Users Keywords?  (Read 3184 times)

0 Members and 1 Guest are viewing this topic.

ShiversOfHorror

  • Coppermine regular visitor
  • **
  • Offline Offline
  • Gender: Female
  • Posts: 60
View Users Keywords?
« 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...
Logged

Fabricio Ferrero

  • Dev Team member
  • Coppermine addict
  • ****
  • Country: 00
  • Offline Offline
  • Gender: Male
  • Posts: 1996
  • From San Juan, Argentina, to the World!
    • http://fabricioferrero.com/
Re: View Users Keywords?
« Reply #1 on: July 08, 2009, 11:00:46 pm »

Logged
Read Docs and Search the Forum before posting. - Soporte en español
--*--
Fabricio Ferrero's Website

Catching up! :)

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: View Users Keywords?
« Reply #2 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.
Logged

tinorebel

  • Coppermine regular visitor
  • **
  • Offline Offline
  • Gender: Male
  • Posts: 87
  • live long and prosper!
    • www.tripodart.net
Re: View Users Keywords?
« Reply #3 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
Logged
Live long and prosper!
www.tripodart.net

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: View Users Keywords?
« Reply #4 on: September 30, 2009, 07:31:59 pm »

Logged

tinorebel

  • Coppermine regular visitor
  • **
  • Offline Offline
  • Gender: Male
  • Posts: 87
  • live long and prosper!
    • www.tripodart.net
Re: View Users Keywords?
« Reply #5 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.
Logged
Live long and prosper!
www.tripodart.net

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: View Users Keywords?
« Reply #6 on: October 01, 2009, 02:04:34 pm »

Just changing
Code: [Select]
method="post"to
Code: [Select]
method="get"should do the trick.
Logged

tinorebel

  • Coppermine regular visitor
  • **
  • Offline Offline
  • Gender: Male
  • Posts: 87
  • live long and prosper!
    • www.tripodart.net
Re: View Users Keywords?
« Reply #7 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. ::)
Logged
Live long and prosper!
www.tripodart.net
Pages: [1]   Go Up
 

Page created in 0.023 seconds with 19 queries.