• Welcome to PHPVIBE Forums. Please log in.

[ Video Sharing CMS v4 ] automatic featured ?

Started by haydenfan,

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

haydenfanTopic starter

Hi

How I can set automatic featured for videos? , I must always go to admin then click on featured for every video.

Thanks
HUGE/BIG FAN  OF HAYDEN PANETTIERE :)

Linux VPS server
Intel  Xeon 8 core
25 GB ram
10 TB HD
100 GB Internet connection
  •  

PHPVibe A.

This pattern you'll have to think it yourself, based on what algorithm they get features...since there is no universal solution.

guest7728

I am doing this by adminer, but is better by cron :-D

All:
use `db_name`;
UPDATE `vibe_videos` SET `featured` = replace(`featured`, "0", "1")

Longest than 3600sec.:
use `db_name`;
UPDATE `vibe_videos`
SET `featured` = 1
WHERE `duration` > '3600'

db_name = name of your db

and of course, is possible to make automatic filter :-)

  •  

haydenfanTopic starter

Quote from: winksus on
I am doing this by adminer, but is better by cron :-D

All:
use `db_name`;
UPDATE `vibe_videos` SET `featured` = replace(`featured`, "0", "1")

Longest than 3600sec.:
use `db_name`;
UPDATE `vibe_videos`
SET `featured` = 1
WHERE `duration` > '3600'

db_name = name of your db

and of course, is possible to make automatic filter :-)

Thanks , I will try it :)
HUGE/BIG FAN  OF HAYDEN PANETTIERE :)

Linux VPS server
Intel  Xeon 8 core
25 GB ram
10 TB HD
100 GB Internet connection
  •  

 

Similar topics (7)

Important Announcement: PHPVibe Video Sharing CMS End of Life

Started by Marius P.


Replies: 1
Views: 36079

The problem of video viewing PHPVibe 5.0

Started by Nayn


Replies: 25
Views: 63554

embed video does not work on v5

Started by neospider69


Replies: 6
Views: 43764

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

Started by spirog


Replies: 2
Views: 3765

insite ads issue when selecting above/below video player location

Started by georgepanaitescu


Replies: 3
Views: 19307

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

Started by spirog


Replies: 4
Views: 2952

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

Started by spirog


Replies: 3
Views: 3170