Good Morning,
I am looking at using the stock login form.
ref : http://ellislab.com/expressionengine/user-guide/modules/member/login_form.html
My glitch is with the
<input class='checkbox' type='checkbox' name='anon' value='1' checked='checked' /> Show my name in the online users list checkboxWhen it is either checked or unchecked the value of “y” is entered into the exp_online_users table.
The column is defined as CHAR(1)with no default value
I’m working on a plugin that reads this value and displays some logged in user information based upon it.
The element shows checked with a value of “1”, “y” is always entered into the column regardless of whether the box is checked or not. (I tried changing the “1” to an “n” as well)
How is this actually supposed to work? Is this value used by EE in any way?
Please advise.
Many thanks,
Jim