hello Gweltas,
do you think we could imagine a function to send all the words entered in the search form to a new table.
when a visistor send a new search from the search page, the function add the words to an "history_search" table on the data base.
with that, the admin could see witch keywords are asked, and know better what the visitors want to find on the gallery....
I know it's possible but to hard for me...
thank you,
eric.
Offline
Sure... but not for this release :)
Offline
yo man !
make a new table and update it each time a search is done...
it's the good way.
we have to create the table, a, new function to add the keywords to the table, (look if they still exist, if not : write them with 1 hit, if yes, upate the number of hit) , create a new page to show the list of the keywors with the % of hit for each..
.... I could work on it only the next week after wenesday, not enoutgh time now...(trophée andros) but you know that I'm not able to make it... I just begin to understand php... if you want, I let you work on the function, I could look how to include the mod on pwg/admin page.......
by
eric.
Offline
Have a look on other scripts. They already have this kind of behavior implemented.
Offline