MOD request : Edit auditing - Posted (2031 Views)
New Member
pitstraight
Posts: 82
82
Is there such a thing as an audit log for editing ? I have stopped people deleting posts but they sometimes edit (up to weeks later) and remove good content.
What I would like to see is that when an edit happens, the original post gets sent to another table or something with a date/time and a link to the original post. This should happen for EVERY edit, so if a user changes a post 3 times, there is 3 records created with the before & after post, the link and the time it happened.<
 Sort direction, for dates DESC means newest first  
 Page size 
Posted
Forum Moderator
AnonJr
Posts: 5768
5768
To the best of my knowledge, there is no existing MOD to do this. While it is technically possible, and I agree that it would be a good thing from a conceptual standpoint, I'm not sure I would actually implement something like this unless I've got a lot of data storage to burn. wink<
Posted
Junior Member
Mr Pink
Posts: 387
387
Have you tried this mod to stop members editing posts?
http://forum.snitz.com/forum/topic.asp?TOPIC_ID=56791
<
Martin
Leyland Forum Leyland Lancashire UK
Posted
Forum Moderator
AnonJr
Posts: 5768
5768
Good idea - I forgot about that one.<
Posted
Senior Member
muzishun
Posts: 1079
1079
I've used that mod myself, and it is quite useful. Should do what you need.<
Bill Parrott
Senior Web Programmer, University of Kansas
Co-Owner and Code Monkey, Eternal Second Designs (www.eternalsecond.com)
Personal Website (www.chimericdream.com)
Posted
New Member
pitstraight
Posts: 82
82
But I don't want to stop them, I just want an audit trail. The data storage would be a lot less than the normal posts because not every post is editted and usually not editted multiple times. I don't allow deletes at all, but I just want to track the changes that are made ... there's not a lot of changes made, but I need to see what has changed when it does occur.<
Posted
Average Member
phy1729
Posts: 589
589
I don't know how you would implement this but could you track all changes on the reply table and use the db to track and not the forum code?<
Posted
New Member
pitstraight
Posts: 82
82
Would it work that way ?
I just don't know how to code it which is why I posted here.<
Posted
Forum Moderator
AnonJr
Posts: 5768
5768
I'm confused now... in your original post it sounds like you don't want to loose the information that they posted, and that you are somewhat unnerved by them editing/removing the information weeks after it was posted; but now you don't want to stop them, just have a record of it happening, which would imply that you aren't bothered by them editing/removing the information... which is it?<
Posted
New Member
pitstraight
Posts: 82
82
I don't want them to loose the edit facility altogether, I just want an audit trail of all edits made. I didn't think it would be this hard.
Other forum software I've heard can track the edits so I thought it would be good for Snitz to have this feature and I use Snitz as well.<
Posted
Senior Member
muzishun
Posts: 1079
1079
Are you wanting to keep track of the actual data changed or simply the date/time changes were made? The second would be less overhead on the database, but the first is what it sounds like you're wanting.
I can see both sides of this. It sounds like it could be highly useful, but very space-hogging at the same time.<
Bill Parrott
Senior Web Programmer, University of Kansas
Co-Owner and Code Monkey, Eternal Second Designs (www.eternalsecond.com)
Personal Website (www.chimericdream.com)
You Must enter a message