2
well - the simpliest way to deal with this is to modify the language files for the news module
in /modules/news/languages/english/main.php ~line 7:
le="color: #000000"><?php define("_NW_COMMENTS","Comments?"); define("_NW_ONECOMMENT","1 comment"); define("_NW_BYTESMORE","%s bytes more"); define("_NW_NUMCOMMENTS","%s comments");
replace with:
le="color: #000000"><?php define("_NW_COMMENTS",""); define("_NW_ONECOMMENT",""); define("_NW_BYTESMORE","%s bytes more"); define("_NW_NUMCOMMENTS","");
No Text = No Link Displayed