View Full Version : Any administrative loggin mods?
mhackl
07-01-2009, 05:55 AM
I'm looking for a mod that would keep an (tamperless) event log for administrators and moderators. This desired so that I can keep track of what administrative actions are being taken by these groups, and when.
I need to know that admin1 changed the name of forum1 to forum2 last Saturday...
jchamber2010
07-01-2009, 08:35 PM
This is already a feature of vBulletin, the log files that are available in the admin CP are only viewable and purgable (deletable) by the person with the userid of 1 (the person who installed vBulletin) by default, you may add more user id's to the list who can only view the logs, or who can view the logs and delete them, by editing the config.php file (read the comments, they tell you were to add these).
Hope this helps
John
Dismounted
07-02-2009, 04:50 AM
The setting John is referring to this section in config.php:
// ****** USERS WITH ADMIN LOG PRUNING PERMISSIONS ******
// The users specified here will be allowed to remove ("prune") entries from the admin
// log. See the above entry for more information on the format.
$config['SpecialUsers']['canpruneadminlog'] = '1';
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.