Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
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.
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
How to show date and time to comments - Role-Model - 18-02-2011 03:15 PM

Forum Jump: