Version: 1.5.0 B 3, by Surviver
Developer Last Online: May 2020
Category: Add-On Releases -
Version: 3.6.8
Rating:
Released: 11-27-2006
Last Update: 10-26-2007
Installs: 186
DB Changes Uses Plugins Template Edits
Additional Files Translations Is in Beta Stage
No support by the author.
Edithistory (1.5.0 B 3)
What does this Modification?
This Modification saves a version of a post if someone edits it. If there are saved edits for a post, you can view the "Post History" and you are able to restore old posts.
Also you can compare saved versions of a post.
Installation
Installation-Instructions are included in the zip-File
What's new in Version 1.5.0 B 2?
In this version i made a lot of improvement: eg. I've overwritten the code, the Ajax Compare function now works properly (Screen #3) and I implented a function to mass restore posts of a user. (Screen #6)
Thank you for reporting that, fixed in Version 1.1.6
Not fixed. I dunno if it failed to install correctly or what (I run a good sized forum and it mighta timed out while altering a table? *shrugs*).
Code:
Database error in vBulletin 3.6.4:
Invalid SQL:
SELECT edithistory.*, user.*, edithistory.dateline as editdate FROM
vb_edithistory as edithistory
LEFT JOIN user as user ON(user.userid = edithistory.edituserid)
WHERE edithistory.postid = 361324
ORDER BY editid DESC;
MySQL Error : Table 'finalgear_vb.user' doesn't exist
Error Number : 1146
Date : Wednesday, November 29th 2006 @ 06:12:09 AM
Script : http://forums.finalgear.com/edithistory.php?do=viewedithistory&postid=361324
Referrer : http://forums.finalgear.com/showthread.php?t=15110
IP Address : [removed]
Username : Viper007Bond
Classname : vb_database
Not fixed. I dunno if it failed to install correctly or what (I run a good sized forum and it mighta timed out while altering a table? *shrugs*).
Code:
Database error in vBulletin 3.6.4:
Invalid SQL:
SELECT edithistory.*, user.*, edithistory.dateline as editdate FROM
vb_edithistory as edithistory
LEFT JOIN user as user ON(user.userid = edithistory.edituserid)
WHERE edithistory.postid = 361324
ORDER BY editid DESC;
MySQL Error : Table 'finalgear_vb.user' doesn't exist
Error Number : 1146
Date : Wednesday, November 29th 2006 @ 06:12:09 AM
Script : http://forums.finalgear.com/edithistory.php?do=viewedithistory&postid=361324
Referrer : http://forums.finalgear.com/showthread.php?t=15110
IP Address : [removed]
Username : Viper007Bond
Classname : vb_database
Ok, noew its really fixed, i attached the wrng file :alien:
Well, because it seems like it would add a lot of database bloat on large forums.
It's a separate database table and it doesn't add any extra queries when viewing posts. Where's the bloat in that? I mean sure, it adds extra filesize to the database, but are you that pressed for space?