xLc
Junior Member
Posts: 290
inherit
180982
0
Sept 18, 2019 6:25:07 GMT -8
xLc
290
July 2012
lifestylecourier
|
Post by xLc on Jan 8, 2013 8:25:25 GMT -8
You cant move the pop up box around the screen like you can with the others, eg you can move the popup box for image so you can move it around the screen out of the way of the text box.
or am I missing something?
|
|
#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 Jan 8, 2013 10:36:29 GMT -8
Nope, you're not missing anything. I couldn't get it to move while I was coding it.
|
|
inherit
184444
0
Jun 22, 2019 13:28:08 GMT -8
AshFR
1,008
October 2012
gemaddog7
|
Post by AshFR on Jan 17, 2013 13:07:55 GMT -8
Thank you Todge!
|
|
inherit
136256
0
Nov 18, 2024 19:23:08 GMT -8
Jessica
106
January 2009
jchen
|
Post by Jessica on Jan 19, 2013 10:38:59 GMT -8
Is there any way there could be a box around the spoiler title?
|
|
#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 Jan 19, 2013 19:09:23 GMT -8
If you are using the current version (v1.2.4), you can add a border in the 'Spoiler Styling' tag, just add this to the box..
border: 1px solid black; padding: 4px;
Change the numbers and color to suit.
|
|
inherit
77965
0
Apr 3, 2024 6:38:15 GMT -8
CåñåÐå™
163
April 2006
bepcanada
|
Post by CåñåÐå™ on Jan 19, 2013 19:23:32 GMT -8
If you are using the current version (v1.2.4), you can add a border in the 'Spoiler Styling' tag, just add this to the box.. border: 1px solid black; padding: 4px;Change the numbers and color to suit. I have v1.2.4 . But i'm sorry i don't see a box to put it into??
|
|
inherit
186770
0
Jan 19, 2013 3:22:38 GMT -8
user07
193
December 2012
user07
|
Post by user07 on Jan 20, 2013 4:31:36 GMT -8
I have v1.2.4 . But i'm sorry i don't see a box to put it into?? don't know if that was Todge meant, anyway, if you add: <style type="text/css"> .spoiler { border: 2px solid #000000; padding: 4px; margin-right: 5px; margin-left: 5px; } </style> in Global Headers, well, it works
|
|
#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 Jan 20, 2013 5:26:00 GMT -8
Sorry, I hadn't updated the file in Dropbox.. Version 1.2.6 is the current version, not v1.2.4, but what user07 posted does the same thing.
|
|
inherit
77965
0
Apr 3, 2024 6:38:15 GMT -8
CåñåÐå™
163
April 2006
bepcanada
|
Post by CåñåÐå™ on Jan 20, 2013 9:15:08 GMT -8
I have v1.2.4 . But i'm sorry i don't see a box to put it into?? don't know if that was Todge meant, anyway, if you add: <style type="text/css"> .spoiler { border: 2px solid #000000; padding: 4px; margin-right: 5px; margin-left: 5px; } </style> in Global Headers, well, it works Thanks for the help user07 Sorry, I hadn't updated the file in Dropbox.. Version 1.2.6 is the current version, not v1.2.4, but what user07 posted does the same thing. Thank you Todge
|
|
inherit
163839
0
May 25, 2017 20:48:34 GMT -8
Maiden
1,020
February 2011
dreamaiden
|
Post by Maiden on Jan 27, 2013 16:58:06 GMT -8
TodgeIs it possible to use something like this to add other custom buttons we want a button to replace the old [highlight. We're trying to use: [font style="background-color:
|
|
inherit
186864
0
Jul 12, 2013 13:07:52 GMT -8
triplew64
78
December 2012
triplew64
|
Post by triplew64 on Jan 28, 2013 14:01:31 GMT -8
Todge is there any way to add a graphic or make the word Spoiler stand out in any way?
TIA
|
|
inherit
136256
0
Nov 18, 2024 19:23:08 GMT -8
Jessica
106
January 2009
jchen
|
Post by Jessica on Feb 1, 2013 0:10:03 GMT -8
Bug report:
having this plugin installed ruins the default editor setting. If you choose BBCode as the default, when you go edit a post, it switches to Visual
|
|
#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 1, 2013 14:24:07 GMT -8
triplew64 & Jessica, can you please try v1.2.8. I have fixed the BBCode default error and have added a style box in the setting so you can add CSS to the spoiler title too.
|
|
inherit
186864
0
Jul 12, 2013 13:07:52 GMT -8
triplew64
78
December 2012
triplew64
|
Post by triplew64 on Feb 3, 2013 15:50:58 GMT -8
triplew64 & Jessica, can you please try v1.2.8. I have fixed the BBCode default error and have added a style box in the setting so you can add CSS to the spoiler title too. I've done some basic testing of v1.2.8. I'm not a developer so forgive me if I ask simple questions. One thing that I do notice is that the link does not become "active". In other words, previously my cursor would turn into the finger to click on the link. It does not do that now. Also, how can I ( if I can) place an image as the clickable link?
|
|
#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 4, 2013 14:10:46 GMT -8
I've done some basic testing of v1.2.8. I'm not a developer so forgive me if I ask simple questions. One thing that I do notice is that the link does not become "active". In other words, previously my cursor would turn into the finger to click on the link. It does not do that now. Also, how can I ( if I can) place an image as the clickable link? The cursor should still change to the pointer to show you the spoiler is a link, what browser are you using, and could you post a link to a page containing a spoiler please? As for using an image as a spoiler title, I'm still working on that.
|
|