
Some of you have asked about using GraphComment plugin with Madara. Knowing that this is a raising demand from our customers, we have studied a solution for this.
Unfortunately, this plugin does not provide enough hooks & filters that let Madara theme to auto integrate this Comments System. Chapters in Madara theme are not custom post type, but use the same template file with Manga Detail page. Therefore by default all comments in chapters will fall into their parent Manga.
But, here’s the hack if you still want to use GraphComment, which can be considered as an alternative solution for Disqus Comments System. All you need is to open /plugins/graphcomment-comment-system/comments.php – at line 118-121
Replace those lines by these (copy from the link):
https://bit.ly/madara-patch-graphcomment
Boom! That’s it. Make sure you will apply the patch again if you update GraphComment plugin.