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?
Hi, Rahul.
We wonder whether it is possible to apply tags feature on answers like questions.
If possible, please give us directions.
Thanks
[02-Nov-2015 01:13:44 UTC] PHP Notice: Undefined index: categories_page_orderby in /home/wp-content/plugins/categories-for-anspress/categories-for-anspress.php on line 301
[02-Nov-2015 01:13:44 UTC] PHP Notice: Undefined index: categories_page_order in /home/wp-content/plugins/categories-for-anspress/categories-for-anspress.php on line 313
[02-Nov-2015 01:13:44 UTC] PHP Notice: Undefined index: categories_page_slug in /home/wp-content/plugins/categories-for-anspress/categories-for-anspress.php on line 321
[02-Nov-2015 01:13:44 UTC] PHP Notice: Undefined index: category_page_slug in /home/wp-content/plugins/categories-for-anspress/categories-for-anspress.php on line 330
[02-Nov-2015 01:13:17 UTC] PHP Notice: Trying to get property of non-object in /home/wp-content/plugins/anspress-email/anspress_email.php on line 645
[02-Nov-2015 01:13:17 UTC] PHP Notice: Trying to get property of non-object in /home/wp-content/plugins/anspress-email/anspress_email.php on line 646
[02-Nov-2015 01:13:18 UTC] Undefined index: attr in /home/wp-content/plugins/anspress-question-answer/includes/class-form.php on line 135
[02-Nov-2015 01:12:51 UTC] PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; AP_Search_Widget has a deprecated constructor in /home/wp-content/plugins/anspress-question-answer/widgets/search.php on line 18
[02-Nov-2015 01:12:51 UTC] PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; AnsPress_Subscribe_Widget has a deprecated constructor in /home/wp-content/plugins/anspress-question-answer/widgets/subscribe.php on line 18
[02-Nov-2015 01:12:51 UTC] PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; AnsPress_Stats_Widget has a deprecated constructor in /home/wp-content/plugins/anspress-question-answer/widgets/question_stats.php on line 18
[02-Nov-2015 01:12:51 UTC] PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; AP_Related_questions has a deprecated constructor in /home/wp-content/plugins/anspress-question-answer/widgets/related_questions.php on line 2
[02-Nov-2015 01:12:51 UTC] PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; AP_Questions_Widget has a deprecated constructor in /home/wp-content/plugins/anspress-question-answer/widgets/questions.php on line 2
[02-Nov-2015 01:12:51 UTC] PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; AP_followers_Widget has a deprecated constructor in /home/wp-content/plugins/anspress-question-answer/widgets/followers.php on line 2
[02-Nov-2015 01:12:51 UTC] PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; AP_User_Widget has a deprecated constructor in /home/wp-content/plugins/anspress-question-answer/widgets/user.php on line 2
I’d like to keep my Q&A system good. But users usually don’t care much.
Sometimes they may ask new question as an answer to an old question.
What I need to be able to do, is to moderate my AnsPress installation:
- pull answer out of a question and turn it into a separate new question
(when user asked new question in an “answer” form by mistake) - move answers between different questions
(when there are duplicate questions and both have good answers) - be able to transform Comments into either questions or answers as well