inherit
King Oligochaete
126470
0
Feb 24, 2021 12:23:15 GMT -8
Wormopolis
Stop rating plugins with 1 star that dont deserve it.
20,002
June 2008
tbserialkillers
Wormo's Mini-Profile
|
Post by Wormopolis on Nov 13, 2013 12:58:02 GMT -8
Yes
|
|
inherit
The Dream Crusher (Ret.)
164921
0
Apr 1, 2014 11:00:25 GMT -8
Tim Camara
Teach a man to fish, etc., etc.
1,721
March 2011
tcamara
|
Post by Tim Camara on Nov 13, 2013 13:24:46 GMT -8
For every plugin key, anyone who can access it will always return the same value. A private user plugin key doesn't give each user their own version of the same key, it's structured as a hash, with key/value pairs using user_id as the key. The global forum key simply removes the hash and replaces it (essentially) with a string.
tl;dr: Yes.
|
|
inherit
173855
0
Apr 23, 2024 9:59:44 GMT -8
Texas
I check in every once in a while...
869
November 2011
petermaggio
|
Post by Texas on Nov 13, 2013 13:27:14 GMT -8
Yea, I knew that much, I was just making sure it wasn't like a super user key that could be accessed everywhere.
|
|
inherit
King Oligochaete
126470
0
Feb 24, 2021 12:23:15 GMT -8
Wormopolis
Stop rating plugins with 1 star that dont deserve it.
20,002
June 2008
tbserialkillers
Wormo's Mini-Profile
|
Post by Wormopolis on Nov 13, 2013 17:55:29 GMT -8
it is. it cam be accessed anywhere. the difference is, there is only one per forum instead of one per member, and it hold twice as much data.
|
|
inherit
King Oligochaete
126470
0
Feb 24, 2021 12:23:15 GMT -8
Wormopolis
Stop rating plugins with 1 star that dont deserve it.
20,002
June 2008
tbserialkillers
Wormo's Mini-Profile
|
Post by Wormopolis on Nov 24, 2013 5:38:24 GMT -8
Is there a list of error codes?
|
|
inherit
The Dream Crusher (Ret.)
164921
0
Apr 1, 2014 11:00:25 GMT -8
Tim Camara
Teach a man to fish, etc., etc.
1,721
March 2011
tcamara
|
Post by Tim Camara on Nov 25, 2013 9:17:14 GMT -8
pb.plugin.status_codes(); Will give you the error code list.
|
|
inherit
16846
0
Nov 19, 2012 15:20:20 GMT -8
Chris
3,036
December 2003
cddude
|
Post by Chris on Nov 26, 2013 7:13:20 GMT -8
pb.plugin.status_codes(); Will give you the error code list. pb.plugin.status_codes(); Object {ERROR_REQUEST_TIMEOUT: 1, ERROR_INVALID_RESPONSE: 2, ERROR_KEY_LENGTH: 16, ERROR_KEY_PERMISSION: 32, ERROR_KEY_INVALID_DATA: 64}
Fun. I noticed 4 and 8 are missing though...
|
|
inherit
The Dream Crusher (Ret.)
164921
0
Apr 1, 2014 11:00:25 GMT -8
Tim Camara
Teach a man to fish, etc., etc.
1,721
March 2011
tcamara
|
Post by Tim Camara on Nov 26, 2013 8:20:36 GMT -8
|
|
inherit
16846
0
Nov 19, 2012 15:20:20 GMT -8
Chris
3,036
December 2003
cddude
|
Post by Chris on Nov 26, 2013 21:05:55 GMT -8
Real question though. Would I ever get a combination back? i.e. 3 for 1 + 2.
|
|
inherit
Official Code Helper
65613
0
1
Oct 22, 2024 1:56:19 GMT -8
Chris
"'Oops' is the sound we make when we improve"
9,017
December 2005
horace
RedBassett's Mini-Profile
|
Post by Chris on Nov 26, 2013 21:37:41 GMT -8
ERROR_INVALID_PLUGIN: 4 ERROR_QUOTA_EXCEEDED: 8
|
|
inherit
The Dream Crusher (Ret.)
164921
0
Apr 1, 2014 11:00:25 GMT -8
Tim Camara
Teach a man to fish, etc., etc.
1,721
March 2011
tcamara
|
Post by Tim Camara on Nov 27, 2013 8:24:25 GMT -8
Real question though. Would I ever get a combination back? i.e. 3 for 1 + 2. No, it should only ever return the first error it encounters. Also, I checked the code history, and apparently there never was an error 4 or 8.
|
|
inherit
20332
0
Jul 3, 2024 14:49:17 GMT -8
Vu1canF0rce
729
February 2004
daviper
|
Post by Vu1canF0rce on Dec 5, 2013 0:22:59 GMT -8
Could you guys put a link on the main ProBoards.com site possibly at the bottom under SUPPORT or LEARN a link to the API reference guide? This seems to be the only access point to the URL (other than obviously bookmarking it).
|
|
inherit
16846
0
Nov 19, 2012 15:20:20 GMT -8
Chris
3,036
December 2003
cddude
|
Post by Chris on Dec 5, 2013 8:50:19 GMT -8
Could you guys put a link on the main ProBoards.com site possibly at the bottom under SUPPORT or LEARN a link to the API reference guide? This seems to be the only access point to the URL (other than obviously bookmarking it). +1 for this.
|
|
inherit
The Dream Crusher (Ret.)
164921
0
Apr 1, 2014 11:00:25 GMT -8
Tim Camara
Teach a man to fish, etc., etc.
1,721
March 2011
tcamara
|
Post by Tim Camara on Dec 5, 2013 10:14:10 GMT -8
The developer area is still a work in progress. It will be added to the homepage links eventually though.
|
|
inherit
168679
0
Nov 18, 2012 17:03:07 GMT -8
Virgil Sovereign
Latet anguis in herba.
686
July 2011
syonidv
|
Post by Virgil Sovereign on Feb 18, 2014 0:42:46 GMT -8
It would be nice to have a "newContent" event fired whenever new content is built into a thread. Currently (and correct me if I'm wrong on this) we have to bind to "pageChange", "afterSearch" and "columnSort" since all three dump any existing content and insert whatever is returned by the AJAX call. The "Events" thread also says that new events may be forthcoming. Having a single event to stand in for "anything that causes new content to be swapped in" would be useful.
As Wormopolis suggests, an editor API would be nice. I've actually written my own at that works on the principle of manifests. I'll finish it up and put it in the plugin library. Maybe developers will get some use out of it.
Documentation for the various dialog UIs (e.g. proboards.alert()) would also be welcome.
|
|