I decided to programatically print comments un Views using PHP footer. The problem is that they now appears twice (my code + default). When I disable comments in content type settings, both ddisappear. How can I disable the default comments and keep my comments printed by php code? I tried to edit node.tpl file. but there is no section responsible for showing comments there (I use Garland). Any advice appreciated.
feedback
|
|
Have you tried looking into the comment.tpl.php file? You should be able to hide the 'real' db driven comments there and only display your printed comments. | |||
feedback
|