AI Search
Classic Search
Notifications
Clear all
Jul 16, 2021 1:23 am
I need to find out which members voted in a recent poll. I know we can see who they voted for, but I would like to know who has voted.
Which database do i need to look in in my sql?
2 Replies
Jul 16, 2021 11:19 am
Hi @percysgrowroom,
The table name is wp_wpforo_polls, you can find all voted user ids in the userids field of the poll row. Then you can search that userid in the ID field of the wp_users table to see the name.