#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,322
January 2004
todge
|
Post by Todge on Mar 29, 2015 7:55:23 GMT -8
You still appear to have the previous version of the plugin.. Try downloading and installing version 0.0.2, linked to in my previous post.
|
|
inherit
214852
0
Feb 4, 2016 21:20:58 GMT -8
Shinobi
767
October 2014
martinengo
|
Post by Shinobi on Mar 29, 2015 8:12:35 GMT -8
Awesome, it works. Is there anyway that as a STAFF, I could change it, but members can't? Thank you!
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,322
January 2004
todge
|
Post by Todge on Mar 31, 2015 11:56:26 GMT -8
Do you mean the fixed option?
|
|
inherit
214852
0
Feb 4, 2016 21:20:58 GMT -8
Shinobi
767
October 2014
martinengo
|
Post by Shinobi on Apr 20, 2015 19:48:02 GMT -8
I just got it, by the way, regarding to limit amount of threads createds daily in a section, are you planning on adding something like that?, or is it too hard? Thank you! Todge
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,322
January 2004
todge
|
Post by Todge on Apr 21, 2015 11:51:45 GMT -8
I just got it, by the way, regarding to limit amount of threads createds daily in a section, are you planning on adding something like that?, or is it too hard? Thank you! TodgeThat wouldn't be that simple, ideally it would require a 'Board Key' to keep track of the time and the amount of threads creates thus far, but, unfortunately there is no such thing as a Board Key. The only other option would be a Super Forum Key, but you would seriously run the risk of filling up the key, causing the plugin to fail.
|
|
inherit
214852
0
Feb 4, 2016 21:20:58 GMT -8
Shinobi
767
October 2014
martinengo
|
Post by Shinobi on Apr 21, 2015 17:10:39 GMT -8
Sorry for my ignorance Todge, but, what do you mean by filling up the key?, and there's not way to avoid that? This would help me to keep control on my forum of encounters, but if it's something that won't work or it will need too much work, it's fine, I'll see what else I can do , thank you for everything! Todge
|
|
inherit
201984
0
Sept 11, 2023 1:23:07 GMT -8
P̌̓aͧś̀t̀u͒le͆o͂2̀3̃̓
Using My Talents Elsewhere
3,314
November 2013
pastuleo23
|
Post by P̌̓aͧś̀t̀u͒le͆o͂2̀3̃̓ on Apr 21, 2015 19:12:47 GMT -8
Sorry for my ignorance Todge, but, what do you mean by filling up the key?, and there's not way to avoid that? This would help me to keep control on my forum of encounters, but if it's something that won't work or it will need too much work, it's fine, I'll see what else I can do , thank you for everything! TodgeA super forum key is the least safe key to use. Every user puts all of their data in one place, and when it's full, the data tries to call the data and ends up not loading it all, breaking all your javascript for every page of your forum until you clear it. It can usually be fixed if you constantly delete old data while updating new data. Also a super forum key requires that you use the push/shift functions because set will most likely overwrite data that people submit to the key simultaneously
|
|
inherit
214852
0
Feb 4, 2016 21:20:58 GMT -8
Shinobi
767
October 2014
martinengo
|
Post by Shinobi on Apr 21, 2015 19:41:01 GMT -8
P̌̓aͧś̀t̀u͒le͆o͂2̀3̃̓Hmm, I could delete old data, but my question is, a plugin like this one, in how long would be filled so it can break javascript on the forum?, and by clear it, what do you mean?, if this happens, what should I do? The thing about the shift/push I didn't understand. Thank you guys for being patient and explaining me about this.
|
|
inherit
201984
0
Sept 11, 2023 1:23:07 GMT -8
P̌̓aͧś̀t̀u͒le͆o͂2̀3̃̓
Using My Talents Elsewhere
3,314
November 2013
pastuleo23
|
Post by P̌̓aͧś̀t̀u͒le͆o͂2̀3̃̓ on Apr 22, 2015 0:01:26 GMT -8
P̌̓aͧś̀t̀u͒le͆o͂2̀3̃̓Hmm, I could delete old data, but my question is, a plugin like this one, in how long would be filled so it can break javascript on the forum?, and by clear it, what do you mean?, if this happens, what should I do? The thing about the shift/push I didn't understand. Thank you guys for being patient and explaining me about this. It would be filled in a couple months probably if you have some active members. But if you deleted old data when you added new data, you would never have that problem with it breaking. Most of the time you will use set() on a key. With a forum key, you should use shift()/unshift() and push()/pop()
|
|
inherit
214852
0
Feb 4, 2016 21:20:58 GMT -8
Shinobi
767
October 2014
martinengo
|
Post by Shinobi on Apr 22, 2015 4:55:41 GMT -8
P̌̓aͧś̀t̀u͒le͆o͂2̀3̃̓Hmm, I could delete old data, but my question is, a plugin like this one, in how long would be filled so it can break javascript on the forum?, and by clear it, what do you mean?, if this happens, what should I do? The thing about the shift/push I didn't understand. Thank you guys for being patient and explaining me about this. It would be filled in a couple months probably if you have some active members. But if you deleted old data when you added new data, you would never have that problem with it breaking. Most of the time you will use set() on a key. With a forum key, you should use shift()/unshift() and push()/pop() Ohh couple of months?? I thought it was going to be hours or days, hahaha And how do I delete the data? P̌̓aͧś̀t̀u͒le͆o͂2̀3̃̓ thanks
|
|
inherit
201984
0
Sept 11, 2023 1:23:07 GMT -8
P̌̓aͧś̀t̀u͒le͆o͂2̀3̃̓
Using My Talents Elsewhere
3,314
November 2013
pastuleo23
|
Post by P̌̓aͧś̀t̀u͒le͆o͂2̀3̃̓ on Apr 22, 2015 14:59:18 GMT -8
It would be filled in a couple months probably if you have some active members. But if you deleted old data when you added new data, you would never have that problem with it breaking. Most of the time you will use set() on a key. With a forum key, you should use shift()/unshift() and push()/pop() Ohh couple of months?? I thought it was going to be hours or days, hahaha And how do I delete the data? P̌̓aͧś̀t̀u͒le͆o͂2̀3̃̓ thanks With set/shift/pop depending on how the key is saved
|
|
inherit
214852
0
Feb 4, 2016 21:20:58 GMT -8
Shinobi
767
October 2014
martinengo
|
Post by Shinobi on Apr 26, 2015 23:10:36 GMT -8
Well, once again Todge if you have time and you think you could do it, I mean, this would be a big step for what I'm trying to do and I consider it useful for the random gameplay using vdice for forum rpgs. I would simply love it. Similar as the daily prize of pastuleo, that when you try the max amout of tries, you get a message saying you have surpassed the limit I wouldn't mind cleaning the key-data for this. Anyways, I tagged you on another post regarding to a bug with the thread reply limit plugin, I won't repeat it here so you don't have to reply me twice, haha. Thank you for your help!
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,322
January 2004
todge
|
Post by Todge on Apr 27, 2015 11:02:13 GMT -8
Well, once again Todge if you have time and you think you could do it, I mean, this would be a big step for what I'm trying to do and I consider it useful for the random gameplay using vdice for forum rpgs. I would simply love it. Similar as the daily prize of pastuleo, that when you try the max amout of tries, you get a message saying you have surpassed the limit I wouldn't mind cleaning the key-data for this. Anyways, I tagged you on another post regarding to a bug with the thread reply limit plugin, I won't repeat it here so you don't have to reply me twice, haha. Thank you for your help! I'm not promising anything, but I'll take a look. I have quite a workload on right now, and a plugin such as this isn't quite as straight forward as it sounds, but I'll try and get something to you before or over the weekend.
|
|
inherit
214852
0
Feb 4, 2016 21:20:58 GMT -8
Shinobi
767
October 2014
martinengo
|
Post by Shinobi on Apr 27, 2015 11:22:27 GMT -8
Todge thank you so much, and sorry for insisting. Let me know about the advances, and once again, thank you so much! by the way, I'm not sure if I published this here or on another thread, but it's just to report kind of a bug with the thread reply limit and also to see if there's a possibility for something else. The bug is this: when I press create thread let's say, twice, i get the message You may not post withint 2 seconds, and that makes the box where the number is to be empty and editable by users. Remember you gave me a code so I could paste it on board headers and have 5 as defult thread reply limit and also not editable by users?, well, this is what I mean. And also, as last petition, I'm using this code to hide the subject of a thread and to have a default subject set: <script type="text/javascript"> $(document).ready(function(){ if(proboards.data('route').name == "new_thread") { $('input[name="subject"]').val("ENCUENTRO POKÉMON"); $('input[name="subject"]').hide(); } }); </script> I was thinking on something similar for this plugin, a code that hides the little box, but this would be set and non editable with the number 5 as thread reply limit. I hope this makes sense and thank you again! XD
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,322
January 2004
todge
|
Post by Todge on Apr 27, 2015 11:53:27 GMT -8
How are you getting an error by clicking 'Create Thread' twice?
If I try to click Create Thread twice, the first click causes the action to be taken and the second click is ignored.
|
|