• Welcome to PHPVIBE Forums. Please log in.

[ Video Sharing CMS v4 ] How to show date added?

Started by SonicSync,

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

SonicSyncTopic starter

How to display video submission date next to thumbs on main home page?

  •  

PHPVibe A.

In tpl/main/home.php

Replace

$options =


with

$options = DB_PREFIX."videos.date, ".


and to show date:

$video->date

or time ago
time_ago($video->date)


BUT this will make all your other pages have an error.

So copy video-loop.php to home-loop.php and change in
home.php

include(TPL.'/video-loop.php');


to

include(TPL.'/home-loop.php');


and now you can work in home-loop.php and add the time.

SonicSyncTopic starter

  •  

 

Similar topics (7)

Important Announcement: PHPVibe Video Sharing CMS End of Life

Started by Marius P.


Replies: 1
Views: 41458

The problem of video viewing PHPVibe 5.0

Started by Nayn


Replies: 25
Views: 71669

embed video does not work on v5

Started by neospider69


Replies: 6
Views: 52197

when slecting to unpublish music mp3 - next page says unpublished video ?

Started by spirog


Replies: 2
Views: 4556

insite ads issue when selecting above/below video player location

Started by georgepanaitescu


Replies: 3
Views: 23537

Video that I've uploaded needs to have that value in admin to upload

Started by spirog


Replies: 4
Views: 6634

video,playlist,images, etc. (frontend) select all deselect all reselect all

Started by spirog


Replies: 3
Views: 6545