How do I clean up my referrers list?

1.

Click on the Admin tab, then click on the Logs tab.

2.

If you wish to remove all referrers (the list can get rather long), click the all button at the bottom of the list.

3.

Then select delete from the drop down list and click Go. This will remove the currently visible referrer logs from the database.

4.

Click OK when prompted to verify that you would like to delete the selected referrer logs.

5.

Advanced Users Only: Another method would be to run the following SQL command on the textpattern database.

DELETE FROM txp_log

Please use care when using this method as the DELETE FROM command will remove all rows from the named table.