• 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

    (@gvectors-team)

    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

    (@danybat)

    Done !!

    Plugin Author AdvancedCoding

    (@advancedcoding)

    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

    (@gvectors-team)

    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

    (@danybat)

    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:

    https://i.imgur.com/6i7wPzK.png
    https://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

    (@gvectors-team)

    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.