- Nov 27, 1999
- 65,393
- 407
- 126
Originally posted by: MrBond
With the level of stupidity in OT lately, I doubt the mods have time to open every thread to check for blank posts. Someone mentioned in another thread that FT may count signatures as text in a messege, so it couldn't be easily changed to not-allow a blank post.
Sub CheckForNefs
Dim MinimumPostLength as long
Dim IsNef as Boolean
MinimumPostLength = 50 'Probably too low.
If IsNull(FTVAR_MESSAGETEXTFRM) then
IsNef = True
GoTo ExitFunc
End If
If not Len(Trim(Str(FTVAR_MESSAGETEXTFRM))) >= MinimumPostLength Then
IsNef = True
End If
ExitFunc:
If IsNef then
MsgBox "WTF! Stop Posting Useless crap you hoser."
Else
Call SubmitPostNonNef(FTVAR_MESSAGETEXTFRM)
End If
End Sub
Originally posted by: aves2k
I could have sworn that the forums used to block empty posts.
Originally posted by: Yo_Ma-Ma
Originally posted by: aves2k
I could have sworn that the forums used to block empty posts.
Yes, your memory is correct.
Originally posted by: MrBond
With the level of stupidity in OT lately, I doubt the mods have time to open every thread to check for blank posts. Someone mentioned in another thread that FT may count signatures as text in a messege, so it couldn't be easily changed to not-allow a blank post.
Originally posted by: Philippine Mango
Originally posted by: Amol
Originally posted by: Philippine Mango
your parodies in OT are worst than blank posts