Note: You must be registered in order to post a reply. To register, click here. Registration is FREE! Before posting, make sure you have read this topic!
T O P I C R E V I E W
gjs
Posted - 05 August 2009 : 16:36:12 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,
Greg
3 L A T E S T R E P L I E S (Newest First)
Carefree
Posted - 13 August 2009 : 04:26:32 Use the strDBNTUserName variable instead.
if strDBNTUserName=Reply_MemberName
gjs
Posted - 06 August 2009 : 18:38:46 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!
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,
Greg
Carefree
Posted - 05 August 2009 : 21:15:50Here you go. I wrote it for you.