Hello,
Does anyone made or know how to extract the followings from askbug, in order to build a raport:
- all the anspress participants email addresses
- total of new users registered during a week
- the total number of questions posted in a day
- average number of questions during a week
- top 3 viewed questions
I’ve tried something directly from mysql database, like:
select user_nicename, user_email, user_registered from wp_users;
select user_nicename, user_registered from wp_users WHERE user_registered > (DATE(NOW()) – INTERVAL 7 DAY);
but for the rest of them I’m a little bit confused because (eg. number 3) I got all the posts, not only the questions and so on.
Thanks,
hello! i can’t activate plagin.
Parse error: syntax error, unexpected ‘[’ in /var/www/vhosts/siyanie.tomsk.ru/httpdocs/new/wordpress/wp-content/plugins/anspress-question-answer/anspress-question-answer.php on line 164
can you help me plz?
I have a new install of anspress. On the categories page the image and links appear for each category, but the links just go to blank pages.
I installed the Categories for AnsPress plugin but the links still go to blank pages. Since there are no pages for each category I can not install the anspress shortcode, so how can we get the category links to work?
I installed the mycred plugin and selected Hooks, ex: Points for Publishing Content, and the points appear in the mycred log. But they are not appearing in the users profile. How do I get this to correctly display the earned points for each user’s anspress account?
How do you prevent a users from answering their own questions and getting points for it?
Does anyone have a working hook for mycred for use when a vote is cast ? Been looking at this for a while, and would like to get it working.