#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,322
January 2004
todge
|
Post by Todge on Feb 15, 2013 16:28:40 GMT -8
Not with the code as-is. If you post a spoiler, but leave the title blank, it will be displayed as a PB standard spoiler, but quoting or editing the post will convert it to the plugin's format and give it the title 'Spoiler'.
But what you can do is use the censored words list.
In the plugin, set the default title as Spoiler (or leave it blank), then, in your censored words list, in the left-hand field put {Spoiler}, leave the right-hand field blank, check 'Exact word' and let it save.
Then any spoiler entitled 'Spoiler', will be displayed in the default format.
|
|
inherit
189372
0
Aug 20, 2013 14:43:03 GMT -8
merleh
99
February 2013
merleh
|
Post by merleh on Feb 15, 2013 18:15:21 GMT -8
Thank you, works well!
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,322
January 2004
todge
|
Post by Todge on Feb 16, 2013 3:50:42 GMT -8
No worries.
|
|
inherit
128246
0
Nov 19, 2012 15:19:31 GMT -8
Celeste
1,203
July 2008
celestial8888
|
Post by Celeste on Mar 3, 2013 11:58:05 GMT -8
Todge, I'm using the v1.3.2 version of the spoiler plugin and I'm having problems. I get what I expect while composing my message: I see my custom button in my message, I click it, I add the text to the spoiler body in the box, then post it. The spoiler looks linked, the pointer turns into a hand when I hover over it, but when I click it, I get nothing. No change at all. I tried reinstalling it. No change. I'm also using two other plugins, one to get rid of the avatar maker and the other to create post templates. I tried disabling the post template plugin. No change. I tried moving the spoiler plugin in different spots on the manage plugin screen. No change. I checked posting using the regular spoiler BBCode and it works fine. Any ideas? I'm using Firefox 19.0, Windows XP.
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,322
January 2004
todge
|
Post by Todge on Mar 4, 2013 16:07:07 GMT -8
Could you please post a link to a post containing a spoiler?
|
|
inherit
128246
0
Nov 19, 2012 15:19:31 GMT -8
Celeste
1,203
July 2008
celestial8888
|
Post by Celeste on Mar 4, 2013 16:59:51 GMT -8
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,322
January 2004
todge
|
Post by Todge on Mar 5, 2013 10:46:08 GMT -8
In the plugin options, you have chosen the spoiler color to be the same as the post background. So the spoiler body is being displayed, you just can't see it.
|
|
inherit
128246
0
Nov 19, 2012 15:19:31 GMT -8
Celeste
1,203
July 2008
celestial8888
|
Post by Celeste on Mar 5, 2013 13:50:25 GMT -8
*facepalm*
Isn't it a pity you can't make plugins idiot proof?
Thanks, Todge, from The Idiot
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,322
January 2004
todge
|
Post by Todge on Mar 5, 2013 17:20:23 GMT -8
LOL.. No worries.
Just a freaky coincidence.
|
|
inherit
128803
0
Apr 16, 2023 23:54:15 GMT -8
Ty
200
July 2008
ty5550
|
Post by Ty on Mar 8, 2013 20:01:54 GMT -8
I installed it and it works...however the pop up for the spoiler appears toward the top of the forum instead of in middle of the screen. For the longest time I thought the plugin was not working because every time I clicked it nothing happened and then I just so happened to scroll up at one point and that's when I saw it. Is there any way to fix this?
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,322
January 2004
todge
|
Post by Todge on Mar 9, 2013 10:49:17 GMT -8
That would be because of the size of your banner pushing the content of the page down.
The code has been updated to take the scroll position into account. (V1.3.3)
|
|
inherit
128803
0
Apr 16, 2023 23:54:15 GMT -8
Ty
200
July 2008
ty5550
|
Post by Ty on Mar 10, 2013 19:41:04 GMT -8
I uploaded the newest version and I'm still having the same problem :/
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,322
January 2004
todge
|
Post by Todge on Mar 11, 2013 11:55:59 GMT -8
Could you supply a link to a guest friendly thread please.. I need to see the posting page to try and work out why it's not working on your forum.
|
|
inherit
128803
0
Apr 16, 2023 23:54:15 GMT -8
Ty
200
July 2008
ty5550
|
Post by Ty on Mar 11, 2013 21:35:10 GMT -8
-snipped-
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,322
January 2004
todge
|
Post by Todge on Mar 12, 2013 10:48:23 GMT -8
Strange..
Try putting this in your Global Header..
<style type="text/css"> #spoilbox { top: 1000px!important; } </style>
|
|