Can you make another form for the comment box on posts?

Hi all,

I apologize in advance as I am not very experienced in WordPress.  Rauhl was kind enough to get me an update to Anspress that has the @tagging feature, but how do I go about installing this update to Anspress on my site?  I want to make sure that everyones comments/threads aren’t deleted.

Dear Anspress Team

I just want to set up a relation between Category&Tags to be And not Or as a default.

How can i do it?

Thanks,

I have been testing Anspress for over two months now with lots of ups and downs. When I though I was close to launching my Anspress based site I just realized that thing dont work. For example, I installed the latest stable version of Anspress v 2.3.8 but needed the option to change the slugs for categories and rename the categories page so I installed the categories extension v 1.4. Guess what, they dont work well together. The categories page doesn’t show the title from options (it shows Categories instead) and the category slug shows a 404. I need some help here!

I can see the option to search by pressing Tab Key

However, When I use Tab key to search (and press enter after search term), it queries “?email=”, therefore search is not triggered. (While it should have used “?ap_s=”)

I read somewhere, that it can be personalized from chrome itself, but that would not solve it globally. Is there any way to make it work?

Edit 1 – Strange, soon after I posted this question, I retried, and now chrome started search using “?ap_s=”. And now it appears to be working. Don’t know why this happened?

First off; Thank you for the amazing plugin @rahularyan. I’m currently integrating Anspress into a BuddyPress community and been diving into creating custom queries showing Q&A’s in a specific category/tag. I got a basic loop working using the code below, but the AJAX filtering does not work. It seems some query parameters are being added to page URL and I’m not sure what the logic is here. Is there any way to make this work?

      <?php
      global $questions;
      $group_slug = bp_get_group_slug();
      $questions 		 = new Question_Query( array(
        'post_type'  => 'question',
      	'tax_query' => array(
      		array(
      			'taxonomy' => 'question_tag',
      			'field'    => 'slug',
      			'terms'    => 'support'
      		)
      	)

      )
      );
  		echo '<div id="anspress">';
  	    ap_get_template_part( 'buddypress/user-questions' );
  	    echo '</div>';
  	    wp_reset_postdata();
       ?>

Thanks again for the amazing plugin, it’s a joy to play around with!

Pagination does not work in beta, since the second page is a blank page.

http://orion-company.ru/questions/page/2/

Hi Rahul,

It’s good plugin.I just need to know that how can we add more field in the Question Ask form.

i need to add separate image field here.

Also is there any option so that user can  select multiple category from front end while asking question.

Thanks & Regards