Omnimaga

Omnimaga => Site Feedback and Questions => Topic started by: Jim Bauwens on December 07, 2011, 04:05:48 am

Title: Sugestions for quick reply
Post by: Jim Bauwens on December 07, 2011, 04:05:48 am
When the user pressed the submit button, it should be disabled until the ajax object state changes.
This way accidental double postings can be avoided, as sometimes it looks like nothing happened when you pressed submit.

Also, if it takes longer than a certain amount to fetch the new post, you could maybe just refresh the page.

Just little suggestions :)
Title: Re: Sugestions for quick reply
Post by: Deep Toaster on December 08, 2011, 08:01:11 pm
Another suggestion on that same idea: I don't know if there's a mod for this, but somehow checking if two consecutive requests have the same topic and post content and rejecting the second if they do.
Title: Re: Sugestions for quick reply
Post by: flyingfisch on December 08, 2011, 10:00:32 pm
Another suggestion on that same idea: I don't know if there's a mod for this, but somehow checking if two consecutive requests have the same topic and post content and rejecting the second if they do.
or merging them.
Title: Re: Sugestions for quick reply
Post by: Deep Toaster on December 08, 2011, 11:18:41 pm
There wouldn't be much point in merging two posts if they have the same content, though.