Title: Compatible with wpDiscuz
Last modified: August 30, 2016

---

# Compatible with wpDiscuz

 *  [gVectors Team](https://wordpress.org/support/users/gvectors-team/)
 * (@gvectors-team)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/compatible-with-wpdiscuz/)
 * Hi BenSh,
    This is a great idea to make available so many comment systems in 
   a one plugin. Great job! I’d like to ask you to add [wpDiscuz](https://wordpress.org/plugins/wpdiscuz/)
   compatibility. It’d be very appreciated by our team and wpDiscuz users. To make
   wpDiscuz available in the native comment tab (wpDiscuz is an extension of wp 
   native comment system) you should make this small change in `includes/templates/
   partials/wordpress.php` file:
 * 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';
       }
       ```
   
 * Can be changed 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';
       }
       ```
   
 * If you have a better idea please let us know.
 * —
    Thank you gVectors Team
 * [https://wordpress.org/plugins/gplus-comments/](https://wordpress.org/plugins/gplus-comments/)

The topic ‘Compatible with wpDiscuz’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/gplus-comments_fffdf9.svg)
 * [Comments Evolved for WordPress](https://wordpress.org/plugins/gplus-comments/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/gplus-comments/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/gplus-comments/)
 * [Active Topics](https://wordpress.org/support/plugin/gplus-comments/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/gplus-comments/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/gplus-comments/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [gVectors Team](https://wordpress.org/support/users/gvectors-team/)
 * Last activity: [10 years, 10 months ago](https://wordpress.org/support/topic/compatible-with-wpdiscuz/)
 * Status: not resolved