Adult Script Pro Community Forums

The forum is here for legacy reasons. No new posts will be created. User registration is disabled! If you have any questions, please email us or check https://www.adultscriptpro.com for more details!

You are not logged in.

#1 2012-03-11 02:01:35

mmpo
Member
Registered: 2012-01-23
Posts: 240
Website

How can a i get a better date under video thumb?

Hello all.

How can a i get a better date under video thumb?
I mean, if the video is less than one hour old, it shows (x)minutes ago, by if the vid is more than an hour old, it shows today.

I would love to have videos up to 24 hours old to show how many hours ago was published (i.e. 2 hours ago,13 hours ago,23 hours ago).
how can a achieve this?

Offline

#2 2012-03-11 04:44:08

THS
Member
Registered: 2012-02-02
Posts: 313
Website

Re: How can a i get a better date under video thumb?

In libraries/framework/date.php go to line 69:

return 'today';

Change that to:

return "$difference hours ago";

I didn't test it, but that should be it.

Offline

#3 2012-03-11 18:50:56

mmpo
Member
Registered: 2012-01-23
Posts: 240
Website

Re: How can a i get a better date under video thumb?

THS wrote:

In libraries/framework/date.php go to line 69:

return 'today';

Change that to:

return "$difference hours ago";

I didn't test it, but that should be it.

Awesome THS, it works like a charm...
Thanks a lot for your help!

Offline

Board footer

Powered by FluxBB