How to remove the date field from Drupal 6 inbuilt comment module.
I want to remove the date fi开发者_Go百科eld from the comments of Drupal site. http://agmrcet.com/demo/node/5#comment I have posted a dummy comment here. Which shows Submitted by admin on Fri, 03/25/2011 - 23:59. I dont want the date and time stamp to be present. Thanks in advance.
Edit the node.tpl.php
of your theme. If you have difficulties finding the right place in the file use the devel themer module and Firebug for Firefox.
精彩评论