Dom Amor
asked 10 years ago

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.

4 Answers
well wisher
answered 10 years ago

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 🙂

Dom Amor
answered 10 years ago

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’ );
 
 

Afit Husni
replied 10 years ago

great!! thanks for the tips Dom

Dom Amor
replied 10 years ago

My pleasure. Glad I could help out.

well wisher
replied 10 years ago

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/

Afit Husni
replied 10 years ago

DW QA had update, but still have this problem

Hussain Al-saady
replied 10 years ago

It seems to work for me. I think it has been fixed now?

Dom Amor
answered 10 years ago

Even with the newest update out today I had to remove that bit from actions.php Any idea at all. 

Afit Husni
replied 10 years ago

DW still not fix this issue 🙁

Dom Amor
answered 10 years ago

I can’t believe we’re the only ones having this issue. Or cares about it at least. 

well wisher
replied 10 years ago

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

well wisher
replied 10 years ago

The team has provided the quick fix for the solution ,you may like to check their latest blog post

Powered by DW Question & Answer Pro