How to show date and time to comments
|
18-02-2011, 03:15 PM
(This post was last modified: 18-02-2011 03:28 PM by Role-Model.)
Post: #1
|
|||
|
|||
How to show date and time to comments
Hello,
Like to show you how to show date and time to comments so go to root/include/functions.php and go to line 1031 or find next line: $kategoriler=$kategoriler.'<li><a href="'.$root_url.$linki.'">'.substr(urldecode($row['comment']),0,60).'...</a></li>'; And replace it with this line: $kategoriler=$kategoriler.'<li><a href="'.$root_url.$linki.'">'.substr(urldecode($row['tarih']),0,60).'<br>'.substr(urldecode($row['comment']),0,60).'...</a></li>'; Thats all, hope it is helpfull I Attach image what will happend Kind Regards Svetoslav My sites are closed. Google disconnect them and i loose all users. |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
How to show date and time to comments - Role-Model - 18-02-2011 03:15 PM
RE: How to show date and time to comments - admin - 18-02-2011, 05:17 PM
RE: How to show date and time to comments - Role-Model - 19-02-2011, 02:26 AM
RE: How to show date and time to comments - Punktured - 11-03-2011, 05:36 PM
|