Darcler wrote:Oh, Gid is going to write a program to show who edits. There is one out there that we could just install, but there are ways for other admins to go around that and show that noone edited it.
You know what I'm talking about?
last edited by darcler at 12:04.
Ezboard used to have it.
no... that's just something I removed... it's built in to phpBB, it's just not being displayed.
like, those reports are being generated every single time a post is edited... by anybody... but then the message is just not being generated because the php template that displays it is ignored.
so... like... if you have a function that says, "display post"
just for an example...
code:
display author
display post subject
display avatar
// display edit_info
display signature
the // is a comment call, which just means, 'ignore this line'. It's a simple fix, you just need to find the line that I ignored and remove it... and the 'last edited by' will be displayed again.
I THINK I removed that back in the cat-crew days... so that they could have their forum where they could fuck with everyone's posts and nobody would know who did what with the posts. >> I << thought it was hilarious... and I made a post on the forums letting everyone know that the 'edited by' info wouldn't be displayed anymore -across the board- but that was the only way it could be done >specifically for< the cat-crew...
anyway... that's how you would need to fix this... it's not hard, you just need to find where I 'broke' it. I THINK it's in viewtopic.php but I'm not positive.