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 Feb 15, 2013 21:32:35 GMT -8
XikeonIf an author hasnt replied in a while, its best to tag him in the post so he knows there are pending questions.
|
|
inherit
78013
0
Apr 8, 2019 16:48:21 GMT -8
kenderbard
144
April 2006
kenderbard
|
Post by kenderbard on Feb 16, 2013 21:24:58 GMT -8
XikeonI second the desire to make it show up in replies as well.
|
|
inherit
14706
0
Jan 28, 2021 15:41:20 GMT -8
Xikeon
170
October 2003
mikeo
|
Post by Xikeon on Feb 18, 2013 23:03:38 GMT -8
Sorry guys, I don't really have the time to update this. Any other coders: feel free to modify this.
|
|
inherit
163839
0
May 25, 2017 20:48:34 GMT -8
Maiden
1,020
February 2011
dreamaiden
|
Post by Maiden on Apr 2, 2013 14:24:04 GMT -8
|
|
inherit
163839
0
May 25, 2017 20:48:34 GMT -8
Maiden
1,020
February 2011
dreamaiden
|
Post by Maiden on Apr 4, 2013 0:29:06 GMT -8
Bumpity bump?
This plugin was just perfect for what we wanted.
If no one can fix it could someone give me some guidance about how I might start trying to fix it? I'm guessing a back end change changed something it uses as it just suddenly stopped working.
Thanks
|
|
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 Apr 4, 2013 22:24:52 GMT -8
The problem with this plugin is the same problem I encountered with another plugin - depending on whether Proboards decides to serve up data as string or number (it has changed again) the jQuery.inArray method can fail due to the strict typing employed in that method. Rather than checking twice for first string then number I'll switch over to a custom function which looks to be created by a Proboards developer named inArrayLoose. From a user perspective this means a limit exemption that was working before suddenly stops working because the data representing plugin settings went from [1,2,3] to ["1","2","3"] or vice versa
This line in the plugin if( $.inArray( proboards.data("page").board.id, templates[tpl].board ) > -1 ) { needs to be switched from $.inArray to $.inArrayLoose
The author however has opted to make the plugin private so he'll need to do the deed.
|
|
inherit
163839
0
May 25, 2017 20:48:34 GMT -8
Maiden
1,020
February 2011
dreamaiden
|
Post by Maiden on Apr 9, 2013 5:22:19 GMT -8
Thanks Chris! Xikeon any chance you could quickly do this for us?
|
|
inherit
14706
0
Jan 28, 2021 15:41:20 GMT -8
Xikeon
170
October 2003
mikeo
|
Post by Xikeon on Apr 10, 2013 0:16:11 GMT -8
Problem now is: they were made on my "beta"-forum. This got deleted once I updated my forum to v5 and I forgot to save all the plugins. Even though it's held private you're able to get the code out of the source of your forum.
Enable the plugin and go to a topic. Then look in the source for .js files and there will be files with random names. One of those will be the code for this plugin. You can now make a new plugin and paste this code in there. In the code you'll see how you should name the GUI fields for the administration part.
Sorry for the delay and all, but I just have no time to spend on other things right now.
|
|
inherit
163839
0
May 25, 2017 20:48:34 GMT -8
Maiden
1,020
February 2011
dreamaiden
|
Post by Maiden on Apr 10, 2013 0:47:20 GMT -8
.js being javascript yes?
and what's GUI?
The source is what you can get to by right clicking and selecting 'View Page Source' (in firefox) it starts <!DOCTYPE HTML>? It just looks like one long page of html, rather than different files?
I'll try and work this out this evening :s
|
|
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 Apr 10, 2013 0:51:39 GMT -8
I can save you some time and simply edit the plugin and make it no longer private then post it here as an attachment, I just didn't want to do that without proper permission from the author. Edit: hmmm... why is Proboards serving up its PBP file as GIF when offered as an attachment, wouldn't that increase the chances of applications trying to open it and risking corruption should they attempt to "fix" it? How about a nice application/vnd.proboards-template to cut down on such mishaps Attachments:Post Templates.pbp (791 B)
|
|
inherit
163839
0
May 25, 2017 20:48:34 GMT -8
Maiden
1,020
February 2011
dreamaiden
|
Post by Maiden on Apr 10, 2013 6:00:12 GMT -8
Thank you Chris! That saves me who knows how long of confusion and head scratching and asking you nice people for help!
|
|
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 Apr 10, 2013 13:26:35 GMT -8
I'm just returning the favor
|
|
inherit
167709
0
Sept 25, 2018 7:21:22 GMT -8
SailorEffinMoon
I think it's really cool how the word "OK" is a sideways person!
244
June 2011
cameronnat
|
Post by SailorEffinMoon on Jul 16, 2013 17:59:32 GMT -8
I tried this plugin and all it did was enter the HTML code into a new thread. Also it doesn't work for replies. I thought it was going to be like the "Meta Data" plugin that proboards has in the plugins list ONLY this would work on replies. I just want to create a form that members could fill info into that works on both NEW THREADS in a board and REPLIES. Pretty please with cherries on top Chris
|
|