While testing the notification system I discovered a major bug. When a user answer a question that I asked, the notification received says

[my name] answered on [whatever question i asked] . This should be [user x] answered on [whatever question i asked]. In other words, the notification is showing me as the person who answered the question.

May I know how to settle minimum  reputation for users before make question?

it prevents spammers and low profile users to make low level contents.

Need guide for your direction!

 

Hi, Rahul.

In the above link, you gave us the direction of what to do.

We really appreciate with your direction.

However, we tried it but it was quite difficult for us to find out what field to copy and where to paste.

We are not sure what the answer form is and where it is.

 

If you show us how to do it, then it would be really helpful for us.

 

Sorry for bothering and thanks a lot.

Hi , thank you for this awesome plugin.

But in my ask page i have a bug on a field. How can i remove this bug ?

http://prntscr.com/8yfy4l

Hello all. After I updated anspress plugin to 2.4 beta on my website, questions page does not appear on the setted page. www.leaguetactics.com/forum

I’m trying to limit access to certain “pages” created by anspress to users logged in. That is, I would like the public to have access to view only the individual questions (I’m showing only the excerpt), but not the other pages. Is it posible?

This is what I’m trying:

function login_required() {
    global $post;
    if( is_page( array( 'community','user' ) ) && ! is_user_logged_in() ) {
        wp_redirect( home_url() ); 
        exit();
    }
}
add_action( 'template_redirect', 'login_required' );

 

 

[edited]

I managed to do it, but in an alternative way. As anspress pages are not “real”, I override user.php and base.php including this code:

<?php if (ap_user_can_ask()): ?>
....

<?php endif; ?>
 <?php ap_get_template_part('login-signup'); ?>

can we hide the toolbar of this writing area,

i have uploaded an image to make it easier to understand.

 

thank you

Dear Anspress Team

How could user select a Question Label by themselves (like a category) when they ask a question from front-end?

Please advise if it can do.

Regards,

Currently in the ‘Tags’ Category we can view tags and number of tags.

 

Can we see this in ‘Tags’ in the user profile? In the User profile ‘Stats’.

Hello,

 

I’m starting to use Anspress and like to populate the “how to ask” tab but as is inthis page, I only have the shortcode displayed…

Is someone could help me?