inherit
223470
0
Feb 27, 2019 17:05:53 GMT -8
₪» ⅀ ƪ Ƒ «₪
Original registration date: 2007. DeviantART: http://deviantart.com/ruanly. Discord: Ruanly#7946.
1,281
July 2015
fajita
|
Post by ₪» ⅀ ƪ Ƒ «₪ on May 11, 2016 18:06:37 GMT -8
Half way there then... Of the two main problems you mention, the first 'should' be fixable, but I'm not so sure about the second one. A members history is saved in the user key, not the thread key. I'll have to take a closer look. If that's the case, that'll be alright. It's ideal for it to work on the thread key versus user but if that requires a major rewrite, it still functions fine for it to be user-based.
|
|
#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 May 12, 2016 12:45:07 GMT -8
Half way there then... Of the two main problems you mention, the first 'should' be fixable, but I'm not so sure about the second one. A members history is saved in the user key, not the thread key. I'll have to take a closer look. If that's the case, that'll be alright. It's ideal for it to work on the thread key versus user but if that requires a major rewrite, it still functions fine for it to be user-based. You can't save the members' history in the thread key as it would not be available outside of that thread. Give me some time and I'll do some more tinkering.
|
|
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 13, 2016 22:43:38 GMT -8
If that's the case, that'll be alright. It's ideal for it to work on the thread key versus user but if that requires a major rewrite, it still functions fine for it to be user-based. You can't save the members' history in the thread key as it would not be available outside of that thread. Give me some time and I'll do some more tinkering. Sounds like a private user key for history. Unless it needs to be seen by some other person Unless you want to save the data on the thread key and save just the thread id in the user key and do a redirect if they want to view
|
|
#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 May 14, 2016 2:48:35 GMT -8
You can't save the members' history in the thread key as it would not be available outside of that thread. Give me some time and I'll do some more tinkering. Sounds like a private user key for history. Unless it needs to be seen by some other person Unless you want to save the data on the thread key and save just the thread id in the user key and do a redirect if they want to view It is currently a Private User Key, I could change that to a Super User Key, but I doubt that would help as there's no guarantee that that key data would be available on the edit page either. I may try to use a Super User Key in association with sessionStorage to carry the data over to the post edit page.
|
|
#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 May 22, 2016 8:20:08 GMT -8
|
|
inherit
223470
0
Feb 27, 2019 17:05:53 GMT -8
₪» ⅀ ƪ Ƒ «₪
Original registration date: 2007. DeviantART: http://deviantart.com/ruanly. Discord: Ruanly#7946.
1,281
July 2015
fajita
|
Post by ₪» ⅀ ƪ Ƒ «₪ on May 24, 2016 21:58:35 GMT -8
I'm gonna cross out the problems that have now been totally resolved, at least with simple experimentation. Makes it a little more visually organized. If I am a staff member and I go in to edit someone's stats, I can't. Only the poster can edit their own stats. Later potential issue that was added: the history reflects the viewer's account history, not the poster's account history. This still works perfectly! I am also very glad to report that it now reflects the poster's history, not the viewer's! I had a premade post with no stats attached to it. I went in to edit it and added stats. Upon saving, no stats showed. When I made a new post with stats attached in the same thread, then they worked. So it seems like you can't add stats by editing if the post did not originally have them. Crap. Still a no go. I went to an old post that didn't have any stats in it, clicked edit, and there's no stat options anywhere to select. =/ Potential problem/request -- this is my first post in this thread assigning stats, so it should have them all as "None" to start, but it actually has them automatically selected as what my last post was, even though the last post is not in this thread. Is there a way for it to have my first post in the thread be default "None" and then any additional posts in that same thread remember whatever the last stat was for that thread? So if my first post is "None," second is also "None" (by default, obviously it can be changed manually, though). If on my 4th post, I suddenly change the up-until-then "None" to "Test Option 1," then my 5th post would have that as the default selected. However, switching threads wouldn't carry this over, it'd continue being thread-specific. If that didn't make sense, bop me on the head, and if that's way too hard or impossible, then ignore me.Went to a new thread someone else made and made my first post in that thread. The stats were all set to "None" automatically! I then went to another thread where I had posted before and had stats existing in that thread already and the new post adopted those previous stats! So basically: success! If I make a post with certain stats and then go in to edit that post with new stats, it keeps the old stats insteadStill works!
If I fill out my stats and make a post, then go to edit that post and go to edit the stat entry that I'd chosen initially (not make or switch entries, but rather edit the one I had initially chosen) it does not take the editStill works as well!
So it looks like almost everything truly is fixed! =D Hopefully there aren't any scenarios I've missed testing. Oh, and if the entry says "None" then it doesn't show up, so that's perfect. Makes my site look so much cleaner so thank you kindly for that update. =D
|
|
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 25, 2016 4:43:55 GMT -8
I'm gonna cross out the problems that have now been totally resolved, at least with simple experimentation. Makes it a little more visually organized. If I am a staff member and I go in to edit someone's stats, I can't. Only the poster can edit their own stats. Later potential issue that was added: the history reflects the viewer's account history, not the poster's account history. This still works perfectly! I am also very glad to report that it now reflects the poster's history, not the viewer's! I had a premade post with no stats attached to it. I went in to edit it and added stats. Upon saving, no stats showed. When I made a new post with stats attached in the same thread, then they worked. So it seems like you can't add stats by editing if the post did not originally have them. Crap. Still a no go. I went to an old post that didn't have any stats in it, clicked edit, and there's no stat options anywhere to select. =/ Potential problem/request -- this is my first post in this thread assigning stats, so it should have them all as "None" to start, but it actually has them automatically selected as what my last post was, even though the last post is not in this thread. Is there a way for it to have my first post in the thread be default "None" and then any additional posts in that same thread remember whatever the last stat was for that thread? So if my first post is "None," second is also "None" (by default, obviously it can be changed manually, though). If on my 4th post, I suddenly change the up-until-then "None" to "Test Option 1," then my 5th post would have that as the default selected. However, switching threads wouldn't carry this over, it'd continue being thread-specific. If that didn't make sense, bop me on the head, and if that's way too hard or impossible, then ignore me.Went to a new thread someone else made and made my first post in that thread. The stats were all set to "None" automatically! I then went to another thread where I had posted before and had stats existing in that thread already and the new post adopted those previous stats! So basically: success! If I make a post with certain stats and then go in to edit that post with new stats, it keeps the old stats insteadStill works!
If I fill out my stats and make a post, then go to edit that post and go to edit the stat entry that I'd chosen initially (not make or switch entries, but rather edit the one I had initially chosen) it does not take the editStill works as well!
So it looks like almost everything truly is fixed! =D Hopefully there aren't any scenarios I've missed testing. Oh, and if the entry says "None" then it doesn't show up, so that's perfect. Makes my site look so much cleaner so thank you kindly for that update. =DO I wouldn't use old posts as a test subject seeing that this update may have changed what data is saved.
|
|
inherit
223470
0
Feb 27, 2019 17:05:53 GMT -8
₪» ⅀ ƪ Ƒ «₪
Original registration date: 2007. DeviantART: http://deviantart.com/ruanly. Discord: Ruanly#7946.
1,281
July 2015
fajita
|
Post by ₪» ⅀ ƪ Ƒ «₪ on May 25, 2016 16:29:23 GMT -8
You're right, didn't even think of that. In that case, it does appear all errors are fixed and features implemented flawlessly!
|
|
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 25, 2016 16:33:36 GMT -8
You're right, didn't even think of that. In that case, it does appear all errors are fixed and features implemented flawlessly! So you did a new test and it worked?
|
|
inherit
223470
0
Feb 27, 2019 17:05:53 GMT -8
₪» ⅀ ƪ Ƒ «₪
Original registration date: 2007. DeviantART: http://deviantart.com/ruanly. Discord: Ruanly#7946.
1,281
July 2015
fajita
|
Post by ₪» ⅀ ƪ Ƒ «₪ on May 25, 2016 22:15:04 GMT -8
Crap. I went to a thread, made a post with "Quick Reply," and no stats showed up. Perfect and how it should be, right? Except I then edited that post to change the stats and there are no options. The entire area is, again, plugin-less. If that doesn't make sense, I can screenshot it, but basically a normal posting page without anything this plugin adds to it.
I then made another post, this time using the full "Reply" page and selecting "None" for each of the stats. It posted correctly, then I went back into edit it and the options were there. I was able to change, update, and save the stats as necessary.
So basically this doesn't like quick reply.
|
|
#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 May 26, 2016 10:46:54 GMT -8
You're right, it doesn't like the quick reply... In fact I haven't even TRIED to link it into the QR, mainly because I didn't think I was meant to.
|
|
inherit
223470
0
Feb 27, 2019 17:05:53 GMT -8
₪» ⅀ ƪ Ƒ «₪
Original registration date: 2007. DeviantART: http://deviantart.com/ruanly. Discord: Ruanly#7946.
1,281
July 2015
fajita
|
Post by ₪» ⅀ ƪ Ƒ «₪ on May 26, 2016 22:06:55 GMT -8
I don't need/want it linked to the quick reply, as in it's fine if there's no stat options when posting with QR and it defaults to none or whatever their latest entries were if they already posted in that thread, but the problem is if they post with QR they can't add stats in later with the edit page. Is there any way to allow them to retroactively add stats if they made the post with QR? In case they use QR without thinking, realize it belatedly, and need to edit/fix it. If not, I'll place a warning in the QR area that they need to use full reply to have access to the stats.
|
|
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 27, 2016 2:02:40 GMT -8
Yeah adding later would be minimum requirement
|
|
#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 May 30, 2016 15:55:38 GMT -8
₪» ⅀ ƪ Ƒ «₪, try downloading/installing the plugin again. You should now be able to edit the stats of posts made with the QR.
|
|
inherit
223470
0
Feb 27, 2019 17:05:53 GMT -8
₪» ⅀ ƪ Ƒ «₪
Original registration date: 2007. DeviantART: http://deviantart.com/ruanly. Discord: Ruanly#7946.
1,281
July 2015
fajita
|
Post by ₪» ⅀ ƪ Ƒ «₪ on Jun 27, 2016 18:23:28 GMT -8
₪» ⅀ ƪ Ƒ «₪, try downloading/installing the plugin again. You should now be able to edit the stats of posts made with the QR. My apologies for the wait--seems to be running perfectly with editing QR posts! Thank you so much!
|
|