Former Member
inherit
guest@proboards.com
192162
0
Nov 22, 2024 12:13:32 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Apr 15, 2013 14:18:34 GMT -8
BUG!
OK this plugin makes the text editor in the reply boxes BBCode by default, even if the settings in your profile are Visual BY DEFAULT. That's not a bug, I made it do that to stop the Ajax errors until I manage to fix it... OH, sorry my bad. But I guess you can see why I thought is was a bug.
Thanks for replying
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,323
January 2004
todge
|
Post by Todge on Apr 15, 2013 14:22:33 GMT -8
Not a problem.. To be honest, I was suprised it took this long for someone to mention it.
|
|
inherit
senraninternationalacademy@gmail.com
193816
0
Jun 13, 2013 17:33:00 GMT -8
shinobimuramasa
2
May 2013
shinobimuramasa
|
Post by shinobimuramasa on May 6, 2013 9:51:16 GMT -8
Thanks a lot for this! I'm having an issue though that I was hoping someone could help with. The Spoiler Tag works well, but if you preview the post it adds the font code to the text and makes it display incorrectly when you post it. So as long as you don't preview the post it works fine, but if you do the preview it messes up.
|
|
Former Member
inherit
guest@proboards.com
192162
0
Nov 22, 2024 12:13:32 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on May 6, 2013 14:45:56 GMT -8
Thanks a lot for this! I'm having an issue though that I was hoping someone could help with. The Spoiler Tag works well, but if you preview the post it adds the font code to the text and makes it display incorrectly when you post it. So as long as you don't preview the post it works fine, but if you do the preview it messes up. Then whats the point of having Preview?
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,323
January 2004
todge
|
Post by Todge on May 6, 2013 16:27:33 GMT -8
Try version 1.3.4 from the first post in this thread.
It looks slightly different in the Preview part, but should function the same.
|
|
inherit
senraninternationalacademy@gmail.com
193816
0
Jun 13, 2013 17:33:00 GMT -8
shinobimuramasa
2
May 2013
shinobimuramasa
|
Post by shinobimuramasa on May 7, 2013 7:49:11 GMT -8
1.34 works great! Thanks a ton Todge!
|
|
inherit
tunesrcoolii@gmail.com
86185
0
Oct 3, 2013 8:48:20 GMT -8
tunescool
4,399
August 2006
tunescool
|
Post by tunescool on May 8, 2013 6:59:23 GMT -8
the css i have for the spoiler doesnt work with version 1.3.4, padding top wont work and the padding only works for the first link in the spoilers i have this in my headers but the button is still in the posting page with this version <style> #spoilerbutton { display: none; } </style>
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,323
January 2004
todge
|
Post by Todge on May 8, 2013 8:55:51 GMT -8
the css i have for the spoiler doesnt work with version 1.3.4, padding top wont work and the padding only works for the first link in the spoilers i have this in my headers but the button is still in the posting page with this version <style> #spoilerbutton { display: none; } </style> Replace that with this.. <style type="text/css"> .button-spoiler { display: none!important; } </style> As for the CSS in the plugin, I'll have to look into that.
|
|
inherit
tsuneembers@yahoo.com
193940
0
Jun 26, 2013 12:16:59 GMT -8
emberstorm
1
May 2013
emberstorm
|
Post by emberstorm on May 8, 2013 12:43:42 GMT -8
I like your plugin, but I noticed that when viewing Recent Posts (the link from the info center), the plugin isn't active, and the spoiler tags revert back to the default v5 ones.
Is this intentional, or an oversight?
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,323
January 2004
todge
|
Post by Todge on May 9, 2013 11:30:04 GMT -8
Version 1.3.5 is available. It fixes the issue with the Recent Posts list, and added it to the posting page too. Also added pagination. tunescool, the CSS is working for me.. Try version 1.3.5 and see if that fixes the issue for you.
|
|
inherit
tunesrcoolii@gmail.com
86185
0
Oct 3, 2013 8:48:20 GMT -8
tunescool
4,399
August 2006
tunescool
|
Post by tunescool on May 9, 2013 12:32:05 GMT -8
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,323
January 2004
todge
|
Post by Todge on May 9, 2013 15:10:36 GMT -8
This is what I see on that page... Where's the 2013 link you have in your image?
|
|
inherit
tunesrcoolii@gmail.com
86185
0
Oct 3, 2013 8:48:20 GMT -8
tunescool
4,399
August 2006
tunescool
|
Post by tunescool on May 9, 2013 16:18:30 GMT -8
that was just a link to the PM about the addition to the code, thats the test site with an older spoiler plugin version
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,323
January 2004
todge
|
Post by Todge on May 10, 2013 16:01:32 GMT -8
Try v1.3.6
|
|
inherit
tunesrcoolii@gmail.com
86185
0
Oct 3, 2013 8:48:20 GMT -8
tunescool
4,399
August 2006
tunescool
|
Post by tunescool on May 11, 2013 16:19:03 GMT -8
works, please try to get my plugin done todge
|
|