Hi, for the purpose of analytics and statistics I need to show my business partner how many votes have been casted on the whole social... is there a counter anywhere?
Total votes:
SELECT COUNT(1) FROM `#__social_polls_users` WHERE `state`=1;
Total polls:
SELECT COUNT(1) FROM `#__social_polls`;