Since last update all the comments on post / pages and DW Question Answer have all turned to anonymous. Tired a few things but once I deactivated DW Q
&A it went back to normal.
Once I updated the DW Q&A that also broke my local site. Any ideas would be great.
I just opened ask question page to ask the same question and saw your question yes every comment is now being assigned under anonymous may this issue is resolved soon as it looks odd lolz 🙂
Fixed my issue by going to actions.php and at the very bottom remove.
function dwqa_comment_author_link_anonymous( $comment ) {
// global $current_comment;
if( $comment->user_id <= 0 ) {
$comment->comment_author = __(‘Anonymous’,’dwqa’);
}
return $comment ;
}
add_filter( ‘get_comment’, ‘dwqa_comment_author_link_anonymous’ );
great!! thanks for the tips Dom
My pleasure. Glad I could help out.
the problem with removing this is that it will start showing the email id of the anonymous users as there user names in recent comments widget as discussed here on my previous question http://cmspioneer.com/designwall/question/anonymous-question-answer-feature-is-revealing-users-email-if-they-opt-to-get-notified-or-make-an-comment/
DW QA had update, but still have this problem
It seems to work for me. I think it has been fixed now?
Even with the newest update out today I had to remove that bit from actions.php Any idea at all.
DW still not fix this issue 🙁
I can’t believe we’re the only ones having this issue. Or cares about it at least.
no the issue is still there and has not been resolved there was some answers provided on the question link i provided in the comments above but no luck so far but i hope they are working on this issue to resolve it asap
The team has provided the quick fix for the solution ,you may like to check their latest blog post
Please login or Register to submit your answer