also - I know @hgtonight was going to have a ranking flagging system for admins to mark users at some point, if that was the case a notes addition might be useful.
if that is a long way off, I could do something.
question is
would it be better to use usermeta or just create a usernotes table with
userid a varchar field
one notes entry per user.
adding a column to user table would be the easiest option, not sure if that would slow performance though having a big varchar column.
I would find this useful for a number of puropses! Mostly for communicating stuff like "warned 3 times", or "VIP!!", or "paid, premium support" between mods :-)
Comments
A plugin like this wouldn't have much room to see the notes unless one of two things.
If it had less columns or you clicked or hovered to see the notes.
Pm me if you are interested in sponsoring (and specs are agreed upon between us).
Not sure what you are looking for. Maybe something like that: example.com/dashboard/message ?
edited: got your pm, i sent you a reply.
would this be useful to anyone else?
also - I know @hgtonight was going to have a ranking flagging system for admins to mark users at some point, if that was the case a notes addition might be useful.
if that is a long way off, I could do something.
question is
would it be better to use usermeta or just create a usernotes table with
userid a varchar field
one notes entry per user.
adding a column to user table would be the easiest option, not sure if that would slow performance though having a big varchar column.
any thoughts.
If the data is going to be used/useful on every page, add it to the user table. If it will be seldom used, use UserMeta.
I have no eta on the flagging addon.
I would find this useful for a number of puropses! Mostly for communicating stuff like "warned 3 times", or "VIP!!", or "paid, premium support" between mods :-)