Hello, in 2.7 i see the date format changed... i want to have it again like was "before"...
For exsample "this video was uploaded: 27 days ago."
now show "this video was uploaded: 01/01/2009" and i dont like it
Anyone can help me, please?
Thank you.
Hello, in 2.7 i see the date format changed... i want to have it again like was "before"...
For exsample "this video was uploaded: 27 days ago."
now show "this video was uploaded: 01/01/2009" and i dont like it
Anyone can help me, please?
Thank you.
I find out in tag pages is still used the "old format"... i vant to use also in most recent page...
so from tag.tpl i copied the code in video.tpl
this code:NOT WORK, show something but instead to show "2days ago" show "14482 days ago"...Code:{insert name=time_range assign=rtime field=video_add_time IDFR=video_id id=$video_info[i].video_id tbl=videos} Added: {$rtime}
anybody can help me to adapt this code for video.tpl?
thank you.
Nobody can help, please?![]()
use the following code
{insert name=time_range assign=rtime field=video_add_time IDFR=video_id id=$view.videos[i].video_id tbl=videos}
this video was uploaded:{$rtime}
Bookmarks