Title: fcc2021's Replies | WordPress.org

---

# fcc2021

  [  ](https://wordpress.org/support/users/fcc2021/)

 *   [Profile](https://wordpress.org/support/users/fcc2021/)
 *   [Topics Started](https://wordpress.org/support/users/fcc2021/topics/)
 *   [Replies Created](https://wordpress.org/support/users/fcc2021/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/fcc2021/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/fcc2021/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/fcc2021/engagements/)
 *   [Favorites](https://wordpress.org/support/users/fcc2021/favorites/)

 Search replies:

## Forum Replies Created

Viewing 10 replies - 1 through 10 (of 10 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Dark Mode - Improve Accessibility with AI Powered Dark Theme] Compatibilty problem with WCFM](https://wordpress.org/support/topic/compatibilty-problem-with-wcfm/)
 *  Thread Starter [fcc2021](https://wordpress.org/support/users/fcc2021/)
 * (@fcc2021)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/compatibilty-problem-with-wcfm/#post-16254267)
 * Thank you.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Dark Mode - Improve Accessibility with AI Powered Dark Theme] Compatibilty problem with WCFM](https://wordpress.org/support/topic/compatibilty-problem-with-wcfm/)
 *  Thread Starter [fcc2021](https://wordpress.org/support/users/fcc2021/)
 * (@fcc2021)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/compatibilty-problem-with-wcfm/#post-16238110)
 * Hi, thanks for your answer
    Can you explain how can I extract the theme CSS override?
   I’m not sure how to do it. Thank you.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Dark Mode - Improve Accessibility with AI Powered Dark Theme] Compatibilty problem with WCFM](https://wordpress.org/support/topic/compatibilty-problem-with-wcfm/)
 *  Thread Starter [fcc2021](https://wordpress.org/support/users/fcc2021/)
 * (@fcc2021)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/compatibilty-problem-with-wcfm/#post-16230378)
 * Hello, the page URL is [https://fétichic.fr/store-manager/messages](https://fétichic.fr/store-manager/messages),
   but you need a vendor account to see it.
    Here is one: john_doe WPDARKMODESUPPORT
   Thank you.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[HoneyWaves] Name in review](https://wordpress.org/support/topic/name-in-review/)
 *  Thread Starter [fcc2021](https://wordpress.org/support/users/fcc2021/)
 * (@fcc2021)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/name-in-review/#post-14607032)
 * Hello thanks for the code, the problem is half resolved we still see name+username
   on top, I made a screenshot [https://prnt.sc/17fyrkh](https://prnt.sc/17fyrkh).
   
   Waiting for an answer
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[HoneyWaves] Name in review](https://wordpress.org/support/topic/name-in-review/)
 *  Thread Starter [fcc2021](https://wordpress.org/support/users/fcc2021/)
 * (@fcc2021)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/name-in-review/#post-14603743)
 * Like I told you he told me to ask you because he can’t do anything more.
    How
   can I hide the username if its possible ?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[HoneyWaves] Name in review](https://wordpress.org/support/topic/name-in-review/)
 *  Thread Starter [fcc2021](https://wordpress.org/support/users/fcc2021/)
 * (@fcc2021)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/name-in-review/#post-14603006)
 * Hi thanks for your answer but I don’t want to change it, I just want to show 
   the username instead of the name + second name of the customer.
    Thanks.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[HoneyWaves] Name in review](https://wordpress.org/support/topic/name-in-review/)
 *  Thread Starter [fcc2021](https://wordpress.org/support/users/fcc2021/)
 * (@fcc2021)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/name-in-review/#post-14595514)
 * Its named WCFM Marketplace.
    Thanks
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[HoneyWaves] Name in review](https://wordpress.org/support/topic/name-in-review/)
 *  Thread Starter [fcc2021](https://wordpress.org/support/users/fcc2021/)
 * (@fcc2021)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/name-in-review/#post-14573548)
 * Hi, I have contacted the plugin author that gave me code snippet to fix it but
   nothing worked. He even tried with admin user but it does not work. That’s why
   I’m asking you here, the plugin author told me to.
    This is the code that is 
   supposed to fix it :
 *     ```
       add_filter('get_comment_author', 'wcfm_comment_author', 10, 1);
               function wcfm_comment_author( $author = 'Anonymous' ) {         
                   $comment_ID = get_comment_ID();
                       $comment = get_comment( $comment_ID );
                       if (!empty($comment->comment_author) ) {
                       if($comment->user_id > 0){
                       $user=get_userdata($comment->user_id);
                       $author=$user->user_login;
                       } else {
                       $author = __('Anonymous');
                       }
                       } else {
                       $author = $comment->comment_author;
                       }
                       return $author;
               }
       ```
   
 * Can you please help me with this.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[HoneyWaves] Name in review](https://wordpress.org/support/topic/name-in-review/)
 *  Thread Starter [fcc2021](https://wordpress.org/support/users/fcc2021/)
 * (@fcc2021)
 * [4 years, 12 months ago](https://wordpress.org/support/topic/name-in-review/#post-14570886)
 * tell me if you need more information.
    waiting for an answer
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[HoneyWaves] Name in review](https://wordpress.org/support/topic/name-in-review/)
 *  Thread Starter [fcc2021](https://wordpress.org/support/users/fcc2021/)
 * (@fcc2021)
 * [5 years ago](https://wordpress.org/support/topic/name-in-review/#post-14536438)
 * [https://fétichic.fr/profil/modele2/avis-vendeur](https://fétichic.fr/profil/modele2/avis-vendeur)
   
   Its a exemple of reviews of a vendor from my site. Like you can see the reviews,
   it show the name of customer instead of username.

Viewing 10 replies - 1 through 10 (of 10 total)