inherit
Jack of All Trades, Master of None
27090
0
May 30, 2013 20:36:34 GMT -8
Stinky666
8,818
July 2004
stinky666
|
Post by Stinky666 on Apr 2, 2013 6:38:44 GMT -8
Mia culpa, redownload or give v0.8.6 a try That one seems to work wonders, thanks ANNDDDD that one downloaded and then imported fine (no errors) in Opera this time. Weird thing.
|
|
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 7:49:23 GMT -8
an update to version 0.8.6 is available in the previous post with a fix for a multiple custom buttons sharing same handler bug thanks to Stinky666 This version will also expand on input types to include textareas, selects (aka dropdowns) and V5's custom selectMenu. So now in addition to the standard input field You can specify a 'select' element to limit responses to valid choices or 'selectMenu' to give it that V5 look To be continued...
|
|
inherit
Jack of All Trades, Master of None
27090
0
May 30, 2013 20:36:34 GMT -8
Stinky666
8,818
July 2004
stinky666
|
Post by Stinky666 on Apr 4, 2013 8:36:07 GMT -8
Chris, you're awesome. I am off now but will give this a test later
|
|
Former Member
inherit
guest@proboards.com
134807
0
Nov 21, 2024 11:49:26 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Apr 4, 2013 8:54:52 GMT -8
Can someone please explain what is meant by 'float to the left or right' please.
|
|
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 18:29:33 GMT -8
Can someone please explain what is meant by 'float to the left or right' please. The two images in this pic are floated left and right thus allowing the text to "flow" around them
|
|
Former Member
inherit
guest@proboards.com
134807
0
Nov 21, 2024 11:49:26 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Apr 4, 2013 23:51:06 GMT -8
Thanks for the explanation.
|
|
inherit
tunesrcoolii@gmail.com
86185
0
Oct 3, 2013 8:48:20 GMT -8
tunescool
4,399
August 2006
tunescool
|
Post by tunescool on Apr 5, 2013 17:39:19 GMT -8
i have most everything not disabled but my quick reply is showing up like this on both my forums and some test boards thenotablenook.com
|
|
inherit
177461
0
Apr 21, 2019 7:46:59 GMT -8
Speed33
168
March 2012
speed33
|
Post by Speed33 on Apr 5, 2013 17:56:23 GMT -8
i have most everything not disabled but my quick reply is showing up like this on both my forums and some test boards thenotablenook.comMine is doing the same thing
|
|
inherit
77965
0
Apr 3, 2024 6:38:15 GMT -8
CåñåÐå™
163
April 2006
bepcanada
|
Post by CåñåÐå™ on Apr 5, 2013 18:08:47 GMT -8
^^ AS mine as well.
|
|
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 5, 2013 18:09:04 GMT -8
i have most everything not disabled but my quick reply is showing up like this on both my forums and some test boards thenotablenook.comProboards apparently just made a change which impacts this plugin so edit the code portion of the plugin by adding the red if (!nosmiles) { //create smiles and cheesy grins if(!wysiwyg_this.options.smiles){ wysiwyg_this.options.smiles = proboards.shoutbox && proboards.shoutbox.smiles ? proboards.shoutbox.smiles : ["", "/images/smiley/smiley.png", "", "/images/smiley/tongue.png", "", "/images/smiley/plain.png", "", "/images/smiley/cry.png", "", "/images/smiley/angry.png", "", "/images/smiley/grin.png", "", "/images/smiley/sad.png", "", "/images/smiley/eyesroll.png", "", "/images/smiley/wink.png", "", "/images/smiley/cool.png", "", "/images/smiley/squint.png", "", "/images/smiley/huh.png", "", "/images/smiley/shocked.png", "", "/images/smiley/rofl.png", "", "/images/smiley/dead.png", "", "/images/smiley/insane.png", "", "/images/smiley/sick.png", "", "/images/smiley/cheesy.png", "", "/images/smiley/browraise.png", "", "/images/smiley/superangry.png", "", "/images/smiley/lipssealed.png", "", "/images/smiley/kiss.png", "", "/images/smiley/nerd.png", "", "/images/smiley/notamused.png", "", "/images/smiley/undecided.png", "(atrb_partsz)", "/images/smiley/asleep.png", "", "/images/smiley/embarrassed.png", "", "/images/smiley/wavey.png", "", "/images/smiley/pirate.png", "", "/images/smiley/ninja.png"] wysiwyg_this.options.formId = $(wysiwyg_this.controlsContainer).closest('form').attr('id'); wysiwyg_this.options.varName = "message"; if (!$("#" + wysiwyg_this.options.formId + "_message_nosmiles_input").length){ wysiwyg_this.$nosmiles = $('<input type="hidden">').attr({ id : wysiwyg_this.options.formId + "_message_nosmiles_input", disabled : "disabled" }).appendTo('body'); } } }
|
|
inherit
77965
0
Apr 3, 2024 6:38:15 GMT -8
CåñåÐå™
163
April 2006
bepcanada
|
Post by CåñåÐå™ on Apr 5, 2013 18:16:36 GMT -8
Thank you Ebon , i've added the red code to where you said and it back to working fine.
|
|
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 5, 2013 18:24:06 GMT -8
I'll update the download link once I've determined the impact of this recent Proboards update
|
|
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 5, 2013 18:41:28 GMT -8
The v0.8.5 link in the first post has been updated with the suggested edit, if you're using v0.8.6 posted later in the thread for the more advanced features then you'll need to make the edit manually since that version is still unfinished as you may already have found out if you tried using the DISABLE ALL BUTTONS option.
|
|
inherit
177461
0
Apr 21, 2019 7:46:59 GMT -8
Speed33
168
March 2012
speed33
|
Post by Speed33 on Apr 5, 2013 18:49:37 GMT -8
i have most everything not disabled but my quick reply is showing up like this on both my forums and some test boards thenotablenook.comProboards apparently just made a change which impacts this plugin so edit the code portion of the plugin by adding the red That did the trick, Thank you!
|
|
Former Member
inherit
guest@proboards.com
134807
0
Nov 21, 2024 11:49:26 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Apr 6, 2013 1:22:08 GMT -8
The v0.8.5 link in the first post has been updated with the suggested edit, if you're using v0.8.6 posted later in the thread for the more advanced features then you'll need to make the edit manually since that version is still unfinished as you may already have found out if you tried using the DISABLE ALL BUTTONS option. I've installed the latest plugin from the first post - I haven't checked any boxes - not done any hiring or firing but no buttons are to be seen in quick reply.
|
|