Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Re: [rascal] Clear SearchLogs Table

Quote Reply
Re: [rascal] Clear SearchLogs Table In reply to
Hi,

A quick fix, would be to edit nph-build.cgi. Find;

Code:
main();

..and add;

$DB->table('SearchLog')->delete_all();

I was trying to write a quick plugin to do this for you, but can't find a list of hooks Shocked

Hope that helps.

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Subject Author Views Date
Thread Clear SearchLogs Table rascal 1856 May 20, 2005, 9:50 PM
Thread Re: [rascal] Clear SearchLogs Table
Andy 1783 May 21, 2005, 2:04 AM
Thread Re: [Andy] Clear SearchLogs Table
rascal 1776 May 21, 2005, 7:26 AM
Post Re: [rascal] Clear SearchLogs Table
brewt 1765 May 24, 2005, 11:59 AM