Author Topic: Sugestions for quick reply  (Read 2806 times)

0 Members and 1 Guest are viewing this topic.

Offline Jim Bauwens

  • Lua! Nspire! Linux!
  • Editor
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1881
  • Rating: +206/-7
  • Linux!
    • View Profile
    • nothing...
Sugestions for quick reply
« 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 :)

Offline Deep Toaster

  • So much to do, so much time, so little motivation
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 8217
  • Rating: +758/-15
    • View Profile
    • ClrHome
Re: Sugestions for quick reply
« Reply #1 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.
« Last Edit: December 08, 2011, 08:01:19 pm by Deep Thought »




Offline flyingfisch

  • I'm 1337 now!
  • Members
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1620
  • Rating: +94/-17
  • Testing, testing, 1...2...3...4...5...6...7...8..9
    • View Profile
    • Top Page Website Design
Re: Sugestions for quick reply
« Reply #2 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.



Quote from: my dad
"welcome to the world of computers, where everything seems to be based on random number generators"



The Game V. 2.0

Offline Deep Toaster

  • So much to do, so much time, so little motivation
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 8217
  • Rating: +758/-15
    • View Profile
    • ClrHome
Re: Sugestions for quick reply
« Reply #3 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.