I wanted the ArticleComments extension on my website so I added the files from here: https://svn.wikia-code.com/wikia/trunk/extensions/wikia/ArticleComments/ and this: "require_once ( "$IP/extensions/ArticleComments/ArticleComments_setup.php" );" to the LocalSettings.php. Now when I look at Special:Version, it says it is installed, but I don't know how to turn on the function so I can see comments on every article. How do I do?
Hi, I am afraid that it's not that easy. Usually our extensions are build around our skin. But try one hint, define $wgArticleCommentsNamespaces with namespace number where articles should have comments enabled.