inherit
210338
0
Nov 21, 2024 20:26:10 GMT -8
RichardInTN
472
June 2014
richardintn
|
Post by RichardInTN on Dec 28, 2016 23:24:50 GMT -8
RichardInTN to help todge you should link to a guest-viewable post that is displaying this behaviour. since you're using multiple plugins there's no way to tell without looking if there is any interference. Good point. I've already got a section that's "guest accessible" so here's a link: buildinggreatness.proboards.com/board/14I'll make a test thread so it's all ready to be checked out...
|
|
inherit
210338
0
Nov 21, 2024 20:26:10 GMT -8
RichardInTN
472
June 2014
richardintn
|
Post by RichardInTN on Dec 29, 2016 3:13:17 GMT -8
Just realized something else... the spoiler button that appears in the Full Reply screen, only works if the text box's tab is set to "BBCode"
If the text entry box's tab is set to "Preview", the button opens up the spoiler input pop-up box, but when you click "Add Spoiler" at the bottom of the pop-up, the pop-up just goes away. Nothing "populates" into the text box.
|
|
#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 Dec 29, 2016 7:41:04 GMT -8
Went to use your spoiler code, and am not getting a spoiler button in the QR BBCode buttons. I'm using: Quick Reply BBCode Buttons Version 0.9.81 Beta... on Chrome. Any thoughts or suggestions? ETA: forgot to mention, I'm using Version 1.4.4 Beta of this spoiler code. Also, Tried to manually enter a spoiler in the QR box (typed in " [ spoiler=testing spoiler in QR box]if it works you won't see this until you clicked the spoiler![/ spoiler]" without the spaces)... and it came out formatted as a default spoiler without the custom text. ETA II: just realized that this might be pertinent - In "Manage Plugins" I tried it AFTER the other code (it "installed" at the bottom of the list). Then, when it didn't work, I moved it to above the other code, so this code loads first. NO change. Still doesn't deposit a button on the BBCode Buttons bar, and doesn't have any effect on spoilers. Something seems to have changed with the QR form, as I'm not getting the spoiler button with v1.4.4 either, so I've just updated to, suprise suprise, v1.4.5. Can you please replace version 1.4.4 you currently have with the above linked version, and see if that works. Just realized something else... the spoiler button that appears in the Full Reply screen, only works if the text box's tab is set to "BBCode" If the text entry box's tab is set to "Preview", the button opens up the spoiler input pop-up box, but when you click "Add Spoiler" at the bottom of the pop-up, the pop-up just goes away. Nothing "populates" into the text box. That IS strange, because it is working for me on your forum on the 'Visual' side of the editor. Is it possible for you to try another browser, such as Firefox, to see if this is a browser issue?
|
|
inherit
210338
0
Nov 21, 2024 20:26:10 GMT -8
RichardInTN
472
June 2014
richardintn
|
Post by RichardInTN on Dec 29, 2016 8:03:07 GMT -8
I'll have to check it later tonight. my home computer is "glitchy" at best, just reading e-mail.
I did install the update if you want to take a look though!
|
|
#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 Dec 29, 2016 8:35:42 GMT -8
I'll have to check it later tonight. my home computer is "glitchy" at best, just reading e-mail. I did install the update if you want to take a look though! Thank you.. Everything looks to be working, for me in FF at least.
|
|
inherit
240433
0
Jan 3, 2017 21:37:39 GMT -8
memosinstilettos
3
December 2016
memosinstilettos
|
Post by memosinstilettos on Dec 29, 2016 13:11:28 GMT -8
Hi I have just added this plug in to my forum. Is there a way of removing the spoiler title on the pop up box?
|
|
#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 Dec 29, 2016 14:15:54 GMT -8
Hi I have just added this plug in to my forum. Is there a way of removing the spoiler title on the pop up box? Do you mean you want to remove the 'Spoiler Tirle' field? If so, put this in the CSS style-sheet of your forum... #spoiler_div>table tr:first-child { display: none; }
|
|
inherit
240433
0
Jan 3, 2017 21:37:39 GMT -8
memosinstilettos
3
December 2016
memosinstilettos
|
Post by memosinstilettos on Dec 29, 2016 14:20:25 GMT -8
Hi I have just added this plug in to my forum. Is there a way of removing the spoiler title on the pop up box? Do you mean you want to remove the 'Spoiler Tirle' field? If so, put this in the CSS style-sheet of your forum... #spoiler_div>table tr:first-child { display: none; } yes thank you, where do I insert that? in the plug in?
|
|
#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 Dec 29, 2016 14:56:57 GMT -8
Sorry, no..
Go to your Admin Panel >> Themes >> Advanced Styles & CSS >> Style Sheet
Then add that line of code to the bottom (leave a space and then add the code, to make it easier to remove if need be)
'Save Changes' and all should be good.
|
|
inherit
210338
0
Nov 21, 2024 20:26:10 GMT -8
RichardInTN
472
June 2014
richardintn
|
Post by RichardInTN on Dec 29, 2016 17:44:51 GMT -8
I'll have to check it later tonight. my home computer is "glitchy" at best, just reading e-mail. I did install the update if you want to take a look though! Thank you.. Everything looks to be working, for me in FF at least. Works everywhere in Firefox. Does NOT work in "Preview" pane of the Full Reply Screen (but does work in BBCode pane and QR) in Chrome.
|
|
#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 Dec 29, 2016 17:55:42 GMT -8
Oh how I hate Chrome.....
This plugin is due for a major rewrite, so if you can live with it for a while, I'll try to make sure this is fixed with the new addition.
|
|
inherit
210338
0
Nov 21, 2024 20:26:10 GMT -8
RichardInTN
472
June 2014
richardintn
|
Post by RichardInTN on Dec 29, 2016 18:35:24 GMT -8
Chrome... it's a love it or hate it thing!
(I hate Firefox, LOL)
It's fine, we can work around that little glitch until then.
|
|
#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 Dec 30, 2016 4:28:57 GMT -8
Thank you.. I'll try to get it done sooner rather than later.
|
|
inherit
Official Code Helper
65613
0
1
Oct 22, 2024 1:56:19 GMT -8
Chris
"'Oops' is the sound we make when we improve"
9,018
December 2005
horace
RedBassett's Mini-Profile
|
Post by Chris on Dec 31, 2016 21:46:28 GMT -8
RichardInTN , if you disable the colorsmear plugin does the problem persist in the spoiler plugin? From what I can see, they both employ a function named `getEditor` but the one in the colorsmear plugin is much older and doesn't appear to work anymore. Since both plugins use it in the global space then one will overwrite the other and the last in the list will be king. Most likely, swapping the position of them in the "manage" list could kill two birds with one stone by making the newer (spoiler) function available for both plugins.
|
|
inherit
210338
0
Nov 21, 2024 20:26:10 GMT -8
RichardInTN
472
June 2014
richardintn
|
Post by RichardInTN on Dec 31, 2016 21:59:57 GMT -8
I'll check that out!
|
|