inherit
218778
0
Mar 26, 2021 23:09:44 GMT -8
rektangle
23
February 2015
rektangle
|
Post by rektangle on Mar 6, 2018 10:30:06 GMT -8
Downloaded and enabled. Issue persists. Strange.. Can you please post or PM me a link to your forum so I can take a look. Thanks. personanetwork.freeforums.net/Fair warning: The forum is mostly on spanish. Should you need to take a look at something on the admin tab, I'll be happy to comply in any way.
|
|
#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 6, 2018 15:55:52 GMT -8
Strange.. Can you please post or PM me a link to your forum so I can take a look. Thanks. personanetwork.freeforums.net/Fair warning: The forum is mostly on spanish. Should you need to take a look at something on the admin tab, I'll be happy to comply in any way. You appear to have included <style></style> tags in the plugin's style boxes. The are not needed, all you need to do is list the instructions. For example... background: style: height=20px; background-color:#072233; border-top: 2px solid rgba(128,128,128,0.3); border-bottom: 2px solid rgba(128,128,128,0.3); margin-top: 4px; padding: 2px 4px 4px 2px; cursor: pointer; Is correct... <style> background: style: height=20px; background-color:#072233; border-top: 2px solid rgba(128,128,128,0.3); border-bottom: 2px solid rgba(128,128,128,0.3); margin-top: 4px; padding: 2px 4px 4px 2px; cursor: pointer; </style> Is not...
|
|
inherit
218778
0
Mar 26, 2021 23:09:44 GMT -8
rektangle
23
February 2015
rektangle
|
Post by rektangle on Mar 6, 2018 16:08:05 GMT -8
personanetwork.freeforums.net/Fair warning: The forum is mostly on spanish. Should you need to take a look at something on the admin tab, I'll be happy to comply in any way. You appear to have included <style></style> tags in the plugin's style boxes. The are not needed, all you need to do is list the instructions. For example... background: style: height=20px; background-color:#072233; border-top: 2px solid rgba(128,128,128,0.3); border-bottom: 2px solid rgba(128,128,128,0.3); margin-top: 4px; padding: 2px 4px 4px 2px; cursor: pointer; Is correct... <style> background: style: height=20px; background-color:#072233; border-top: 2px solid rgba(128,128,128,0.3); border-bottom: 2px solid rgba(128,128,128,0.3); margin-top: 4px; padding: 2px 4px 4px 2px; cursor: pointer; </style> Is not... Yep. That was it. Thank you.
|
|
#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 6, 2018 16:19:06 GMT -8
No worries..
|
|
inherit
251322
0
Jul 1, 2018 15:55:33 GMT -8
porsef
2
December 2017
porsef
|
Post by porsef on Jun 25, 2018 19:48:37 GMT -8
I am unable to get the CSS styling to work on this plugin for some odd reason. Does anyone know a solution for that?
I've tried this in both the title and body areas:
background-color: #000000;
I even tried editing the Spoiler Title / Body Color area and...
It didn't show up at all. I even tried reinstalling the plugin and moving it to the top of the list.
I'm not really sure what's wrong with it. Any help is appreciated. : (
|
|
#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 Jun 26, 2018 12:41:04 GMT -8
I am unable to get the CSS styling to work on this plugin for some odd reason. Does anyone know a solution for that? I've tried this in both the title and body areas: background-color: #000000; I even tried editing the Spoiler Title / Body Color area and... It didn't show up at all. I even tried reinstalling the plugin and moving it to the top of the list. I'm not really sure what's wrong with it. Any help is appreciated. : ( background-color: #000000; should work in either of the styling boxes. What other styling do you have in the same box?
|
|
inherit
251322
0
Jul 1, 2018 15:55:33 GMT -8
porsef
2
December 2017
porsef
|
Post by porsef on Jun 27, 2018 5:45:31 GMT -8
I have no other styling.
|
|
#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 Jun 28, 2018 8:54:10 GMT -8
Can you please leave a link to your forum so I can try to see what's going on.
Thanks.
|
|
inherit
256208
0
Sept 16, 2018 2:20:32 GMT -8
99silver99
8
August 2018
99silver99
|
Post by 99silver99 on Sept 11, 2018 6:16:45 GMT -8
Link to Forum: ps-deutsche.boards.net/Hello. I have a few questions regarding the plugin. 1. I was able to change the looks of the spoiler button/body with the provided settings of the plugins (in the tab Spoiler styling). However the CSS I entered there seems only to apply to spoilers that are titled. If they're not titled, they just have the default look. Is there any way I can adjust this? 2. When I activate the Spoiler button in the settings of the plugin, using the button will result in a spoiler being inserted like this: [spoiler=Title]Spoiler Body[/spoiler] However that doesn't seem to work, the spoiler will simply be without a title, aswell as having the default design (because of 1.). The code that seems to work for putting a spoiler title would be this if I'm not mistaken: [spoiler]{Title}Spoiler Body[/spoiler] How can I change the button to insert a spoiler title correctly? Many thanks in advance!
|
|
#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 Sept 11, 2018 13:04:50 GMT -8
Link to Forum: ps-deutsche.boards.net/Hello. I have a few questions regarding the plugin. 1. I was able to change the looks of the spoiler button/body with the provided settings of the plugins (in the tab Spoiler styling). However the CSS I entered there seems only to apply to spoilers that are titled. If they're not titled, they just have the default look. Is there any way I can adjust this? 2. When I activate the Spoiler button in the settings of the plugin, using the button will result in a spoiler being inserted like this: [spoiler=Title]Spoiler Body[/spoiler] However that doesn't seem to work, the spoiler will simply be without a title, aswell as having the default design (because of 1.). The code that seems to work for putting a spoiler title would be this if I'm not mistaken: [spoiler]{Title}Spoiler Body[/spoiler] How can I change the button to insert a spoiler title correctly? Many thanks in advance! Inserting a spoiler in the BBCode side of the posting page, or the quick reply, will indeed insert it as [spoiler=Title]spoiler body[/spoiler], this is because the original code from way back in V4 used that syntax for the spoilers, and as this was originally just an updated version of that, the syntax remained.. But the (then) new forum software stripped the title from out of the spoilers, so, to stop that, when you submit the post, the format is changed to [spoiler]{title}spoiler body[/spoiler]. This also had the added benefit of recognising a spoiler in the Preview pane of the posting page... So, if the plugin is working correctly, you should not need the plugin to insert the spoiler with the {title} syntax, as that is taken care of before the post is posted. If that makes sense. Why do you need the button to insert the {title} syntax?
|
|
inherit
228639
0
Jul 7, 2022 12:20:26 GMT -8
blazebrem
11
January 2016
blazebrem
|
Post by blazebrem on Nov 10, 2018 6:30:26 GMT -8
Hey, I have the plugin and it works fine. It is set up so the spoiler title is styled so it looks like a round button. It works fine. I wanted to see if I could get the colours to be the ones of the currently selected theme, for example, the title bar colour etc but using @body_background_color and such does not work(despite going blue), I get the post's background instead. If you know a way to achieve this I would greatful. If not that is fine. If you want an example of what the title bar of the spoilers looks like then look here: pokefalls.proboards.com/thread/62/lazuli-wonders-limited-time-pokemonWhat I want is if the theme is purple then it is purple, if the theme is blue then blue if that makes sense. For now, I have set it to purples. Edit: I found a way thanks to a member on site. ^-^
|
|
inherit
215298
0
Mar 15, 2022 12:46:50 GMT -8
bubblegum
41
October 2014
freezing
|
Post by bubblegum on Nov 11, 2018 6:18:06 GMT -8
I actually don't like the text option to click before opening the spoiler... i was trying to have it pop up as a 'spoiler' button image (a button that had spoiler on it ) instead of the words... is there anyway to do this please?
|
|
#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 Nov 11, 2018 8:34:27 GMT -8
I actually don't like the text option to click before opening the spoiler... i was trying to have it pop up as a 'spoiler' button image (a button that had spoiler on it ) instead of the words... is there anyway to do this please? You can either use the stylesheet within the plugin settings to style the spoiler title into a button, or, if you prefer, you can use an image by adding the full URL as the spoiler title, either in the settings to add it as a default, or when you create the spoiler.
|
|
inherit
215298
0
Mar 15, 2022 12:46:50 GMT -8
bubblegum
41
October 2014
freezing
|
Post by bubblegum on Nov 11, 2018 12:12:21 GMT -8
I actually don't like the text option to click before opening the spoiler... i was trying to have it pop up as a 'spoiler' button image (a button that had spoiler on it ) instead of the words... is there anyway to do this please? You can either use the stylesheet within the plugin settings to style the spoiler title into a button, or, if you prefer, you can use an image by adding the full URL as the spoiler title, either in the settings to add it as a default, or when you create the spoiler. Tried putting the image url into the spoiler title... didn't work when posted, plus I don't want people seeing my naked link either.
Had a look at the spoiler tags settings...talks about CSS Styling. NO clue what to do there and an hour combing through google trying to find an image code for CSS Styling had me even more confused.
Would you be able to provide a code I can put into the Spoiler Tags title box where the only thing i will need to change/add is my image url please? would be a huge help <3 thank you in advance
|
|
#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 Nov 12, 2018 12:15:36 GMT -8
An image should work, and does on my test forum.
Can you please either post or PM me the image URL exactly as you are entering it into the plugin so that I can try and work out why it isn't working for you.
|
|