• Hello, community. My client is looking for some rare functionality. They want a member only portion of the site which is easy. But within the member only site that want that each member can track volunteering hours on the website (my guess kinda like TickTime: when you clock-in and out), and that the hours would get saved in the ?plug-in, and that other members can see each other hours. And then display all members in a list with whomever volunteered the most would be at the top of the list.
    They want to create a drive within their organization by showing others who works and how much, and they want it done within their member portion of the site.
    Any suggestion of plugins that could tackle this, or parts of this?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • You may need to create a separate plugin for this.

    1. When user logged IN, add usermeta, say an additional option field which will save the time when user logged IN.
    2. When user Logged Out, again create/add usermeta which will save the time when user logged out.
    3. Take the difference i.e OUT time – IN time, and store it in another usermeta.
    4. Create an admin page in backend, where you can list of all users with required data.
    5. Table columns may include UserID, Username, In Time, Out Time and Difference (in hours).

    Make sure your created page is visible to all logged in users.

Viewing 1 replies (of 1 total)
  • The topic ‘Member Time tracking’ is closed to new replies.