inherit
189372
0
Aug 20, 2013 14:43:03 GMT -8
merleh
99
February 2013
merleh
|
Post by merleh on Apr 6, 2013 1:46:22 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'); } } } Where do I find this? Layout Templates --> Shoutbox?
|
|
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 6, 2013 1:51:53 GMT -8
Proboards 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'); } } } Where do I find this? Layout Templates --> Shoutbox? You should find this in Admin > Plugins > Build There you should see the Quick Reply plugin listed, click on it and look through the tabs to see the code.
|
|
inherit
189372
0
Aug 20, 2013 14:43:03 GMT -8
merleh
99
February 2013
merleh
|
Post by merleh on Apr 6, 2013 1:58:38 GMT -8
Thanks, Stinky. I found it and the red part was already included (I re-downloaded and re-installed the plugin). Yet there are still no buttons in Quick Reply.
|
|
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 6, 2013 2:24:24 GMT -8
If you opted to downloaded v0.8.5 from the first post rather than adding the edit manually go to your hire tab and check to see if there are three checkboxes next to the custom highlight button. If there are then you have version 0.8.6 (even if it says a different version) remove the plugin including data and redownload. Sorry for the mixup
|
|
inherit
189372
0
Aug 20, 2013 14:43:03 GMT -8
merleh
99
February 2013
merleh
|
Post by merleh on Apr 6, 2013 3:12:13 GMT -8
Thanks, it works. But the spoiler button has disappeared.
|
|
Former Member
inherit
guest@proboards.com
134807
0
Nov 23, 2024 4:29:29 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Apr 6, 2013 3:25:36 GMT -8
That's fixed it, thanks Chris.
|
|
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 9, 2013 23:57:42 GMT -8
Thanks, it works. But the spoiler button has disappeared. custom buttons can be added on the plugin settings page, there is also a spoiler plugin
|
|
inherit
First Contributor
66253
0
Mar 18, 2024 11:09:20 GMT -8
aRMY83
2,925
December 2005
army83
|
Post by aRMY83 on Apr 10, 2013 7:48:16 GMT -8
Hello ChrisFor some odd reason, I'm only seeing this: I get this with the current 0.8.5 and even went back to the 0.8.4 and 0.8.3 with the same results. Each plugin version was deleted before importing another.
|
|
inherit
154088
0
Jan 6, 2014 7:13:23 GMT -8
Liz
499
May 2010
frenchliving
|
Post by Liz on Apr 10, 2013 8:03:27 GMT -8
You need to download v0.8.5 again. It's the same version number but contains a patch to fix that problem. Eton Bones explains about it in his first post
|
|
inherit
189372
0
Aug 20, 2013 14:43:03 GMT -8
merleh
99
February 2013
merleh
|
Post by merleh on Apr 10, 2013 11:37:01 GMT -8
Thanks, it works. But the spoiler button has disappeared. custom buttons can be added on the plugin settings page, there is also a spoiler plugin Thanks. But what do I use for attributes?
|
|
inherit
First Contributor
66253
0
Mar 18, 2024 11:09:20 GMT -8
aRMY83
2,925
December 2005
army83
|
Post by aRMY83 on Apr 10, 2013 11:53:16 GMT -8
You need to download v0.8.5 again. It's the same version number but contains a patch to fix that problem. Eton Bones explains about it in his first post Thanks Liz and works like a charm now.
|
|
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 12:59:42 GMT -8
custom buttons can be added on the plugin settings page, there is also a spoiler plugin Thanks. But what do I use for attributes? Add any attribute you like, Proboards will discard it anyway so lets go with width=1 to get it going. I would however caution to wait until v0.8.6 which will incorporate independent editor mode targeting since I have not tested the effect if added from visual rather than bbcode, you can always try Todges spoler plugin as well.
|
|
inherit
189372
0
Aug 20, 2013 14:43:03 GMT -8
merleh
99
February 2013
merleh
|
Post by merleh on Apr 10, 2013 13:32:18 GMT -8
I already use Todge's spoiler plugin. But I have to add the spoiler button to your plugin, too, as otherwise it doesn't show up in quick reply. But thanks, I'm gonna go with 'width=1', that should do the job.
|
|
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:42:24 GMT -8
Doesn't Todge's plugin have an option to add it to quick reply in the settings? I thought I read that somewhere...
|
|
inherit
189372
0
Aug 20, 2013 14:43:03 GMT -8
merleh
99
February 2013
merleh
|
Post by merleh on Apr 10, 2013 13:45:31 GMT -8
Doesn't Todge's plugin have an option to add it to quick reply in the settings? I thought I read that somewhere... I didn't find it. But now I experimented a bit and tried going with 'Spoiler' in the attributes and it works a treat. I don't know when and why I added it, but I have '{Spoiler}' in the censored words list, so maybe it has something to do with it. Thank you for your work, it's a great plugin!
|
|