We are setting up a simple (anonymous) forum/q&a page but we need help with the following:
1. Pagination issue with /?paged=2 (and 3 and 4 and ….) returns 404 result
2. Remove email required field from new topic and answers page. Hiding the email field does not solve the requirement error.
Thanks in advance.
-edit-
Already searched and tried the resolution for pagination issue by pressing save on the permalinks settings but this doesn’t resolve the issue.
Pagination issue is fixed by not using the Permalink Settings in the DWQA Settings. I tried to set “prikbord” but removed it and used the standard /topic/ permalink.
Still need help with the email required field.
1/ Please go to the Dashboard > Questions > Settings then find the following option to change the number of the question shown on the question list.
https://prnt.sc/sejyn2
2/ in this case, you can send me username & password of your site, we will check and help you resolve it.
See Private Answer
I have helped you resolve this issue, you can check your site now.
Wow! You’re amazing…working perfectly! Thanks mate!
FYI:
Email notifications were not working anymore with anonymous answers (on anonymous(!) questions) because of this check:
Notifications.php:
Start your code here
Line 128: $user_answer_id = 0; Line 148: $user_question_id = 0; Line 238: if ( $user_question_email && $answer_notify_for_question_enabled && absint( $user_answer_id ) !== absint( $user_question_id ) ) {
So i just replaced Line 238 to: if ( $answer_notify_for_question_enabled ) {
I sent and notified to our technical team about this issue, we will check about it.
Please login or Register to submit your answer