Admidio looks good. I have a test site running. The club wants a sign in/sign out page. Members type the fist letter or two of their name then hit enter and are clocked in. On the way out, they do the same and clock out. I did not see a page or plugin for that.
The members are using a paper based system today and cannot easily check attendance. The report would be some sort of list of clock ins or a list with each day the club is open vertically and hour of day horizontally and hours of attendance highlighted. The slightly expanded list would differentiate between people picking up something and people using the club premises.
I can code in PHP so modifying an existing plug in might work. Where would be the best start.
Member clock in screen
Re: Member clock in screen
I installed and tested search_member. I figure that could be a good start. Maybe add a little Javascript so the member can type the first few letters of their name and select their name from the result.
Re: Member clock in screen
Yes this plugin could be a good start.
But I think it's not a good idea to show valid members for not logged in users. That is a privacy and a security issue.
Members must know their login name and should not select one from a search field.
But I think it's not a good idea to show valid members for not logged in users. That is a privacy and a security issue.
Members must know their login name and should not select one from a search field.
Re: Member clock in screen
In this case, all the members know each other. Their age and address might be private but not their name. They wear badges with their first name and surname. That is the only public info.
What I am also looking at is how to make the page full screen. The clock on screen would be separate and next to where they walk in.
What I am also looking at is how to make the page full screen. The clock on screen would be separate and next to where they walk in.