#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 Sept 2, 2017 9:05:48 GMT -8
Curiouser and curiouser. It -is- only tripping up for members This is making little sense... Can you please try version 0.2.22As the main admin, you should now be able to quote.. Can you please let me know if the posted whispers are being de-crypted on the quote page.
|
|
inherit
Peabrained Codebreaker
107114
0
Mar 11, 2020 7:47:27 GMT -8
Boy_Wonder
6,249
July 2007
natzy24
|
Post by Boy_Wonder on Sept 2, 2017 9:11:51 GMT -8
Curiouser and curiouser. It -is- only tripping up for members This is making little sense... Can you please try version 0.2.22As the main admin, you should now be able to quote.. Can you please let me know if the posted whispers are being de-crypted on the quote page. yes they are - and still being re-encrypted when posted
|
|
#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 Sept 2, 2017 17:30:38 GMT -8
This is making little sense... Can you please try version 0.2.22As the main admin, you should now be able to quote.. Can you please let me know if the posted whispers are being de-crypted on the quote page. yes they are - and still being re-encrypted when posted And yet it fails as a normal member.. The plugin should treat normal members and guests the same.. I'll have to create an account on your forum if I may, and take another look.
|
|
inherit
Peabrained Codebreaker
107114
0
Mar 11, 2020 7:47:27 GMT -8
Boy_Wonder
6,249
July 2007
natzy24
|
Post by Boy_Wonder on Sept 2, 2017 22:24:29 GMT -8
yes they are - and still being re-encrypted when posted And yet it fails as a normal member.. The plugin should treat normal members and guests the same.. I'll have to create an account on your forum if I may, and take another look. Yep thats fine
|
|
inherit
Peabrained Codebreaker
107114
0
Mar 11, 2020 7:47:27 GMT -8
Boy_Wonder
6,249
July 2007
natzy24
|
Post by Boy_Wonder on Sept 5, 2017 11:12:11 GMT -8
yes they are - and still being re-encrypted when posted And yet it fails as a normal member.. The plugin should treat normal members and guests the same.. I'll have to create an account on your forum if I may, and take another look. I -think- its working now for normal members with that update but I'm not 100% certain, I've not seen you register yet so its hard to tell
|
|
#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 Sept 5, 2017 16:11:30 GMT -8
I tried to register yesterday, but your forum wouldn't load for me.. I'll try again either later tonight or tomorrow.
|
|
inherit
Peabrained Codebreaker
107114
0
Mar 11, 2020 7:47:27 GMT -8
Boy_Wonder
6,249
July 2007
natzy24
|
Post by Boy_Wonder on Sept 6, 2017 20:04:03 GMT -8
I tried to register yesterday, but your forum wouldn't load for me.. I'll try again either later tonight or tomorrow. I did have a random thought - would it be possible to work the encryption off a span tag rather then a div tag? Just div tags are used a lot for ubbc coding [div align="center"][/div] [div align="left"][/div] [div align="right"][/div] [div align="justify"][/div] see?
|
|
#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 Sept 7, 2017 11:18:34 GMT -8
I tried to register yesterday, but your forum wouldn't load for me.. I'll try again either later tonight or tomorrow. I did have a random thought - would it be possible to work the encryption off a span tag rather then a div tag? Just div tags are used a lot for ubbc coding [div align="center"][/div] [div align="left"][/div] [div align="right"][/div] [div align="justify"][/div] see? I have already thought of that.. The problem there is that they'd be issues with keeping the plugin backwardly compatible... When I wrote the plugin I never imagined it would be used for anything more than maybe colored text and the odd image. I have managed to log into your forum, and the whispers appear to be working fine for me.. I did notice that I left a small alert in there I was using as a marker.. Updating to this version will remove that annoying 'Hey' that pops up when you quote a post.
|
|
inherit
Peabrained Codebreaker
107114
0
Mar 11, 2020 7:47:27 GMT -8
Boy_Wonder
6,249
July 2007
natzy24
|
Post by Boy_Wonder on Sept 7, 2017 11:22:17 GMT -8
I did have a random thought - would it be possible to work the encryption off a span tag rather then a div tag? Just div tags are used a lot for ubbc coding [div align="center"][/div] [div align="left"][/div] [div align="right"][/div] [div align="justify"][/div] see? I have already thought of that.. The problem there is that they'd be issues with keeping the plugin backwardly compatible... When I wrote the plugin I never imagined it would be used for anything more than maybe colored text and the odd image. Sorry I'm awkward -sheepish face- maybe make it so that admin can select between div (default) and span?
|
|
#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 Sept 7, 2017 11:33:14 GMT -8
I have already thought of that.. The problem there is that they'd be issues with keeping the plugin backwardly compatible... When I wrote the plugin I never imagined it would be used for anything more than maybe colored text and the odd image. Sorry I'm awkward -sheepish face- maybe make it so that admin can select between div (default) and span? The compatibility issue would still exist, in fact it would make it harder as the code would have decide which function to use for which posts.. If I go down the span tag route, I'd have to create a function to deal with older div whispers when quoting.. If I stick with the div tags I have to find a reliable way of extracting that div tag without effecting the containing divs.. Decisions decisions....
|
|
inherit
Peabrained Codebreaker
107114
0
Mar 11, 2020 7:47:27 GMT -8
Boy_Wonder
6,249
July 2007
natzy24
|
Post by Boy_Wonder on Sept 12, 2017 7:46:08 GMT -8
How goes descision making
|
|
#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 Sept 12, 2017 15:19:17 GMT -8
I'm going to try and leave it as a span tags first, but depending on how that goes I may revert back yo div tags.
I don't want to start this until I think I'll have time to finish it... I don't want to pull the code apart then have to leave it, so hopefully I'll have a chance to play with it this weekend.
|
|
#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 Sept 17, 2017 15:08:40 GMT -8
How goes descision making Can you please try version 0.2.3I have tested it with the UBBC code you posted, and it works for me. Be aware though, that if you quote a post containing a HTML Whisper, and you have BBCode set as your default editor, the resulting post will post the HTML code without rendering it.
|
|
inherit
Peabrained Codebreaker
107114
0
Mar 11, 2020 7:47:27 GMT -8
Boy_Wonder
6,249
July 2007
natzy24
|
Post by Boy_Wonder on Sept 17, 2017 22:57:09 GMT -8
How goes descision making Can you please try version 0.2.3I have tested it with the UBBC code you posted, and it works for me. Be aware though, that if you quote a post containing a HTML Whisper, and you have BBCode set as your default editor, the resulting post will post the HTML code without rendering it. Apparently its not playing ball with style tags now - its not rendering the style tags at all now
|
|
#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 Sept 18, 2017 12:21:13 GMT -8
Can you please try version 0.2.3I have tested it with the UBBC code you posted, and it works for me. Be aware though, that if you quote a post containing a HTML Whisper, and you have BBCode set as your default editor, the resulting post will post the HTML code without rendering it. Apparently its not playing ball with style tags now - its not rendering the style tags at all now Are you talking about the tags added by the 'Style Tag' plugin?? If so, I'm not at all surprised, and I'd be even more surprised if it worked with them before this update... Does this plugin still exist?? I can't find a link to it, nor can I see it in the library... Either way, the Style Tag plugin would have to run AFTER the Whisper plugin to have any chance of working.
|
|