Subpage under development, new version coming soon!
Topic closed!!!
Subject: [Bug] notes (plus feature)
- 1
Private notes is above public notes. This might seem a minor bug, but now where you get in to both notes at same page, clearly People Will write in private notes by accident when making notes for sale. I already did this with a talented player and hence i lost profit from sale as the notes werent public.
double checking... it's not a bug, but a design flaw.
At the end, the only one at fault is yourself for not seeing which kind of note your writing in.
Fact... the location of both public and private note button is unfortunate.
At the end, the only one at fault is yourself for not seeing which kind of note your writing in.
Fact... the location of both public and private note button is unfortunate.
I have also a bug regardless private notes. I have many notes written for plaayers that now does not exist anymore (they were fired). And i can note delete the notes anymore... For that reason i have many slots unavailable (from 100 slots) and only few available. Is this a bug? or is there a way to delete that notes and free up some spaces on my notes?
There are ways to delete these notes. But it is also a bug.
A bug in sokker ? WHAT ?
You are kidding me I cannot believe that !
You are kidding me I cannot believe that !
IIRC, it goes more or less that way
1. go to notes page or any old page
2. if You are using Chrome/Opera/Vivaldi click Ctrl+Shift+J, if Firefox Ctrl+Shift+K
3. some kind of additional sub-window should open where You should be able to write
and then, to remove private note execute there this:
$.post('https://sokker.org/briefcase/action/saveprivnote', {'note[21827434]': ''})
and to remove public note execute this:
$.post('https://sokker.org/briefcase/action/savepubnote', {'note[21827434]': ''})
just remember to change player id (should be available on label of link with note)
if You encounter problems write me message or You may also try asking Terrion as he probably also knows how to do it and might even have some more user-friendly interface for it
(edited)
1. go to notes page or any old page
2. if You are using Chrome/Opera/Vivaldi click Ctrl+Shift+J, if Firefox Ctrl+Shift+K
3. some kind of additional sub-window should open where You should be able to write
and then, to remove private note execute there this:
$.post('https://sokker.org/briefcase/action/saveprivnote', {'note[21827434]': ''})
and to remove public note execute this:
$.post('https://sokker.org/briefcase/action/savepubnote', {'note[21827434]': ''})
just remember to change player id (should be available on label of link with note)
if You encounter problems write me message or You may also try asking Terrion as he probably also knows how to do it and might even have some more user-friendly interface for it
(edited)
- 1