Why are the "blank/empty" posts still allowed in OT?

MrBond

Diamond Member
Feb 5, 2000
9,911
0
76
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.

I vote the mods go tryannical and start banning people without warning for neffing. Put the fear of God (Mod:))in them and neffing might decrease. Hand out a bunch of 1-2 day vacations and people will think twice.
 

Bassyhead

Diamond Member
Nov 19, 2001
4,545
0
0
I wouldn't think it would be too hard to configure fusetalk to not allow blank posts.
 

aplefka

Lifer
Feb 29, 2004
12,014
2
0
Yeah, I hope Nikamichi got like a 3 month ban for all the ones he posted. It's just stupid.
 

Evadman

Administrator Emeritus<br>Elite Member
Feb 18, 2001
30,990
5
81
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.

What? I can do it in a minute or 2, Easy.

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
 

Yo Ma Ma

Lifer
Jan 21, 2000
11,635
2
0
Does it make a difference? isn't it 99.9% just as easy to nef with a single character like . or x or whatever?
 

DaTT

Garage Moderator
Moderator
Feb 13, 2003
13,295
122
106
Its something we all have to deal with. Quite honestly, it doesn't bother me.
 

KoolAidKid

Golden Member
Apr 29, 2002
1,932
0
76
Personally, I would much rather see a blank post instead of

Spider! :evil:.

I seem to be alone in this, though.

 

DrPizza

Administrator Elite Member Goat Whisperer
Mar 5, 2001
49,601
167
111
www.slatebrookfarm.com
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.

I recall starting threads and accidentally posting them by hitting enter rather than tab (to get to the next field)... it used to result in an error... now, it posts them.
 

mugs

Lifer
Apr 29, 2003
48,920
46
91
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.

I highly doubt that's true, the signature is stored separately from the post, that's why when you change it, it changes on all of your past posts. It wouldn't be difficult to block posts with no text, but then people would find ways around it, like using [ b ][/ b ] (without the spaces), so they'd have to check for all of those possibilities... they ought to just start banning people, I have no idea why they let Nikimichi make such a nuissance of himself.
 

rise

Diamond Member
Dec 13, 2004
9,116
46
91
blank posts shouldn't be allowed anywhere but fs/ft. vacation them and anyone who doesn't edit/clip their 1/2 page long quotes imo