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.
I am trying to get a list of questions that all have a certain tag. I’m using WP_Query to do this. However, the following code doesn’t filter on the tag values:
$args = array(
‘post_status’ => array( ‘publish’ ),
‘post_type’ => ‘question’,
‘suppress_filters’ => true, //Bypasses content filtering by Groups plugin
‘orderby’ => ‘date’,
‘order’ => ‘DESC’,
‘tag’ => ‘my-tag’,
‘ignore_sticky_posts’ => true
);
$query = new WP_Query( $args );
// loop through the posts and build our endpoint data arrays
if ( $query->have_posts() ) {…do stuff … }
Is it possible to do this?
@rahul,
I’ve taken the giant leap of having AnsPress as the feature on HTTPS://www.phenomlab.com
I know this has been discussed and promised a number of times in the past, but I’ve reached the point where I really need AnsPress to work with Ultimate Member (version 2 of this plugin had been released btw). The only real integration I need is similar to that of BuddyPress.
Is there any way this can be bumped up the development queue ?
Thanks
Hi,
I just installed the andpress plugin and the moment I click to do anything I get this error “Fatal error: Class ‘WP_List_Util’ not found in C:xampphtdocswordpresswp-contentpluginsanspress-question-answerincludesfunctions.php on line 633”.
I am not able to do anything, please suggest what to do.
Best regards.