Latest version of everything (even tried with Anspress from Github) and tags/category plugins.
Apparent plugin conflict with Buddypress v.2.2.3.1 gives the error: Fatal error: Call to undefined function bp_activity_do_mentions() in /root-to…/wp-content/plugins/buddypress/bp-activity/bp-activity-filters.php on line 230
Deactivate Buddypress and everything works fine, so appears to be that a conflict has crept in. Anspress 2.1.6 worked fine.
I’m sure you have a fix as you are on top of this development, great work!
Server migration of AnsPress.io is complete, now everything is back to normal.
Thanks for your patience.
I have implemented the crayon syntax highlighter support in AnsPress editor, now you can easily add codes to question and answer.
Make sure to read this How to enable code button and syntax highlighter
Some examples:
public function check_recaptcha() { $recaptcha = new \ReCaptcha\ReCaptcha(ap_opt('recaptcha_secret_key')); $resp = $recaptcha->verify($_POST['g-recaptcha-response'], $_SERVER['REMOTE_ADDR']); if ($resp->isSuccess()) return true; return false; }
I’ve custom user segment who won’t be able to understand dynamics of what Anspress could give but they just knows how to write question and don’t knows why is description is requered. Hence not to confuse with basic user I was wondering if I could disable description of question.
My home page looks ok ( http://soldering.curiousinventor.com/ ), but clicking ‘Ask’ in the menu takes me to /ask and a 404, and clicking on a question or category also 404s.
Under Pages I have one page, ‘Questions’, with [anspress] as the only content.
Under AnsPress options, the only page I can select is ANSPRESS_TITLE.
Also can I have my Questions page be at /questions instead of /base?
I mucked with the menus, so that may have broke it in combination with creating a new child theme. I’m very new to wordpress so I may have skipped some basic things!
thanks!
Hi,
Hello,
When I enter the category widget in the sidebar, so it was displayed.
Thanks and great job!
=D
Hey,
I updated my AnsPress Plugin to version 2.2.0.2, but when I activate it, the look of the user profiles and Questions/answers pages do not change when compared to the “screenshots” in the “view details” section of the 2.2 plugin. Just wondering how I can get it to look like the screenshots. Thanks (PS- I do not have a tech background and do not know how to code)
It’ll be cool if we can hide who asked the question.
Thank you