Snitz™ Forums 2000
https://forum.snitz.com/forumTopic/Posts/68836?pagenum=1
05 November 2025, 07:27
Topic
gjs
Do not show edited by if within x minutes?
05 August 2009, 16:36
Hello.
One of my forum members has asked if it is possible to not show the 'last edited by....' message in the post if they edit within say, a couple of minutes of posting the original. This will help when just correcting typos.
Has anyone got a mod for this? I searched the forum including archive, but couldnt find anything.
Many Thanks,
Excellent!
Many thanks for this Carefree - I really appreciate you spending time on it.
I couldn't get it to work straight away - I don't think it liked this:-
if MemberName=Reply_MemberName. I changed it to:-
if getMemberName(Reply_LastEditBy)=Reply_MemberName and it seems to work. I'm not sure if I used the right variable, so please let me know if I'm missing something here or doing this wrong!
I also moved this:-
<hr noshade size=""1"" color=""" & strForumFontColor & """> into here:-
Response.Write "<hr noshade size=""1"" color=""" & strForumFontColor & """>Edited by - " & Reply_LastEditByName & " on " & chkDate(Reply_LastEdit, " " ,true) & "</font></td>" & vbNewLine Otherwise, it was still bringing up the horizontal line even if there was an edit within 10 minutes and therefore not bringing up the 'last edited by...'
So it is all working now - fantastic stuff. Another example of the great support on this forum.
Thanks again,