Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Show username, date, and time of edits?
Hey guys and girls,
Had a quick browse around the add-ons section but didn't come accross anything that could do this (as far I could see anyway). Basically, what I'd like is some way of seeing who edited the post, and what the date / time of the edit was.
For example, someone hits edit, makes a change, and this is appended to the bottom of the edit:
Edited by [username] on [date] at [time]
Do any of you lot know of a plugin that makes this possible, or could / would anyone be so kind as to write one / help me write one from scratch. Surely I'm not the only one that thinks a plugin like this would be useful, or am I? :P
Even if the addition to the edit is only shown to specifyed usergroups, e.g. just the administrators, that would also suffice. As right now we (the Open Designs community) have one, or more, moderators that have decided to go round editing posts for simple spelling and grammar mistakes, and a few people are getting quite annoyed by it, so we'd like to see who edited the posts, and also when. I do hope this makes sense
Thanks in advance for any replies,
Christopher Robinson
Web Developer & Designer
edg3
e: christopher@edg3.co.uk
w: http://www.edg3.co.uk
Had a quick browse around the add-ons section but didn't come accross anything that could do this (as far I could see anyway). Basically, what I'd like is some way of seeing who edited the post, and what the date / time of the edit was.
For example, someone hits edit, makes a change, and this is appended to the bottom of the edit:
Edited by [username] on [date] at [time]
Do any of you lot know of a plugin that makes this possible, or could / would anyone be so kind as to write one / help me write one from scratch. Surely I'm not the only one that thinks a plugin like this would be useful, or am I? :P
Even if the addition to the edit is only shown to specifyed usergroups, e.g. just the administrators, that would also suffice. As right now we (the Open Designs community) have one, or more, moderators that have decided to go round editing posts for simple spelling and grammar mistakes, and a few people are getting quite annoyed by it, so we'd like to see who edited the posts, and also when. I do hope this makes sense
Thanks in advance for any replies,
Christopher Robinson
Web Developer & Designer
edg3
e: christopher@edg3.co.uk
w: http://www.edg3.co.uk
0
This discussion has been closed.
Comments
edit: didn't see your second reply so gimme a minute to take a look at that and i'll get back to you
if ($Comment->DateEdited != '') $CommentList .= ' <em>'.$this->Context->GetDefinition('Edited').'</em>';
to this:
if ($Comment->DateEdited != '') $CommentList .= ' <em>'.$this->Context->GetDefinition('Edited').$Comment->EditUsername.' '.date('j.M H:i',$Comment->DateEdited).' '.'</em>';
i also susggest editing the language definition of "Edited" to say "Edited by" or make a new definition.