A doubt that I can not resolve with the tests, and I don´t know if it just happens to me, what functionality is to follow users? I mean what in version 2.3.8 when I follow a user, I have no notifications of new questions from that user, or receive emails, or the question appears in subscriptions. I wonder if someone using this version can tell me how it works.
In tests with beta versions, for some reason or other, I don’t get to do the whole process, and I understand, because it is beta version.
Yes I receive emails with new questions asked about tags that I follow.
I want to capture the $post_id created when a question is successfully written into the DB (at the end of the function process_ask_form() ). I think it would be best to store as a session variable, but where would I put session_start() for this? At the beginning of process-form.php? Or at the beginning of anspress-question-answer.php?
HI Guys, I keep getting the message “please recheck your captcha and try again” when submitting an answer on the site http://quadquestions.com/question/auto-level-is-not-level/
Can you help me troubleshoot? Ive triple checked our captcha keys and they are correct. If I disable the captcha then I can answer, but the Q&A is prone to a bunch of spam..
Thanks
Hello, I have a problem with the Question Stats Widget. If I have no (0) answer, it show 1 answer.
It seem related to translation file (mine is in french).
So, inside question_stats.php, here are my tests :
_n( ‘%2$s1%3$s answer’, ‘%2$s%1$d%3$s answers’, 0, ‘ap’ ) // return ‘%2$s1%3$s réponse’
_n( ‘%2$s1%3$s answer’, ‘%2$s%1$d%3$s answers’, 1, ‘ap’ ) // return ‘%2$s1%3$s réponse’
_n( ‘%2$s1%3$s answer’, ‘%2$s%1$d%3$s answers’, 2, ‘ap’ ) // return ‘%2$s%1$d%3$s réponses’
In french, the function _n() return singular form even when $ans_count is 0 (supposed to return plurial form)…
Do you have any idea why ?
Thank you! 🙂
How can I change Bootstrap grid ? for example from col-md-8 to col-md-10 for main block, and from col-md-4 to col-md-2 for sidebar ?
When IN Question (as a user) edit mode, if i press the Edit Post in top breadcrumb i get:
You don’t have permission to access this page.
This is confusing at least.