Lil B, that can be changed, you have to open comments_html.php and replace: Posted echo timeago($comment->timestamp); with something like: Posted echo date("j M 'y H:i",$comment->timestamp);
I hope this helps.
lil b
Posted 5783 days ago
is it possible to customize the following: "posted 11 hours ago" | change to --> "10:14pm September 27 2009" and allow all comments to be displayed on same page?
RO
Posted 5783 days ago
Test comment
Adrian
Posted 5783 days ago
Sorry but you will need some PHP skills to modify what you need.
Barry Smyth
Posted 5783 days ago
Thanks Adrian, but you're talking to a complete novice here, can you expand on that a little bit?
Posted echo timeago($comment->timestamp);
with something like:
Posted echo date("j M 'y H:i",$comment->timestamp);
I hope this helps.
"posted 11 hours ago" | change to --> "10:14pm September 27 2009"
and
allow all comments to be displayed on same page?