Ebony
New Member
Eheheh?
Posts: 85
inherit
217054
0
Oct 12, 2021 21:15:01 GMT -8
Ebony
Eheheh?
85
December 2014
deathsex666
|
Post by Ebony on May 27, 2016 3:14:18 GMT -8
HOLY CROW I GOT AN IDEA What if, instead of the div popping open, clicking it would give you a dialog box in which to choose everything? Could I do that? That sounds good. Keep the transparency and instead of hover do onclick I planned to do that. I'll get right on it :3
|
|
Ebony
New Member
Eheheh?
Posts: 85
inherit
217054
0
Oct 12, 2021 21:15:01 GMT -8
Ebony
Eheheh?
85
December 2014
deathsex666
|
Post by Ebony on May 31, 2016 4:35:22 GMT -8
Is there a way to make the dialog box work with cookies? It seems that using it breaks the cookies portion of the plugin.
The only way now that I can think of doing this is if I have two separate plugins, one simple that works with cookies, and the more elaborate one that works with the key- the latter of which all the settings are set in the dialog box (which I've coded already).
|
|
inherit
201984
0
Sept 11, 2023 1:23:07 GMT -8
P̌̓aͧś̀t̀u͒le͆o͂2̀3̃̓
Using My Talents Elsewhere
3,314
November 2013
pastuleo23
|
Post by P̌̓aͧś̀t̀u͒le͆o͂2̀3̃̓ on May 31, 2016 6:32:34 GMT -8
Is there a way to make the dialog box work with cookies? It seems that using it breaks the cookies portion of the plugin. The only way now that I can think of doing this is if I have two separate plugins, one simple that works with cookies, and the more elaborate one that works with the key- the latter of which all the settings are set in the dialog box (which I've coded already). I would say yes but I don't know what doesn't work about them
|
|
Ebony
New Member
Eheheh?
Posts: 85
inherit
217054
0
Oct 12, 2021 21:15:01 GMT -8
Ebony
Eheheh?
85
December 2014
deathsex666
|
Post by Ebony on May 31, 2016 6:34:29 GMT -8
Is there a way to make the dialog box work with cookies? It seems that using it breaks the cookies portion of the plugin. The only way now that I can think of doing this is if I have two separate plugins, one simple that works with cookies, and the more elaborate one that works with the key- the latter of which all the settings are set in the dialog box (which I've coded already). I would say yes but I don't know what doesn't work about them Yeah, I don't get it either The colors dialog for MyNotes opens when you're not logged in But it seems like my entire plugin is broken when you're not logged in :/
|
|
Ebony
New Member
Eheheh?
Posts: 85
inherit
217054
0
Oct 12, 2021 21:15:01 GMT -8
Ebony
Eheheh?
85
December 2014
deathsex666
|
Post by Ebony on Jun 6, 2016 10:17:02 GMT -8
Okay. I now have two separate plugins, one which works ONLY for those logged in, and one that works ONLY for those not logged in. Each time I try to combine them, it's failed for some reason. :< I have the plugins working on my plugins only site, not my main one, for the sake of beta testing.
I'll update the main post now to talk about said beta plugins
EDIT: Well d@mn, I dunno how I did it, but I got the two to combine! I added another Javascript module (module seems like a good word but eh??) and added in the advanced plugin code and now it works! Woo!
I'll still keep it as beta, though, just in case it breaks.
|
|
inherit
201984
0
Sept 11, 2023 1:23:07 GMT -8
P̌̓aͧś̀t̀u͒le͆o͂2̀3̃̓
Using My Talents Elsewhere
3,314
November 2013
pastuleo23
|
Post by P̌̓aͧś̀t̀u͒le͆o͂2̀3̃̓ on Jun 7, 2016 2:55:34 GMT -8
Okay. I now have two separate plugins, one which works ONLY for those logged in, and one that works ONLY for those not logged in. Each time I try to combine them, it's failed for some reason. :< I have the plugins working on my plugins only site, not my main one, for the sake of beta testing. I'll update the main post now to talk about said beta plugins EDIT: Well d@mn, I dunno how I did it, but I got the two to combine! I added another Javascript module (module seems like a good word but eh??) and added in the advanced plugin code and now it works! Woo! I'll still keep it as beta, though, just in case it breaks. Yeah adding a separate js code block makes it two separate js plugin codes. The likely reason they could not combine otherwise is that your logged in code throws an error when not logged in. This aborts the entire script. Since it's technically 2 different scripts now, one cannot 'break' the other, solving your issue in a less desirable yet acceptable fashion.
|
|
Ebony
New Member
Eheheh?
Posts: 85
inherit
217054
0
Oct 12, 2021 21:15:01 GMT -8
Ebony
Eheheh?
85
December 2014
deathsex666
|
Post by Ebony on Jun 7, 2016 3:42:01 GMT -8
Okay. I now have two separate plugins, one which works ONLY for those logged in, and one that works ONLY for those not logged in. Each time I try to combine them, it's failed for some reason. :< I have the plugins working on my plugins only site, not my main one, for the sake of beta testing. I'll update the main post now to talk about said beta plugins EDIT: Well d@mn, I dunno how I did it, but I got the two to combine! I added another Javascript module (module seems like a good word but eh??) and added in the advanced plugin code and now it works! Woo! I'll still keep it as beta, though, just in case it breaks. Yeah adding a separate js code block makes it two separate js plugin codes. The likely reason they could not combine otherwise is that your logged in code throws an error when not logged in. This aborts the entire script. Since it's technically 2 different scripts now, one cannot 'break' the other, solving your issue in a less desirable yet acceptable fashion. Ahh, makes sense... But yeah, at least it works now
|
|
Ebony
New Member
Eheheh?
Posts: 85
inherit
217054
0
Oct 12, 2021 21:15:01 GMT -8
Ebony
Eheheh?
85
December 2014
deathsex666
|
Post by Ebony on Jul 6, 2016 13:34:44 GMT -8
Updated beta plugin- annotated it and took out an unnecessary blurby thing. Tempted to annotate regular plugin, but that thing's pretty much outdated now, so there's not much point.
|
|
Former Member
inherit
guest@proboards.com
229726
0
Nov 21, 2024 19:24:20 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Aug 2, 2016 9:51:38 GMT -8
What buttons does your plugin change?
|
|
Ebony
New Member
Eheheh?
Posts: 85
inherit
217054
0
Oct 12, 2021 21:15:01 GMT -8
Ebony
Eheheh?
85
December 2014
deathsex666
|
Post by Ebony on Aug 5, 2016 21:29:54 GMT -8
What buttons does your plugin change? Doesn't change any buttons, actually. Just adds some up in the corner of your forum that lets people change things (only for themselves of course) Sorry if this is a bit late ouo'
|
|
Former Member
inherit
guest@proboards.com
229726
0
Nov 21, 2024 19:24:20 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Aug 6, 2016 4:19:04 GMT -8
What buttons does your plugin change? Doesn't change any buttons, actually. Just adds some up in the corner of your forum that lets people change things (only for themselves of course) Sorry if this is a bit late ouo' Ebony: Thank you for your reply.
|
|
Ebony
New Member
Eheheh?
Posts: 85
inherit
217054
0
Oct 12, 2021 21:15:01 GMT -8
Ebony
Eheheh?
85
December 2014
deathsex666
|
Post by Ebony on Aug 16, 2016 4:02:20 GMT -8
Gah Much update needed on the OP
Development is kind of paused at the moment because life, btw, so unless the OP says I'm officially still actively playing with this, assume that any replies or acknowledgment will be a bit delayed
I'm also going to update the plugin's place in the library because I've neglected my duties on that part
So... aghh... Yeah
Input is, of course, always welcome- be it constructive, destructive, or (somehow) both
But it's highly likely that I won't see it for a bit
That's it! Thank you guys for your support on this and hopefully I'll be back to make this thing work better soon
-K
|
|