[FIXED] 1 post per minute

+1

That’s what the ‘preview’ button is for.

English doesn’t always come easy to me, sometimes i realize after i’ve re-read, previewed and posted that i need to edit something because it doesn’t make much sense, or to add something i missed, so thats why i need to edit

I would like to see the timeout be lifted for editing. Posting time on the other hand, I don’t mind at all, even if it was to be increased to 2 minutes.

Editing does not affect the amount of spammnation, its only posting new posts, however I find the 1 minute block on editing gets me with most if not all of my posts that are longer than single line replies. What makes sense when typing out something the first time, only gets picked up later when you come back to read it with a fresh look on the same sentence. Whatever the reason, be it bad speeling, or syntax bad, or just a way of being able to better say something or more efficiently saying the same thing in fewer words without repeating the same gibberish and wasting words while achieving nothing…… I find myself editing these things out immediately after posting because I habitually read my post after posting so it appears in the context of other posts.

It all comes down to 1) whether the admin is able to find time to do this, and 2) whether the forum software has provision to allow for this, but regardless, I feel that I would very much appreciate this change if implemented.

Edit: Screwed my post with quote up royally (stupid iPhone!). Same as okwchin, 1 to 2 mins between new posts are fine, but let's please try to lift the limit on editing posts. It seems to get me all the time and is annoying!

-Garry

I’ve had some of the same issues many of you have had. Editing? I have learned to preview my posts (mostly) to proof read what I typed before saving it. Occasionally, something slips by and I want to correct it before someone sees it and realizes I’m an idiot. I see that as a failure on my part though and not so much as a system failure.

I would like to not see 20 emails for 20 new posts the same thread I’m following. A little annoying but nothing more than that.

Over all, I’m pretty happy with the site and have nothing serious to complain about.

+1
Since I am very dyslexic, I use the preview many times, before posting. That and spell check.
The 1 minute rule is only a very small irritation compared to the daily irritations of life.

Hi everyone,

Yes, you’re totally right that the comment edit 1-minute rule is irritating, my apologies for that. But unfortunately I’m a terrible coder and I can’t figure out how to change the functionality. I have a rough idea of how to do it, and the source code of the post limit module is open, so if anybody wants to tackle it we’d all be very much obliged. It’s written in PHP, using some built-in Drupal functions.

As for the e-mail notifications, I’ve been trying to figure out a way to make it send 1 notification until the user returns, but unfortunately it’s not a simple 1-click option. I have some ideas though.

Thanks for everyone’s patience in the meantime! Have fun.

no, thank you!

Hey, SB, send me that code :wink: (I’m not a pro, but 2 brains better than 1 :bigsmile: )

+1

This would be great to add! I just came back from vacation to "581 unread emails" - about 560 from BLF thread updates! I like the email notifications because I am sure I'd miss updates on threads really important/interesting to me.

-Garry

I believe that all the necessary information to do this is in the database, somewhere. The system reports how many “new posts” are there when you look at the main screen, so it obviously knows what the last viewed post is for that user. It also knows what the last post is in a thread. So now something like:
if(last_post_in_thread == (last_viewed_post + 1)) send_email();

If you can get the feature to work, you can cut your outgoing email traffic by a HUGE amount. Today, I had around 50 BLF emails… only two of which were relevant. I dare not post to high-traffic threads due to the inevitable onslaught of thread notification emails.

I believe that all the necessary information to do this is in the database, somewhere. The system reports how many “new posts” are there when you look at the main screen, so it obviously knows what the last viewed post is for that user. It also knows what the last post is in a thread. So now something like:
if(last_post_in_thread == (last_viewed_post + 1)) send_email();

If you can get the feature to work, you can cut your outgoing email traffic by a HUGE amount. Today, I had around 50 BLF emails… only two of which were relevant. I dare not post to high-traffic threads due to the inevitable onslaught of thread notification emails.

This thread is a perfect example of why I appreciate this forum over others. Complaints, suggestions, and lively debate withou rancor for the sole purpose of making things better. Kudos to everyone. Thank you for making this a good place to visit. I find it amusing that I agreed with elements in each and every post. Can you say “common ground”.

Yep! +1

Just a gentle bump as I was wondering if this could be removed for the comment preview feature only, and not affect the spam filter? It’s pretty annoying having to wait before I can edit a post.

I just nevre make mistaeks.

Or maybe I just don’t notice them.

I find it pretty incredible how easily annoyed people are these days. Myself included from time to time. We’re so fast paced there’s no time for decency it would seem. sb does a great job with this forum, folks here are friendly and helpful. I ran up against the 1 minute rule when I first came here…quickly learned to use the preview panel…proof read it…make changes, proof read it again. Perhaps even read it through once more before making my post. If there’s something that still needs changing, well a quick trip for a drink or a run to the restroom, even read another thread for a minute or two or three then come back and fix it. Grab the new light and play with the switch for a minute. Doesn’t take much to get past that limit.

I’ve also learned to slow down a bit. I’m making more mistakes typing than ever before and at the same time talking no less :slight_smile: So it pays to just relax and slow down a little. And enjoy the efforts of the many people here that are so willing to help out a noob.

Thanks Y’all, you know who you are! :slight_smile:

And Thank You sb, great place to hang out! :wink:

I miss-type often, and only seem to notice right after I post. That said, the one minute post limit drives me crazy. How about eliminating that limit with long term members with more than let's say 500 posts? What do you guys think?