View Full Version : finding out what users have searched for
Is it possible to log the search for viewing later?
1Unreal
07-17-2009, 05:13 AM
SELECT u.`username`, s.`query`
FROM `search` s
INNER JOIN `user` u ON s.`userid` = u.`userid`
Execute this in phpmyadmin or the execute SQL bit in the ACP
Sorry, does that just pull up the recent searches? Is there a plugin I can use?
Marco van Herwaarden
07-17-2009, 08:34 AM
Not sure if it is still available for the latest vB version, but there used to be a modification for this.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2024, vBulletin Solutions Inc.