Free Adult Tube-Video Script Forum

Full Version: How to show date and time to comments
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
thanks Svetoslav
in future i may get you ass a script bug fixer Smile
I'm glad that to be help full.
But i'm not expert in php Smile
I will help any time if i can.

Kind Regards
Svetoslav
for date and time, there is no need for substr or urlencode.
this would be nice however, if it was included in mine which shows the name of the user who posted the comment.

name
date time
comment
Reference URL's