Welcome to the Mod Share forums.
You are not logged in.
To prevent double/triple miscomments.
Results of poll are hidden from guests
Please help! Free ads on my next project on Scratch for helpers! Love-its on your 5 most recent projects (also with ads) for people who fix the entire problem!
ALL THESE WORLDS ARE YOURS - EXCEPT EUROPA - ATTEMPT NO LANDING THERE / I've quit MS. Why? ":P". Feel free to land on Europa now, and you might contact me at intf.tk or intforums.com, but remember the 49 minute time lag between Europa and Earth.
SHA-256 confirmation
Offline
Or, just only click the button once.
Sometimes, we assume the comment was not sent, and don't want to refresh (like if we are using the project), and click it again
Please help! Free ads on my next project on Scratch for helpers! Love-its on your 5 most recent projects (also with ads) for people who fix the entire problem!
ALL THESE WORLDS ARE YOURS - EXCEPT EUROPA - ATTEMPT NO LANDING THERE / I've quit MS. Why? ":P". Feel free to land on Europa now, and you might contact me at intf.tk or intforums.com, but remember the 49 minute time lag between Europa and Earth.
SHA-256 confirmation
Offline
jvvg wrote:Or, just only click the button once.
Sometimes, we assume the comment was not sent, and don't want to refresh (like if we are using the project), and click it again
You don't need to refresh...
It uses AJAX and automatically gets the new comments.
Offline
Molybdenum wrote:jvvg wrote:Or, just only click the button once.
Sometimes, we assume the comment was not sent, and don't want to refresh (like if we are using the project), and click it again
You don't need to refresh...
It uses AJAX and automatically gets the new comments.
The comment may not be displayed sometimes (ex. high cpu usage, bad connection). This happened on Scratch before.
Please help! Free ads on my next project on Scratch for helpers! Love-its on your 5 most recent projects (also with ads) for people who fix the entire problem!
ALL THESE WORLDS ARE YOURS - EXCEPT EUROPA - ATTEMPT NO LANDING THERE / I've quit MS. Why? ":P". Feel free to land on Europa now, and you might contact me at intf.tk or intforums.com, but remember the 49 minute time lag between Europa and Earth.
SHA-256 confirmation
Offline
jvvg wrote:Molybdenum wrote:Sometimes, we assume the comment was not sent, and don't want to refresh (like if we are using the project), and click it again
You don't need to refresh...
It uses AJAX and automatically gets the new comments.The comment may not be displayed sometimes (ex. high cpu usage, bad connection). This happened on Scratch before.
I implemented code where after you submit a comment, you can't submit any more until the comment is displayed.
Offline
Molybdenum wrote:jvvg wrote:You don't need to refresh...
It uses AJAX and automatically gets the new comments.The comment may not be displayed sometimes (ex. high cpu usage, bad connection). This happened on Scratch before.
I implemented code where after you submit a comment, you can't submit any more until the comment is displayed.
That's good
Please help! Free ads on my next project on Scratch for helpers! Love-its on your 5 most recent projects (also with ads) for people who fix the entire problem!
ALL THESE WORLDS ARE YOURS - EXCEPT EUROPA - ATTEMPT NO LANDING THERE / I've quit MS. Why? ":P". Feel free to land on Europa now, and you might contact me at intf.tk or intforums.com, but remember the 49 minute time lag between Europa and Earth.
SHA-256 confirmation
Offline
Jacob, I think it's better to implement a flood prevention of 40 seconds between comments.
LS97 - Mod Share Admin
Offline
Jacob, I think it's better to implement a flood prevention of 40 seconds between comments.
That would be rather difficult to code, though. The way the current AJAX code works, it would be difficult.
Offline
LS97 wrote:Jacob, I think it's better to implement a flood prevention of 40 seconds between comments.
That would be rather difficult to code, though. The way the current AJAX code works, it would be difficult.
Add a "last comment time" field to the database for each user and check whether that time + 40s has gone by. Just make sure the user-side code retains a copy of the comment until it receives a 200 "all good" reply.
Not too difficult.
LS97 - Mod Share Admin
Offline
I don't think this works in some cases - Today I commented, the comment area froze, I clicked again assuming it didn't work, and a few seconds later, both comments came up.
Please help! Free ads on my next project on Scratch for helpers! Love-its on your 5 most recent projects (also with ads) for people who fix the entire problem!
ALL THESE WORLDS ARE YOURS - EXCEPT EUROPA - ATTEMPT NO LANDING THERE / I've quit MS. Why? ":P". Feel free to land on Europa now, and you might contact me at intf.tk or intforums.com, but remember the 49 minute time lag between Europa and Earth.
SHA-256 confirmation
Offline