• Welcome to PHPVIBE Forums. Please log in.

[ Video Sharing CMS v4 ] Channel not in Homepage block

Started by tkirui,

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

tkiruiTopic starter

I have one block on the home page with all the videos. I want to create a channel that will have videos that will not appear on the home block but only show the channel videos when clicked upon.

How can i create a channel and prevent these videos from coming on my one home page block?

Any advice anyone?
  •  

Marius P.

open tpl/main/home.php

find

else:
$vq = "select ".$options.", ".DB_PREFIX."users.name as owner FROM ".DB_PREFIX."videos LEFT JOIN ".DB_PREFIX."users ON ".DB_PREFIX."videos.user_id = ".DB_PREFIX."users.id WHERE ".DB_PREFIX."videos.views >= 0 and pub > 0 AND category != 'xxx' ORDER BY ".DB_PREFIX."videos.id DESC ".this_offset($limit);
endif;



Replace xxx with your hidden category's id and this should be the new code:


else:
$vq = "select ".$options.", ".DB_PREFIX."users.name as owner FROM ".DB_PREFIX."videos LEFT JOIN ".DB_PREFIX."users ON ".DB_PREFIX."videos.user_id = ".DB_PREFIX."users.id WHERE ".DB_PREFIX."videos.views >= 0 and pub > 0 $c_add ORDER BY ".DB_PREFIX."videos.id DESC ".this_offset($limit);
endif;
Happy with my help? Buy me a coffee.
Please, always use the search before opening a new topic! We're all here on our (limited) free time! Make sure you help yourself too!
  •  

 

Similar topics (7)

Important Announcement: PHPVibe Video Sharing CMS End of Life

Started by Marius P.


Replies: 1
Views: 32172

The problem of video viewing PHPVibe 5.0

Started by Nayn


Replies: 25
Views: 59405

embed video does not work on v5

Started by neospider69


Replies: 6
Views: 42217

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

Started by spirog


Replies: 2
Views: 1439

insite ads issue when selecting above/below video player location

Started by georgepanaitescu


Replies: 3
Views: 16589

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

Started by spirog


Replies: 4
Views: 1293

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

Started by spirog


Replies: 3
Views: 1746