|
-
Sep 20th, 2004, 10:35 AM
#1
Thread Starter
Banned
limit of message
Why is there such a WEAK limit in the message field of these forums?
You might as well not bother posting code in the message box and simply attach text.
That kinda sucks...
check out www.sqlteam.com's forums where I have never gotten a message that said "you have exceeded the limit of the message box by 'n' amount of characters please reduce your message'.
To translate that pop up message means..."The db backend for this forum was written in access. Have a nice day"
Please fix it ASAP.
-
Sep 20th, 2004, 10:40 AM
#2
Are you talking about Private Messages?
-
Sep 20th, 2004, 10:41 AM
#3
Thread Starter
Banned
No IM talking about this message I just typed to you...
in the "Reply box"
-
Sep 20th, 2004, 10:42 AM
#4
I guess he is talking about the regular forum posts. I've got that message a few times and the text hasn't been all that long.
-
Sep 20th, 2004, 10:42 AM
#5
Thread Starter
Banned
-
Sep 20th, 2004, 10:44 AM
#6
Thread Starter
Banned
Originally posted by MartinLiss
Are you talking about Private Messages?
What's the backend of this forum?
The field type and size of this field
is it varchar ?
or memo ?
or nvarchar ?
The size in bytes is it only 8000 chars ?
-
Sep 20th, 2004, 10:50 AM
#7
I don't know how it's stored, but the limit is 10,000 characters. In the several years that I've been posting here I don't think I've ever exceeded that limit except for a few times when I copied and pasted some lengthy MSDN stuff so I don't see the need to increase it.
-
Sep 20th, 2004, 11:35 AM
#8
Stuck in the 80s
I've never exceeded the length, either.
-
Sep 20th, 2004, 12:36 PM
#9
I have exceeded the lengthe 10-15 times. 4-5 times it was a tutorial. I don't think they need ot be longer. But it would be nice if it was possible to just make them longer in the tutorial section.
-
Sep 20th, 2004, 12:38 PM
#10
Thread Starter
Banned
This shouldnt even be debated...
If there is a capacity and the database allows for it why not increase? There should not be a single person who has said I've excedded it. Its a programming forum and if people cant post their code you have to resort to uploading the code..which sucks.
Cant we make it longer ?
-
Sep 20th, 2004, 12:50 PM
#11
Stuck in the 80s
Originally posted by jhermiz
This shouldnt even be debated...
If there is a capacity and the database allows for it why not increase? There should not be a single person who has said I've excedded it. Its a programming forum and if people cant post their code you have to resort to uploading the code..which sucks.
Cant we make it longer ?
You seem a little worked up over nothing...
-
Sep 20th, 2004, 12:51 PM
#12
Thread Starter
Banned
HAHAHAHAHAHAHAHAH
Thats what you think...you must not know me very well
-
Sep 20th, 2004, 01:42 PM
#13
We've gradually increased several limits but no matter how big you make them someone always asks for more. I'm not saying your request is unreasonable but your going to have to accept the current limit.
-
Sep 20th, 2004, 01:48 PM
#14
Thread Starter
Banned
-
Sep 20th, 2004, 07:15 PM
#15
Ex-Super Mod'rater
Just want to add on that if you are posting code that exceeds the limt then you shouldn't be posting it like that, that much code would better be put in a file and attached. I for one wouldn't want to read though that much code. I would prefer it to be attached so I can run it in the IDE and dismiss the irelavent parts .
When your thread has been resolved please edit the original post in the thread (  )
and amend "-[RESOLVED]-" to the end of the title and change the icon to  , Thank you.
When posting Code use the [VBCode]Code Here[/VBCode] tags to be able to use the code highlighting.

-
Sep 21st, 2004, 08:57 AM
#16
Stuck in the 80s
Originally posted by Electroman
Just want to add on that if you are posting code that exceeds the limt then you shouldn't be posting it like that, that much code would better be put in a file and attached. I for one wouldn't want to read though that much code. I would prefer it to be attached so I can run it in the IDE and dismiss the irelavent parts .
Good point. I tried posting something similiar last night, but it came out as mangled jibberish.
-
Sep 21st, 2004, 10:44 AM
#17
Fanatic Member
Personally I don't think dissallowing long posts is a bad thing.
I don't enjoy scrolling through pages of code to see the next post - uploading it as a text file is much better - easy on the bandwidth too.
Martin J Wallace (Slaine)
-
Sep 21st, 2004, 10:45 AM
#18
Thread Starter
Banned
Originally posted by Slaine
Personally I don't think dissallowing long posts is a bad thing.
I don't enjoy scrolling through pages of code to see the next post - uploading it as a text file is much better - easy on the bandwidth too.
So you'd rather scroll in the text file
Come on that makes no sense...If I want to post a LONG summary / code / help file I should be able to like I do in other forums. I cant believe there is such a limit on this field ????
-
Sep 21st, 2004, 10:58 AM
#19
Ex-Super Mod'rater
Posted by jhermiz
So you'd rather scroll in the text file
Come on that makes no sense...If I want to post a LONG summary / code / help file I should be able to like I do in other forums. I cant believe there is such a limit on this field ????
It wouldn't normally be a simple txt file though. If it was VBCode then a .frm file and then put it in the IDE and presto, lots nicer to look at and even debug.
The majority or posts that contain loads of code are just because the poster couldn't be bothered to narrow down the bug to find out where about in the code was causing a problem. Doing this is a debug method in itself and if they had done it they would probably not need to post in the first place cos they'll then see its simple once you narrow down the code.
I see this in the Games & Graphics Section where people will post a hurge code segment and can't see why its not working. The problem is people they are giving too much information and not many people will go through all that code. This is quite common when DirectX is envolved .
When your thread has been resolved please edit the original post in the thread (  )
and amend "-[RESOLVED]-" to the end of the title and change the icon to  , Thank you.
When posting Code use the [VBCode]Code Here[/VBCode] tags to be able to use the code highlighting.

-
Sep 22nd, 2004, 01:28 AM
#20
i wouldn't like the IDE opening anytime i want to look at a post. if i see something that i can't put my finger on, i copy it *into* the ide and debug/test it. very small percentage. i also like the code formatting. just a bit harder to edit what you type. i usually add the tags only after i save it, and proof-read it.
-
Sep 22nd, 2004, 04:23 AM
#21
Fanatic Member
Originally posted by jhermiz
So you'd rather scroll in the text file
Without a doubt.
Martin J Wallace (Slaine)
-
Sep 22nd, 2004, 05:37 AM
#22
Thread Starter
Banned
Originally posted by Slaine
Without a doubt.
No difference to me
-
Sep 22nd, 2004, 06:01 AM
#23
Well, if we'll ever get the articles forum to write articles into, then there will be a slight problem with the length. On some subjects it is very easy to overlap the 10000 characters limit. And you also have to account that the articles might be edited later on with fixes/changes and it would be very annoying if the new text would overlap a bit.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|