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 Mar 10, 2016 13:09:05 GMT -8
That can't be true because it also triggers when a value is set in that field. it does seem weird doesn't it? It kinda looks like the value is set in the location field, then stripped out again after so the user never sees it. if it errors and you get that DNCE nonsense, it stays in there and isn't stripped out. Then you see it displayed, always appended to whatever's in the location field. So is that after a page load or a shoutbox message or what?
|
|
inherit
114253
0
Sept 23, 2024 7:58:54 GMT -8
Teg
Can't Wait for V6
3,157
November 2007
teg
|
Post by Teg on Mar 10, 2016 13:33:58 GMT -8
So, I turned the plugin back on for HogEx, and as I'm going through people's profiles, I'm not seeing the error at all. I even removed my location, saved and had no error. Edited my location and again no error. I'm not sure why it would be fine all of a sudden after months of not working properly. Same instance on PF.
|
|
inherit
224260
0
Nov 1, 2020 15:13:16 GMT -8
Azy
632
August 2015
azayles
|
Post by Azy on Mar 10, 2016 14:01:01 GMT -8
It seems to happen entirely randomly, whenever it feels like it :\ Tell me more about this location scrubber? Was I on the right track? Are data being temporarily stored in the location field? To what end?
|
|
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 Mar 10, 2016 22:42:58 GMT -8
It seems to happen entirely randomly, whenever it feels like it :\ Tell me more about this location scrubber? Was I on the right track? Are data being temporarily stored in the location field? To what end? Yes. It looks like data is being manipulated in the location field. Possibly to interact with proboards backend functions. And then the scrubber is a regex meant to remove this value after it gets the required data. So if say you post in the shoutbox and that runs his first code but not the scrubber then you are in trouble. Currently the scrubber runs on page load and page change. So after searching, likes, and other moderations might cause this issue where it is not run
|
|
inherit
224260
0
Nov 1, 2020 15:13:16 GMT -8
Azy
632
August 2015
azayles
|
Post by Azy on Mar 11, 2016 2:22:42 GMT -8
It seems to happen entirely randomly, whenever it feels like it :\ Tell me more about this location scrubber? Was I on the right track? Are data being temporarily stored in the location field? To what end? Yes. It looks like data is being manipulated in the location field. Possibly to interact with proboards backend functions. And then the scrubber is a regex meant to remove this value after it gets the required data. So if say you post in the shoutbox and that runs his first code but not the scrubber then you are in trouble. Currently the scrubber runs on page load and page change. So after searching, likes, and other moderations might cause this issue where it is not run You mean I was right? Well, damn... I'd have to have a deeper look at the source then, try and figure out what conditions cause a misfire. Why ARE date being stored that way, as opposed to a key? To save on user keys? (I don't know the prerequisites for the plugin, perhaps I should check that out lol)
|
|
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 Mar 11, 2016 2:59:27 GMT -8
Yes. It looks like data is being manipulated in the location field. Possibly to interact with proboards backend functions. And then the scrubber is a regex meant to remove this value after it gets the required data. So if say you post in the shoutbox and that runs his first code but not the scrubber then you are in trouble. Currently the scrubber runs on page load and page change. So after searching, likes, and other moderations might cause this issue where it is not run You mean I was right? Well, danngg.. I'd have to have a deeper look at the source then, try and figure out what conditions cause a misfire. Why ARE date being stored that way, as opposed to a key? To save on user keys? (I don't know the prerequisites for the plugin, perhaps I should check that out lol) Language cough. Cough. Keys not necessary. A global variable could accomplish the same results. I wouldnt understand the reasoning unless i studied it deeper. It is an old plugin so perhaps it could be written better. There is more than 9000 ways to make a code do the same thing.
|
|
inherit
224260
0
Nov 1, 2020 15:13:16 GMT -8
Azy
632
August 2015
azayles
|
Post by Azy on Mar 11, 2016 3:08:27 GMT -8
I was thinking a localstorage variable, but didn't know if user specific data needed to be stored. If even a global variable would work then yeah, even more strange! I may try and code something myself, but don't know if it's better to wait till V6 rolls out, or not. Having never coded a plugin before
|
|
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 Mar 11, 2016 5:01:09 GMT -8
I was thinking a localstorage variable, but didn't know if user specific data needed to be stored. If even a global variable would work then yeah, even more strange! I may try and code something myself, but don't know if it's better to wait till V6 rolls out, or not. Having never coded a plugin before Msg has recently made a surplus of posts on learning plugins. Im sure he might know some links that helped him start out. Plus the development board is a friendly place
|
|
inherit
217876
0
Mar 26, 2018 11:30:36 GMT -8
Haimovfids
426
January 2015
haimovfids
|
Post by Haimovfids on Apr 22, 2016 8:13:49 GMT -8
This plugin does NOT work.
|
|