Turn off Recent comments on main.php

matt2051b
matt2051b's picture

Joined: 2005-06-01
Posts: 14
Posted: Thu, 2005-06-02 00:01

Hi

Does anyone know how to turn off “Recent Comments

 
mindless
mindless's picture

Joined: 2004-01-04
Posts: 8601
Posted: Thu, 2005-06-02 00:04

you can change loadItemDetails in module/comment/module.inc to not return anything.

 
matt2051b
matt2051b's picture

Joined: 2005-06-01
Posts: 14
Posted: Thu, 2005-06-02 00:30

Thanks...

I created a "local" dir and made a copy of CommentItemDetails.tpl.

Then I edited "/modules/comment/templates/local/CommentItemDetails.tpl" to not display "Recent Comments"

That took care of it!

 
mindless
mindless's picture

Joined: 2004-01-04
Posts: 8601
Posted: Thu, 2005-06-02 01:07

yup, that'll work and is easier to keep in place during upgrades.