Please fix the error.
[an error occurred while processing the directive]
Please I need to display the following stats on my homepage:
All Questions = ?
All Answers = ?
All Solved Questions = ?
All Users = ?
I would appreciate if someone would show me how to achieve this.
I want to upload the latest version 3.0.0 – I already have 3 other versions uploaded (eg. master, 2.4.8 etc) – when I go to delete them it warns that I will lose all data. Can I delete without losing previous questons… thanks in advance
Hi
I had a hook that changed the editor icons to how I liked it in version 2.4.8
Now the editor is loaded by ajax, and the hook is not called.
Is there an action I can hook into so I can overwrite the editor icons when the editor is loaded from ajax?
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!