I have bought a plugin called 'User insights' and it gives all information about my users.
There is a way to show extra information about my users (from other plugins) by creating custom fields. I would like to hook it up with the Event Calender, for instance: how many times a user attended an event.
I couldn't find anything/ meta keys (yet) in mysql database....
Thank you so much! Only one more question... How do I place this code into/ get this output on my Wordpress site? I would like to know more about coding I just never find the time ;-)
Ok, think I did it: used a code snippet for the function and inserted the php code (via php plugin) on a page! Is there a way to show them in a different order: user ID starting from low to high? And get the First and Last name in there too?
Hi,
I have bought a plugin called 'User insights' and it gives all information about my users.
There is a way to show extra information about my users (from other plugins) by creating custom fields. I would like to hook it up with the Event Calender, for instance: how many times a user attended an event.
I couldn't find anything/ meta keys (yet) in mysql database....
Can you help me out?
Thanks!
Jochem
Hi,
The attendance data in mysql is OpenSSL encrypted and can't be read directly.
I've written a small function that obtains attendance data for each users:
Example:
will return something like this:
Here's example how to process this data:
will return:
I hope this helps you out.
Stachethemes Developer
Thank you so much! Only one more question... How do I place this code into/ get this output on my Wordpress site? I would like to know more about coding I just never find the time ;-)
High regards,
Jochem
Ok, think I did it: used a code snippet for the function and inserted the php code (via php plugin) on a page! Is there a way to show them in a different order: user ID starting from low to high? And get the First and Last name in there too?
Try this example:
Stachethemes Developer
Great! Thank you so much!
And how can I show all events and the members (by first and last name) attending these events? Plus a total count.
High regards,
Jochem
Stachethemes Developer