Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Snitz Forums 2000 MOD-Group
 MOD Add-On Forum (W/O Code)
 Do not show edited by if within x minutes?

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!

Screensize:
UserName:
Password:
Format Mode:
Format: BoldItalicizedUnderlineStrikethrough Align LeftCenteredAlign Right Horizontal Rule Insert HyperlinkInsert EmailInsert Image Insert CodeInsert QuoteInsert List
   
Message:

* HTML is OFF
* Forum Code is ON
Smilies
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Clown [:o)]
Black Eye [B)] Eight Ball [8] Frown [:(] Shy [8)]
Shocked [:0] Angry [:(!] Dead [xx(] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
   

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!

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,



Greg
Carefree Posted - 05 August 2009 : 21:15:50
Here you go. I wrote it for you.

Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.06 seconds. Powered By: Snitz Forums 2000 Version 3.4.07