Here is how i did it:
Find the comments template "General > Comments"
I just commented out the entire file by adding <!-- at the beginning and --> at the end.
This removes the comments and also the ability to add comments via the article.
Next:
To remove it from the "Article Options" nav bar go to template "Knowledge Base > kbarticlenavbar"
Find
Quote:
|
<div class="navitem" onMouseOver="javascript:this.className='navitemhov er';" onMouseOut="javascript:this.className='navitem';"> <img src="<{$themepath}>icon_addcomment.gif" width="16" height="16"> <a href="#" onClick="javascript:switchDisplay('comments');"><{ $language[addcomment]}></a></div>
|
Comment the above section out with <!-- -->
Note: I use comment out for testing, as is something goes wrong I know the code will always be there if i need it, so you could just delete it if you was sure it wouldnt mess things up.
Hope that helps.