This is guide I will show you enable Comment engine in Blog extension.
From version 1.0.0 to 1.0.4, this select Comment engine in Admin does not work, you have to edit xml file.
Go to file
app/design/frontend/base/default/layout/mageplaza_betterblog.xml:103
You can see the Comment engines:
<!--1. Blog comment--> <block ifconfig="mageplaza_betterblog/comment/type" type="mageplaza_betterblog/post_comment_list" name="post.comments_list" as="post_comment_list" template="mageplaza_betterblog/post/comment/list.phtml" > <block type="mageplaza_betterblog/post_comment_form" name="comment_form" as="comment_form" template="mageplaza_betterblog/post/comment/form.phtml" /> </block> <!--2. Disqus--> <!--<block type="mageplaza_betterblog/post_comment_disqus" name="post.comments_disqus" as="post_comments_disqus" ifconfig="mageplaza_betterblog/comment/type" template="mageplaza_betterblog/post/comment/disqus.phtml" />--> <!--3. Facebook comment--> <!--<block ifconfig="mageplaza_betterblog/comment/type" type="mageplaza_betterblog/post_comment_facebook" name="post.comments_facebook" as="post_comments_facebook" template="mageplaza_betterblog/post/comment/facebook.phtml" />-->
Now I am going to enable Facebook comment. Uncomment Facebook line and Comment default Comment
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article