Hi
I'm testing Commentics and works well with Recent Comments..but I'd like, instead of the date,
10/20 characters (best 2/3 words) of the written comments, I tried some changes.. but my skills are so limited ..is it possible? I'm testing Commentics and works well with Recent Comments..but I'd like, instead of the date,
PHP Code:
<?php
echo $comment["name"] . " on <a href='" . $page["url"] . "'>" . $page["reference"] . "</a> at " . [b]date("g:ia (jS-M)", strtotime($comment["dated"]));[/b]
tks in advance
regards