inherit
224066
0
Sept 5, 2020 20:57:03 GMT -8
Reya
for the aesthetic
93
August 2015
icytail
|
Post by Reya on Nov 26, 2018 11:51:42 GMT -8
Hi, I'm a complete novice when it comes to coding things, so please bear with me.... Anyway, I downloaded the plugin and it was working for a while, however all of a sudden it seems to have stopped and even when I plug in [spoiler=x][/spoiler] it just shows up as the default spoiler text. I'm not looking for anything fancy, I would just like to be able to use the text option so people can tell what my spoilers are.
Here's a link of where its not working, inside the box of the first post at the bottom. For some reason, it seems to work fine in this thread however. Does it have something to do with the fact that I'm using style tags? The plugins I have installed in general are yours, style tags, and tabbed posts.
|
|
#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 26, 2018 17:48:41 GMT -8
Hi, I'm a complete novice when it comes to coding things, so please bear with me.... Anyway, I downloaded the plugin and it was working for a while, however all of a sudden it seems to have stopped and even when I plug in [spoiler=x][/spoiler] it just shows up as the default spoiler text. I'm not looking for anything fancy, I would just like to be able to use the text option so people can tell what my spoilers are.
Here's a link of where its not working, inside the box of the first post at the bottom. For some reason, it seems to work fine in this thread however. Does it have something to do with the fact that I'm using style tags? The plugins I have installed in general are yours, style tags, and tabbed posts.
Could you please PM me the exact ubbc code you are using to create the erroneous post so that I can recreate it on my test site and do some testing. Thankyou.
|
|
inherit
256266
0
Jun 24, 2023 14:43:31 GMT -8
Yogi B
2
September 2018
yogib
|
Post by Yogi B on Dec 4, 2018 3:13:12 GMT -8
Version 1.2.2 in the first post can now use non alpha-numeric characters with the exception of square or curly brackets and single quotes ([]{}') in the title, and curly brackets in the body.Adding them to the title in the admin panel will break the code, so don't try.. If you try to use them in the posts, they will either be removed or replaced. Hi, this is a note to describe my experience of this limitation (which is still present in version 1.4.8), as well as to offer a potential fix. The forum to which I belong has been using this plugin for a while, but I only recently ran into this issue when attempting to place code (more specifically KaTeX code) within a spoiler. Regular spoilers work fine, the issue comes from the conflict with the delimiters used for titled spoilers. Okay, so don't use titled spoilers -- the issue there is that the plugin upgrades regular spoilers into the titled form when switching between editor modes (e.g. to check that the KaTeX renders as intended). Although that can be carefully avoided, if you know of the issue in the first place, doing so is inconvenient. Hopefully, however, the underlying problem can be solved rather simply: the regex within convertspoils() and both within adjustSpoilers() match the contents of the spoiler title greedily, whereas it should match non-greedily (or alternatively, include the closing brace in the negated character set that represents the allowed title characters). For now I've included a plugin to patch those two functions as such. This seems to have done the trick, without introducing unintended consequences, but there may well be something I've missed. Also if that fix is successful, spoiler contents entered via the dialog should no longer be required to have its braces translated into square brackets (via insertSpoil()).
|
|
inherit
212788
0
Jul 22, 2019 6:49:12 GMT -8
viggar
10
August 2014
viggar
|
Post by viggar on Jul 6, 2019 1:43:21 GMT -8
I love this Pluggin, but I can't make it work when I'm tagging users under the Spoiler.
What happens is, when I put in the code and the Spoilername {Users} and here tags users on the page, if I then work on something in the BBC codes it overwrite the "Spoiler name" I've given it, with the name {Spoiler}
It only does this when I'm tagging users, if there's no tagging, it works perfectly fine even if I'm working in the BBC codes.
Am I doing something wrong?
|
|
#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 Jul 6, 2019 17:22:39 GMT -8
I love this Pluggin, but I can't make it work when I'm tagging users under the Spoiler. What happens is, when I put in the code and the Spoilername {Users} and here tags users on the page, if I then work on something in the BBC codes it overwrite the "Spoiler name" I've given it, with the name {Spoiler} It only does this when I'm tagging users, if there's no tagging, it works perfectly fine even if I'm working in the BBC codes. Am I doing something wrong? Could you please post an example of the code you are trying to use? As I have no problems using the spoiler with member tags. Thanks.
|
|
inherit
252198
0
Dec 11, 2021 6:31:40 GMT -8
irishmd
8
January 2018
irishmd
|
Post by irishmd on Sept 29, 2019 16:10:09 GMT -8
Would be great if you could see a list of members who viewed the post.
|
|
#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 30, 2019 12:50:13 GMT -8
Would be great if you could see a list of members who viewed the post. It would, wouldn't it... Unfortunately, that would require a key, and I'm not too willing to add a key to a plugin that doesn't really need it.
|
|
inherit
252198
0
Dec 11, 2021 6:31:40 GMT -8
irishmd
8
January 2018
irishmd
|
Post by irishmd on Sept 30, 2019 13:37:27 GMT -8
Ahhh
|
|
#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 Oct 1, 2019 8:40:07 GMT -8
Ahhh After V6 arrives, and if keys are more freely available, I'll think about adding that option, so don't lose hope just yet.
|
|
inherit
224066
0
Sept 5, 2020 20:57:03 GMT -8
Reya
for the aesthetic
93
August 2015
icytail
|
Post by Reya on Nov 23, 2019 15:28:59 GMT -8
Is it possible to add underlining to all the spoilers? There's a CSS input section but I'm not familiar with CSS in general.
|
|
#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 23, 2019 17:39:04 GMT -8
Is it possible to add underlining to all the spoilers? There's a CSS input section but I'm not familiar with CSS in general. It is indeed... Add this to the CSS box in the plugin.. text-decoration: underline;
|
|
inherit
224066
0
Sept 5, 2020 20:57:03 GMT -8
Reya
for the aesthetic
93
August 2015
icytail
|
Post by Reya on Nov 23, 2019 18:11:47 GMT -8
Thanks!
|
|
Tommy
Junior Member
Posts: 344
inherit
241969
0
May 2, 2023 4:47:54 GMT -8
Tommy
344
February 2017
tommytdl
|
Post by Tommy on Jul 12, 2020 13:10:39 GMT -8
Todge, this has probably been discussed in the previous pages but has there been any progress on this mod working on the mobile site view?
|
|
Kami
Forum Cat
Posts: 40,198
Mini-Profile Theme: Kami's Mini-Profile
#f35f71
156500
0
Offline
Jul 24, 2021 11:48:29 GMT -8
Kami
40,198
July 2010
kamiyakaoru
Kami's Mini-Profile
|
Post by Kami on Jul 12, 2020 13:28:30 GMT -8
Todge , this has probably been discussed in the previous pages but has there been any progress on this mod working on the mobile site view? Not Todge, but I can answer: no. Plugins do not work on the mobile view as a software limitation, not a plugin limitation. If you need this plugin to work on mobile view, you will either: - need to disable mobile view in your admin panel (under admin > upgrades > experiments). note that if your desktop forum theme isn't responsive, this will make your forum difficult to use on mobile. - wait til v6 (no ETA at this time).
|
|
inherit
261984
0
Oct 6, 2020 13:46:32 GMT -8
amoryazafran
3
August 2020
amoryazafran
|
Post by amoryazafran on Aug 19, 2020 3:57:53 GMT -8
I'm having an issue where the Spoiler tag isn't working. If I type this: [spoiler=Spoiler][/spoiler]
It ends up displaying as this in plaintext:
{Spoiler} And nothing else. What am I doing wrong?
|
|