Hi there,

I have an issue displaying the page title on one of the pages : http://www.commentcavole.com/questions/poser/

In order to display the titles on the other pages, I added the [anspress] shortcode both as the Page title and as the content of the page. As it didn’t work on its own, I also downloaded the “shortcode as title” plugin for wordpress.

That’s strange, because it looks to word better with Yoast running than without…

Thank you for your help,
Julien

Hello. Thanks for your plugin!
Could you say me if there is a way to show on a page only the answers of a determinate user?! Thanks!

By answer the questions I become an error “bot verification failed”.
How can I fix it?

HI.
Really like the look and feel of the plug however,

I have created a question and posted it. When I go and try to answer the question, as soon as I click into the “write your answer” box the formating tool bar disappears, the box expands and then the only thing available is the attach image button (which does work)

There seems to be no way for a person to submit an answer as they cannot write in the box.

By default anspress with askbug offers a user profile URL like this:

http://domain.com/questions/users/JohnDoe/

I want it to be like

http://domain.com/experts/JohnDoe/

How do achieve this?

WordPress 4.8, the rich text editor does not work! It does not appear after the click to go to print text in question page.
<div id="wp-description-editor-container" class="wp-editor-container"><textarea class="wp-editor-area" rows="8" autocomplete="off" cols="40" name="description" id="description" style="visibility: hidden;"></textarea></div>

In page Ask rich text editor works good.

hi
i want add a taxonomy by name “age” that this work done.
i want add this taxonomy to ask page and want create custom search for this i don’t know query string of this
thanks for help

I’ve spent a good amount of time looking for Q&A systems over the past week and this one, by far, is the most robust and closest to meeting my client’s needs. The one thing that it doesn’t quite do out of the box is integrate into the BuddyPress groups.

Background: My client wants to be able to create a set of “Projects” which then have a set of “Issues” that can be listed and discussed within that project. I can do that with bbPress by creating a forum for each group, but a simple forum isn’t quite what we need. It’s questions, answers, and all the features you have. So, my plan is to set it up so that each BuddyPress Group is the “Project” and then (hopefully) use AnsPress in place of the bbPress forums.

My question revolves around whether my solution below is the most efficient way to go about it, or if someone on the dev team might have a more efficient or better way to tackle it.

My Solution: It seems like I can probably just disable the “Tags” for the front end of AnsPress (i.e. Users can’t add their own tags) and then I add some sort of hook in the groups so that when you ask a question from that group, it automatically inserts the group slug as a tag for that question. Then I create a function that will list questions by tag and insert that on the group page – thus showing only the questions which contain the current group slug. This will also allow browsing on the normal questions page and I should be able to edit the theme to also link to the group that the question belongs to by generating a link using the slug in the tag field.

My Question: Does this seem like an efficient way to execute this plan? Or might there be some other hooks or functions in the code that might make this better done in a different way? Please don’t spend a ton of time on this – I know your time is valuable. I’m mainly just looking for a simple, “Yeah, sounds like that is a good way to go,” or a “Have a look at function and see if that helps make it easier,” type thing.

Thanks in advance for any help/advice.