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 Jun 15, 2013 21:23:39 GMT -8
<script> proboards.plugin.key('example_thread_key').set_on('post_new',12,'New plugin data here'); </script> VS Admindo sucessive calls to this overwrite previous ones? as an example, lets say there was a drop down that the user changed the value of, and the set_on was inside the onchange handler, if they change the drop down 3 times, does it send 3 different calls or does it overwrite the previous 2 and just send the last one? would that potentially overwrite any calls made by other plugins if they used the same function?
|
|
#e61919
1
0
1
Sept 28, 2023 13:31:20 GMT -8
VS Admin
20,147
January 2000
admin
|
Post by VS Admin on Jun 16, 2013 2:13:47 GMT -8
I would suggest testing to find out, but I'll also tag Tim Camara Vinh
|
|
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 Jun 16, 2013 20:16:15 GMT -8
ok follow-up question
which forms can this be used on? I see thread_new and post_new ... but what about user_edit_personal or other profile forms?
|
|
#e61919
1
0
1
Sept 28, 2023 13:31:20 GMT -8
VS Admin
20,147
January 2000
admin
|
Post by VS Admin on Jun 16, 2013 21:09:00 GMT -8
I believe it's just thread_new and post_new.
|
|
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 Jun 17, 2013 12:01:56 GMT -8
It looks like it queues them all up, but you'd probably want to test it to make sure. Also it is just thread_new and post_new, as far as I'm aware.
|
|
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 Jun 17, 2013 14:03:44 GMT -8
I was trying it on a profile edit form to get around the chrome bug and it never bound the function to the form. it was an idea Eton thought might work and I was hopeful for.
|
|