Quote from: noodles2k5 on August 03, 2002, 09:51:11 AMIn the Perl version of YaBB, turning off 'log clicks' made the board faster. I dunno if it'd work in YaBBSE though. But the main reason I want to disable the log is that I don't need it. It just takes up space. And when I save backups of the board, I can't save it... so I have to deselect it because it's being used.
Open up Subs.php
go to the function ClickLog()
and remove the mysql-queries

or go to index.php, and remove
ClickLog();if you use SSI.php, remove it also there
