Subpage under development, new version coming soon!
Asunto: [BUG] as a plus user cant save more notes, so im lack of a plus
- 1
pAKoSTevE para
Todos
I have several old notes, and players got deleted, so i cant access the private notes, which should be deleted by time, and cant save new private/public notes either.
fix it, or give a refund.
fix it, or give a refund.
kryminator para
pAKoSTevE
I can give you a simple recipe how to remove all these private notes, but all, so those ~5 players notes will also be removed, but if you open all of them before performing actions I will give you, you will be able to handle it, to save them back again afterwards.
But, anyway, you have to wait till evening.
EDIT: here are instructions in Polish (my last post there)
https://sokker.org/forum_topic/ID_forum/3/ID_topic/3601880/pg/1
(editado)
But, anyway, you have to wait till evening.
EDIT: here are instructions in Polish (my last post there)
https://sokker.org/forum_topic/ID_forum/3/ID_topic/3601880/pg/1
(editado)
kryminator para
kryminator
ok, so to remove all private notes do this:
1. if You have only mobile phone at your disposal you can stop reading now and skip all this - you wont do this
2. open all notes which You dont want to remove and keep them opened or store somewhere because those notes will also be removed and if You want to keep them you need kind of backup copy
3. open sokker page with notes https://sokker.org/briefcase/action/notes
4a. if You are using Firefox press Ctrl+Shift+K
4b. if You are using Chrome/Opera/Vivaldi press Ctrl+Shift+J
4c. if You are using different browser You can abort or figure out how you can start developer tools or developer console in that browser because I dont know
5. a window or some side/bottom panel should open and should have tab Console or sth like that and if it will not be switched on that tab then switch on it and paste this code there:
$('div.row > div > ul:first a[href^="briefcase/action/newnote/playerID/"]', document).each((idx, item) => $.post('https://sokker.org/briefcase/action/saveprivnote', {[`note[${$(item).attr('href').split('/').pop()}]`]: ''}));
6. press enter, close Console, refresh page - should be cleared from private notes
7. add notes from 1. back again
EDIT: just checked it to be sure and, yes, it works as expected
(editado)
1. if You have only mobile phone at your disposal you can stop reading now and skip all this - you wont do this
2. open all notes which You dont want to remove and keep them opened or store somewhere because those notes will also be removed and if You want to keep them you need kind of backup copy
3. open sokker page with notes https://sokker.org/briefcase/action/notes
4a. if You are using Firefox press Ctrl+Shift+K
4b. if You are using Chrome/Opera/Vivaldi press Ctrl+Shift+J
4c. if You are using different browser You can abort or figure out how you can start developer tools or developer console in that browser because I dont know
5. a window or some side/bottom panel should open and should have tab Console or sth like that and if it will not be switched on that tab then switch on it and paste this code there:
$('div.row > div > ul:first a[href^="briefcase/action/newnote/playerID/"]', document).each((idx, item) => $.post('https://sokker.org/briefcase/action/saveprivnote', {[`note[${$(item).attr('href').split('/').pop()}]`]: ''}));
6. press enter, close Console, refresh page - should be cleared from private notes
7. add notes from 1. back again
EDIT: just checked it to be sure and, yes, it works as expected
(editado)
kryminator para
borkos007
No problem. I copied it from your topic on polish forum about the same issue, from a post I have added 2 months ago.
pAKoSTevE para
kryminator
thanks, it solved it. i should send you my plus sub from now :)
- 1