Version: 1.00, by Overgrow
Developer Last Online: Jun 2004
Version: 2.2.x
Rating:
Released: 03-01-2002
Last Update: Never
Installs: 180
No support by the author.
<font size="3">Moderator Activity Log for 2.x</font>
Disclaimer:
-No support is offered for this hack. If you PM or email for support, it will be joyfully ignored. When I have time, I will answer questions in this thread.
** FREE LICENSE ** You must leave the header and footer intact.
Design Spec:
Track moderator and admin activites including: closing, opening, moving, and deleting threads. You are able to set the number of logs you view at one time and you can focus down to just one moderator by clicking on their name.
Installation (never had ModLog installed):
-upload install_modlog.php to your admin directory
-upload modlog.php to your admin directory
-run install_modlog.php, follow instructions
-delete install_modlog.php
Installation (have a previous version running successfully):
-upload modlog.php to your admin directory
Changes from the previous version:
-now has a fancy install routine instead of boring text instructions. Installing will now be easier and more fun!
-puts a link on the left side of your Admin CPanel under Admin Logs
Works on:
-vB 2.2.1
-untested on everything else but should work with the whole 2.x line and even 1.x if you figure out the postings.php modifications.
Screenshot attached, files attached in replies. Questions? Read the disclaimer at the top of this post. Thanks~
Show Your Support
This modification may not be copied, reproduced or published elsewhere without author's permission.
When i ran the install I got a mysql error because of modlog table already existing in the vB database. MY vB version is 2.2.5. Does this hack not work with 2.2.5?
Here is the error exactly as it says,
Code:
Database error in vBulletin Control Panel 2.2.5:
Invalid SQL: CREATE TABLE modlog (
type tinyint(1) DEFAULT '0' NOT NULL,
userid int(10) DEFAULT '0' NOT NULL,
threadid int(10) DEFAULT '0' NOT NULL,
threadtitle varchar(100) NOT NULL,
fromforumid smallint(5),
toforumid smallint(5),
timestamp int(11) DEFAULT '0' NOT NULL
)
mysql error: Table 'modlog' already exists
mysql error number: 1050
Date: Sunday 14th of April 2002 10:56:00 AM
Should I delete the current table in there and start over? Thanks for any help from anyone.
Did they add this feature with 2.2.5? Or maybe the forum you're working on already had the old version installed?
If you had a previous version installed, you don't need to do any table modifications-- it is the same table schema as the previous version.. just upload modlog.php to your admin directory and create an entry for it on the left hand side menu of your Cpanel.
This is for yaxay. And I checked the modlog table in mysql and it has some threads in it. Looks like all the threads I have deleted in the past, and the userid of who deleted it.