Author

Topic: bug with the forum (Read 239 times)

newbie
Activity: 39
Merit: 0
June 03, 2018, 12:10:52 PM
#6
If you post something and it's been within the 360 second time limit it will say you must wait 360 seconds to post, then if you try to repost it again it says the post has already posted but it really never has you have to go back to the original topic and do it from there for it to actually post a message.

An Error Has Occurred!
You already submitted this post! You might have accidently double clicked, or tried to refresh.

you have only 16 activity and you found the bug in this forum...hahaha  .it is too early to judge the system or forum platform. First I will suggest to you that you should go through the rules/guidelines/working rules of forum etc.

I think it is not your fault, this is all because of the merit system. Every member is in hurry and trying to post something unique,  so he will get a lot of merits. But don't post or create thread blindly...

PLS do the proper search, before creating such type of thread....



and I have been on here since the forum first started 7 years, HAHAHAHA?  So please don't try to enlighten me, THX

I say bug because it says it's already been posted which it really hasn't even posted if it's saved in a draft it's not really posted like it says it has which makes one believe it has.
member
Activity: 224
Merit: 18
May 28, 2018, 10:23:58 PM
#5
If you post something and it's been within the 360 second time limit it will say you must wait 360 seconds to post, then if you try to repost it again it says the post has already posted but it really never has you have to go back to the original topic and do it from there for it to actually post a message.

An Error Has Occurred!
You already submitted this post! You might have accidently double clicked, or tried to refresh.

you have only 16 activity and you found the bug in this forum...hahaha  .it is too early to judge the system or forum platform. First I will suggest to you that you should go through the rules/guidelines/working rules of forum etc.

I think it is not your fault, this is all because of the merit system. Every member is in hurry and trying to post something unique,  so he will get a lot of merits. But don't post or create thread blindly...

PLS do the proper search, before creating such type of thread....

copper member
Activity: 1526
Merit: 2890
May 28, 2018, 08:14:09 PM
#4
you have to go back to the original topic and do it from there for it to actually post a message.

This is not bug, you have to wait (360 seconds) between your post, but your posts will be be saved in Draft.

Later you can access it here https://bitcointalk.org/index.php?action=drafts and just copy paste on the original topic.

Remember this restriction will go away as your activity progresses.
copper member
Activity: 630
Merit: 420
We are Bitcoin!
May 28, 2018, 12:12:58 PM
#3
If you post something and it's been within the 360 second time limit it will say you must wait 360 seconds to post, then if you try to repost it again it says the post has already posted but it really never has you have to go back to the original topic and do it from there for it to actually post a message.

An Error Has Occurred!
You already submitted this post! You might have accidently double clicked, or tried to refresh.

Activity is calculated with the following formula:
Code:
activity = min(time * 14, posts)

Waiting time between forum posts is calculated with the following formula:
Code:
waittime = 360;
if(activity >= 15)
        waittime = (int)(90 - activity);
if(activity >= 60)
        waittime=(int)(34.7586 - (0.0793103 * activity));
if(activity >= 100)
        waittime = max((int)(14-(activity/50)), 4);
- Here you will have all your answers. Welcome to the forum. Good luck.
member
Activity: 126
Merit: 50
Ask me for Pools, Nodes and Explorers.
May 28, 2018, 12:08:11 PM
#2
I know about this, however i do not consider it to be that bad of a bug. I mean, you can just copy paste your post and post it once you are able to do it again. I do not consider it to be so important, that it would have to be fixed. Theymos and the mods are already way too busy with stuff.

If this is a problem for you, you could always buy the Copper membership for around 2mBTC. That way you can post alot more often (like once in a minute i think) and you get all of the same things thaet members do before gaining the needed amount of merit and activity Smiley
newbie
Activity: 39
Merit: 0
May 28, 2018, 12:04:31 PM
#1
If you post something and it's been within the 360 second time limit it will say you must wait 360 seconds to post, then if you try to repost it again it says the post has already posted but it really never has you have to go back to the original topic and do it from there for it to actually post a message.

An Error Has Occurred!
You already submitted this post! You might have accidently double clicked, or tried to refresh.
Jump to: