Hi.
I have updated my development server to version 3.0.0, and have found that it does not load the language file for anspress-question-answer domain.
I have upgraded to the latest version.
When I now try to ‘Write your answer’ as a logged-in user/member, my custom front page gets pulled up – membership register/login etc. – mixed in with the open page, making a total mess.
Do you have any ideas what could cause this? How could I troubleshoot this?
Which function/piece of code gets triggered when you try to write in ‘Write your answer’? I suspect there is an “include homepage” somewhere in your script.
This might be a problem that only I have in my custom theme, but it looks to me like something that should not happen any way.
Hi, I have just updated plugin with 3.0 version.
- On mention a user in answer and question section, it returns anspress profile url even buddypress is active.
2. On mention a user in comment section, it returns correct buddypress profile url, but it displayed anchor tag html.

My other question is that, I have asked question about design issue on reputation page on buddypress profile page.
I have found the solution of it.
At file anspress-question-answer\includes\functions.php
In the function is_anspress() at line number 164.
if ( 'questions' == $bp_com || 'answers' == $bp_com ) {
return true;
}Here in this if condition you have checked the ‘questions’ and ‘answers’ section only. Here need to check ‘reputation’ also.
So this is must be modified with below code.
if ( 'questions' == $bp_com || 'answers' == $bp_com || 'reputation' == $bp_com ) {
return true;
}After this design issue on reputation section in buddypress profile will be solved.
Hey,
I just updated to AnsPress 3.0 (via WordPress updates) and noticed a few display bugs/errors.
Tried multiple themes and they all have the same issues.
Here is a screenshot with comments highlighting the errors:
https://www.evernote.com/l/AGKouWoVKCFLLrwJeyJmgHugu3n2W9tQqmU
Cheers!
Hi,
I like the new look of the user hover card. However, I see it adds the role type of the user. How can I remove this? Is it in ajax-hooks.php file?
Thanks,
Hi,
I updated my Anspress/Anspress tag plugin to find the entire wordpress crash.
Then, disabled all plugins and tried to activate Anspress. Failed with error:
Parse error: syntax error, unexpected ‘[’ in /home/bodhisut/public_html/wp-content/plugins/anspress-question-answer/anspress-question-answer.php on line 580
(This is with 0 plugin, so no other plugin is interfering)
Havent been able to get Anspress to activate ever since. Worse, all QA URLs are giving 404 (obviously).
Pls help.
Hello, I have on every Question two titles. And i dont know how to fix that. This Issue didnt help 🙁

Hi,
I see, that “show comments by default” option from the admin panel is gone. Is there any chance that this feature will return in the near future? I was really using it.