Page 1 of 1

How to switch off the showing of "Last edited by...&quo

PostPosted: Sat Mar 22, 2008 5:37 pm
Author: looser9
Your phpBB Version: 2.0.
phpBB Type: Integramod 141
MODs: No
Your knowledge: Basic Knowledge
Board URL: http://hartgeld-forum.com

PHP Version:
MySQL Version:


What was done before the problem appeared?



What was done to try to solve the problem?




De.scription and Message

Hello,

is there a way to switch off the showing of the "Last edited by..." at the bottom of a post, when it has been edited?
Even better would be a way to switch it off for only one usergroup.


regards, Ludwig

PostPosted: Tue Mar 25, 2008 1:09 pm
Author: gcomfx.com
Free bump.... my "edited by" is very random.

Re: How to switch off the showing of "Last edited by...

PostPosted: Tue Mar 25, 2008 10:59 pm
Author: CaNNon
I think that will only show up if someone edits and there is a post after it.
Or if they post while it's edited.

Re: How to switch off the showing of "Last edited by...

PostPosted: Wed Mar 26, 2008 6:16 am
Author: gcomfx.com
"CaNNon";p="32364" wrote:I think that will only show up if someone edits and there is a post after it.
Or if they post while it's edited.


That's the way it normally works for me. But sometimes it just doesn't appear. It's kinda hit and miss for me. I've never found a pattern.

Re: How to switch off the showing of "Last edited by...

PostPosted: Wed Mar 26, 2008 10:18 am
Author: CaNNon
Strange I would think each post that this happens would need to call something that has the error in it. So say the error was really in uploads then only posts with uploaded attachments would do this and you not been able to find anything they have in common?

PostPosted: Sun Mar 30, 2008 3:41 am
Author: looser9
And is there a way to generally switch it off? <img>

regards, looser9

Re: How to switch off the showing of "Last edited by...

PostPosted: Sun Mar 30, 2008 7:35 am
Author: CaNNon
Not that I know, someone may have a edit give it a bit.

PostPosted: Sat Apr 12, 2008 3:44 am
Author: looser9
UP!

Would be of help for me <img>

regards, looser9

PostPosted: Mon Apr 14, 2008 6:18 pm
Author: gcomfx.com
I think this week must be the week the coders are sleeping for once. LOL

Either that or they are all working on a top secret project. <img>

Re: How to switch off the showing of "Last edited by...

PostPosted: Mon Apr 13, 2009 4:06 am
Author: sanji
I know this is an old topic, but since I found the solution, I still post it here :

in includes/functions_post.php, around line 523, find the following :

[code]$edited_sql = ($mode == 'editpost' && !$post_data['last_post'] && $post_data['poster_post']) ? ", post_edit_time = $current_time, post_edit_count = post_edit_count + 1 " ]

Comment this line, there should be no new "Last Edited" comment...

sanji