pluqui
Junior Member
Posts: 325
inherit
134337
0
Oct 10, 2016 4:28:13 GMT -8
pluqui
325
November 2008
pluqui
|
Post by pluqui on Jan 29, 2014 14:52:11 GMT -8
|
|
Former Member
inherit
guest@proboards.com
186582
0
Nov 26, 2024 23:52:44 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Mar 4, 2014 13:14:37 GMT -8
Will the issue of the spoiler button not showing in PREVIEW MODE ever be fixed? since it always does the { } thing and it gets kinda trippy.
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,324
January 2004
todge
|
Post by Todge on Mar 5, 2014 10:00:01 GMT -8
That should have been fixed waaaaaaaaaay back, and it no longer does it on my test site. Could you leave a link to your forum, and have a board open to guests please.
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,324
January 2004
todge
|
Post by Todge on Mar 5, 2014 10:01:35 GMT -8
Will the issue of the spoiler button not showing in PREVIEW MODE ever be fixed? since it always does the { } thing and it gets kinda trippy. Do you mean the spoiler button appearing like it does in posts? If so, I've not been trying to fix it.. I made it appear with the curly brackets because I couldn't do anything with it in the preview side of the WYSIWYG editor. In fact, if you disable the plugin and create a normal spoiler using [spoiler]****[/spoiler] in the BBCode side and switch to the Preview side, there's no way of differentiating a spoiler at all. As far as I'm aware there is no way of getting javascript to run in an iFrame, but I'll do some research..
|
|
Former Member
inherit
guest@proboards.com
186582
0
Nov 26, 2024 23:52:44 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Mar 6, 2014 20:01:35 GMT -8
Will the issue of the spoiler button not showing in PREVIEW MODE ever be fixed? since it always does the { } thing and it gets kinda trippy. Do you mean the spoiler button appearing like it does in posts? If so, I've not been trying to fix it.. I made it appear with the curly brackets because I couldn't do anything with it in the preview side of the WYSIWYG editor. In fact, if you disable the plugin and create a normal spoiler using [spoiler]****[/spoiler] in the BBCode side and switch to the Preview side, there's no way of differentiating a spoiler at all. As far as I'm aware there is no way of getting javascript to run in an iFrame, but I'll do some research.. Yeah. The spoiler button won't show in preview mode. It appears as [spoiler]{spoiler}.
|
|
inherit
156956
0
Oct 8, 2024 11:05:59 GMT -8
Lady Squid
California Squid
1,134
August 2010
squidknox
|
Post by Lady Squid on Aug 15, 2014 6:18:52 GMT -8
Can I ask a stupid question please? I updated the plugin, now I would like my spoiler title to show with a BOLD font. I was able to use CSS to change the color but don't know how to get it bold. I tried
p.thicker { font-weight: 900; }
and
p.thick { font-weight: bold; }
but neither of these changed the spoiler title text to bold.
Thank you.
|
|
inherit
192136
0
Aug 17, 2014 8:10:36 GMT -8
?adwoman?
1,884
April 2013
adwoman
|
Post by ?adwoman? on Aug 15, 2014 6:40:33 GMT -8
Can you also put {IMG] AND {/IMG] tag into the spoiler function since at time images can be spoilerish
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,324
January 2004
todge
|
Post by Todge on Aug 15, 2014 13:14:06 GMT -8
Can I ask a stupid question please? I updated the plugin, now I would like my spoiler title to show with a BOLD font. I was able to use CSS to change the color but don't know how to get it bold. I tried p.thicker { font-weight: 900; } and p.thick { font-weight: bold; } but neither of these changed the spoiler title text to bold. Thank you. All you need is font-weight: bold; in the Title CSS box within the plugin.
|
|
inherit
156956
0
Oct 8, 2024 11:05:59 GMT -8
Lady Squid
California Squid
1,134
August 2010
squidknox
|
Post by Lady Squid on Aug 15, 2014 13:17:05 GMT -8
YAY, that worked, so simple. I had no idea - thank you!!!
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,324
January 2004
todge
|
Post by Todge on Aug 15, 2014 13:19:23 GMT -8
Can you also put {IMG] AND {/IMG] tag into the spoiler function since at time images can be spoilerish The code, as it is, cannot be made to use images as the spoiler button, but it is in line for a rewrite, and the new version will accept images as the spoiler title.
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,324
January 2004
todge
|
Post by Todge on Aug 15, 2014 13:20:22 GMT -8
YAY, that worked, so simple. I had no idea - thank you!!! No worries..
|
|
inherit
209686
0
Sept 2, 2022 15:15:33 GMT -8
djcoston
12
May 2014
djcoston
|
Post by djcoston on Sept 19, 2014 15:34:17 GMT -8
Can you also put {IMG] AND {/IMG] tag into the spoiler function since at time images can be spoilerish The code, as it is, cannot be made to use images as the spoiler button, but it is in line for a rewrite, and the new version will accept images as the spoiler title. There is already a new version, or you working in it now? I want to use images on spoiler tittle like this: But could not find a way.
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,324
January 2004
todge
|
Post by Todge on Sept 19, 2014 18:01:22 GMT -8
The code, as it is, cannot be made to use images as the spoiler button, but it is in line for a rewrite, and the new version will accept images as the spoiler title. There is already a new version, or you working in it now? I want to use images on spoiler tittle like this: But could not find a way. You can achieve something similar to that by putting this into the plugins Title CSS.. padding: 4px; border: 1px solid black; display: inline-block; background-color: #444444; color: #cccccc;
|
|
inherit
209686
0
Sept 2, 2022 15:15:33 GMT -8
djcoston
12
May 2014
djcoston
|
Post by djcoston on Sept 28, 2014 23:36:42 GMT -8
Wow, that was fast, thanks!
|
|
inherit
215130
0
Oct 22, 2014 5:38:54 GMT -8
primal1031
3
October 2014
primal1031
|
Post by primal1031 on Oct 21, 2014 10:11:29 GMT -8
Hey Todge, I've looked through the help thread trying to find a difinitive answer as to why the default form spoilers are overriding your plugin. In the code, it changes anything I tagged as [spoiler=******] back into [spoiler] . What do you think is causing this?
|
|