By lost305 on
How Can I Take Off The Time Stamp From The Recent Comment Block?
I looked everywhere and can't seem to find where this lil piece of code is at.
I would really appreciate it. Thanks for your time.
How Can I Take Off The Time Stamp From The Recent Comment Block?
I looked everywhere and can't seem to find where this lil piece of code is at.
I would really appreciate it. Thanks for your time.
Comments
Removing some of the time stamp
I would like some of that... I just want to drop off the Sec's field
Days,Hours and Mins are enough and where would I abbreviate Hours to Hrs?
I feel I can figure this out
I feel I can figure this out if I'm just pointed in the right direction.
Removing Time stamp from recent comment block
Removing Time stamp from recent comment block
Hello,
I would also like to know how to remove time and date in the coments ?
Thanks.
Go to
Go to modules/comment.module
find this function
change it to
save it
_
nope-- theme functions exist precisely so you don't have to hack core and create a fork. Copy the function to your theme's template.php file and modify as desired.