#e61919
ProBoards Founder
1
0
1
Jun 24, 2022 8:50:12 GMT -8
Patrick Clinger
Hello :D
20,145
January 2000
admin
|
Post by Patrick Clinger on Nov 16, 2012 15:58:23 GMT -8
This message is for ProBoards Developers that are creating plugins  We have not yet released our full developer guides, but there is one important point that I would like to make in case it impacts anyone while you work on plugins. With Plugin Keys, you have the ability to get and store information on the ProBoards servers. Every time you set() a value on a key this will trigger an AJAX call to our server. Because of this, there is one important restriction that plugin authors must adhere to when creating a plugin: You can only set() a value on a plugin key based on a user initiated action. For example, a user clicking on a button which triggers a set() call is acceptable. Automatically triggering a set() call with no user interaction, though, is prohibited. Example of acceptable plugin:You want to create a plugin to track how many people +1 a topic. You create a thread key, and have a button users can click to +1 the topic. When the user clicks the button, you call the plugin key's set() function which triggers the AJAX call. Example of a prohibited plugin:You want to count how many pageviews a user has on a forum. Every time a page is loaded, you automatically call set() on a user plugin key to increment a count.
I hope this is clear. If you have any questions, please ask.
|
|
Kotomine
inherit
-5193820
0
Jun 27, 2022 6:43:38 GMT -8
Kotomine
0
January 1970
GUEST
|
Post by Kotomine on Feb 28, 2013 4:46:22 GMT -8
How many keys does one receive by default, before having to buy further keys?
|
|
Misaka
Full Member
 
Yozakura Quartet: Hana no Uta
Posts: 912
inherit
179763
0
May 8, 2022 18:57:09 GMT -8
Misaka
Yozakura Quartet: Hana no Uta
912
May 2012
hellsingfan
|
Post by Misaka on Feb 28, 2013 12:10:40 GMT -8
How many keys does one receive by default, before having to buy further keys? you have 10 regular keys and 2 super keys by default. after that you need to buy more keys in-order to go further
|
|
inherit
128803
0
Apr 12, 2022 15:05:21 GMT -8
Ty
200
July 2008
ty5550
|
Post by Ty on Mar 3, 2013 23:21:38 GMT -8
What is the difference between a key and a super key? So far all the plugins that I want to use either have no key or a super key which is a pain since only 2 are allowed.
|
|
Misaka
Full Member
 
Yozakura Quartet: Hana no Uta
Posts: 912
inherit
179763
0
May 8, 2022 18:57:09 GMT -8
Misaka
Yozakura Quartet: Hana no Uta
912
May 2012
hellsingfan
|
Post by Misaka on Mar 4, 2013 6:43:13 GMT -8
What is the difference between a key and a super key? So far all the plugins that I want to use either have no key or a super key which is a pain since only 2 are allowed. the difference is a Private Key holds Thread, Post, Conversation, Message and Private User data and the Super User Key can store that is accessible by everyone on the forum. Whenever a user is displayed on the screen, their plugin key data will be available to access. most of what I said I found here by default all Proboard Forums have 40 plugins, 10 keys and 2 super keys after you use up both super keys you willl need to by more the prices Vary from what you are looking for the best deal in there is if your a coder and you need more super keys would be the Super Key Pack for $22 but thats my opinion
|
|
Pipperoo
inherit
-5217984
0
Jun 27, 2022 6:43:38 GMT -8
Pipperoo
0
January 1970
GUEST
|
Post by Pipperoo on Mar 15, 2013 16:33:43 GMT -8
Is there a way to embed a soundcloud player into a thread? Do I need a plug in? I've been trying to figure this out all night.  Thank you
|
|
inherit
193226
0
May 22, 2013 22:07:12 GMT -8
oxym0r0n
17
April 2013
oxym0r0n
|
Post by oxym0r0n on Apr 24, 2013 10:30:29 GMT -8
Is there going to be a way to backup all of our key data so that if it gets cleared mistakenly we can restore it?
|
|
#e61919
Support Manager
154778
0
1
Jun 24, 2022 19:24:47 GMT -8
Michael
18,779
May 2010
wiseowl
|
Post by Michael on May 9, 2013 10:00:33 GMT -8
Is there a way to embed a soundcloud player into a thread? Do I need a plug in? I've been trying to figure this out all night.  Thank you There is a plugin for this! Check the Plugin Library. (I know this question is old, just answering it in case anyone else reads this thread and asks the same question.) Is there going to be a way to backup all of our key data so that if it gets cleared mistakenly we can restore it? Not currently. You're asking about the actual data that is being stored in the keys, correct? Thats all stored on our end.
|
|
inherit
193226
0
May 22, 2013 22:07:12 GMT -8
oxym0r0n
17
April 2013
oxym0r0n
|
Post by oxym0r0n on May 10, 2013 18:54:57 GMT -8
Yes, that's what I'm asking. I knew the data was stored on your end, but when I use set() on a key, it overwrites whatever was already in the key. If a bug causes someones key to get erased or set incorrectly, is there ever going to be a way to recover the history of the key data?
|
|
#e61919
Support Manager
154778
0
1
Jun 24, 2022 19:24:47 GMT -8
Michael
18,779
May 2010
wiseowl
|
Post by Michael on May 13, 2013 8:18:25 GMT -8
There currently is no plans for that.
|
|