Title: Add compatibility with plugin Comments Evolved
Last modified: September 3, 2016

---

# Add compatibility with plugin Comments Evolved

 *  [Dani Bat](https://wordpress.org/support/users/danybat/)
 * (@danybat)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/add-compatibility-with-plugin-comments-evolved/)
 * **Awesome comments system !!!!** Gracias !!
 * Please add compatibility with the plugin **“Comments Evolved for WordPress”**
 * I try to use **Super Socializer** social comments option in conjunction with 
   wpdiscuz, but not working for me 🙁

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

 *  Plugin Author [gVectors Team](https://wordpress.org/support/users/gvectors-team/)
 * (@gvectors-team)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/add-compatibility-with-plugin-comments-evolved/#post-7991117)
 * Hi Danybat,
    Thank you very much for the good review, we’ll work on that if you
   change your review from 4x to 5x 😉
 *  Thread Starter [Dani Bat](https://wordpress.org/support/users/danybat/)
 * (@danybat)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/add-compatibility-with-plugin-comments-evolved/#post-7991133)
 * Done !!
 *  Plugin Author [AdvancedCoding](https://wordpress.org/support/users/advancedcoding/)
 * (@advancedcoding)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/add-compatibility-with-plugin-comments-evolved/#post-7991135)
 * Hi Danybat,
    Could you please **deactivate, delete and install** wpDiscuz again,
   we’ve added some changes, it should work with Super Socializer.
 * Please let us know what exactly didn’t work with SuperSocializer, **we want to
   fix it too** if the correction above doesn’t work for you
 *  Plugin Author [gVectors Team](https://wordpress.org/support/users/gvectors-team/)
 * (@gvectors-team)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/add-compatibility-with-plugin-comments-evolved/#post-7991149)
 * Hi Danybat,
    To make “Comments Evolved” compatible with wpDiscuz it should be
   changed from “Comments Evolved” side, it can’t be done from wpDiscuz.
 * Please open includes/templates/partials/wordpress.php file in “Comments Evolved
   for WordPress” plugin folder, find this code:
 *     ```
       if (file_exists(TEMPLATEPATH . '/comments.php')) {
       	include_once TEMPLATEPATH . '/comments.php';
       } elseif (file_exists(TEMPLATEPATH . '/includes/comments.php')) {
       	include_once TEMPLATEPATH . '/includes/comments.php';
       }
       ```
   
 * And change it to this:
 *     ```
       if(file_exists(ABSPATH . 'wp-content/plugins/wpdiscuz/comment-form/form.php')){
       	include_once ABSPATH . 'wp-content/plugins/wpdiscuz/comment-form/form.php';
       }elseif (file_exists(TEMPLATEPATH . '/comments.php')) {
       	include_once TEMPLATEPATH . '/comments.php';
       } elseif (file_exists(TEMPLATEPATH . '/includes/comments.php')) {
       	include_once TEMPLATEPATH . '/includes/comments.php';
       }
       ```
   
 *  Thread Starter [Dani Bat](https://wordpress.org/support/users/danybat/)
 * (@danybat)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/add-compatibility-with-plugin-comments-evolved/#post-7991150)
 * > Hi Danybat,
   >  To make “Comments Evolved” compatible with wpDiscuz it should 
   > be changed from “Comments Evolved” side, it can’t be done from wpDiscuz.
   > Please open includes/templates/partials/wordpress.php file in “Comments Evolved
   > for WordPress” plugin folder, find this code:
   >  if (file_exists(TEMPLATEPATH.‘/
   > comments.php’)) { include_once TEMPLATEPATH . ‘/comments.php’; } elseif (file_exists(
   > TEMPLATEPATH . ‘/includes/comments.php’)) { include_once TEMPLATEPATH . ‘/includes/
   > comments.php’; } And change it to this: if(file_exists(ABSPATH . ‘wp-content/
   > plugins/wpdiscuz/comment-form/form.php’)){ include_once ABSPATH . ‘wp-content/
   > plugins/wpdiscuz/comment-form/form.php’; }elseif (file_exists(TEMPLATEPATH .‘/
   > comments.php’)) { include_once TEMPLATEPATH . ‘/comments.php’; } elseif (file_exists(
   > TEMPLATEPATH . ‘/includes/comments.php’)) { include_once TEMPLATEPATH . ‘/includes/
   > comments.php’; }
 * **Wow !! works fine. Gracias !!**
 * > Hi Danybat,
   >  Could you please deactivate, delete and install wpDiscuz again,
   > we’ve added some changes, it should work with Super Socializer.
   > Please let us know what exactly didn’t work with SuperSocializer, we want to
   > fix it too if the correction above doesn’t work for you
 * Unfortunately, the changes will not work.
    Then I leave a couple of pictures 
   that describe the problem:
 * [http://i.imgur.com/6i7wPzK.png](http://i.imgur.com/6i7wPzK.png)
    [http://i.imgur.com/WRdR1RQ.png](http://i.imgur.com/WRdR1RQ.png)
 * **But anyway I am satisfied with the “Comments Evolved” plugin now it’s compatible
   with wpDiscuz**
 * **Thank you so much for your help**
 *  Plugin Author [gVectors Team](https://wordpress.org/support/users/gvectors-team/)
 * (@gvectors-team)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/add-compatibility-with-plugin-comments-evolved/#post-7991151)
 * Great!
    Thank you very much for those screenshots and descriptions. We’ll do 
   our best to fix this issue as well.

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

The topic ‘Add compatibility with plugin Comments Evolved’ is closed to new replies.

 * ![](https://ps.w.org/wpdiscuz/assets/icon-256x256.png?rev=1076265)
 * [Comments - wpDiscuz](https://wordpress.org/plugins/wpdiscuz/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wpdiscuz/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wpdiscuz/)
 * [Active Topics](https://wordpress.org/support/plugin/wpdiscuz/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wpdiscuz/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wpdiscuz/reviews/)

 * 6 replies
 * 3 participants
 * Last reply from: [gVectors Team](https://wordpress.org/support/users/gvectors-team/)
 * Last activity: [10 years, 9 months ago](https://wordpress.org/support/topic/add-compatibility-with-plugin-comments-evolved/#post-7991151)