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