• Welcome to PHPVIBE Forums. Please log in.

[ Video Sharing CMS v4 ] Chanel video order change

Started by korobert,

Previous topic - Next topic

0 Members and 2 Guests are viewing this topic.

korobertTopic starter

Hello!

How can i change on chanel page: video order?

Thanks Robert
  •  

Marius P.

Hi,
tpl/{your theme}/channels.php

$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.category in (SELECT cat_id from ".DB_PREFIX."channels where cat_id = '".$channel->cat_id."' or child_of = '".$channel->cat_id."' ) and ".DB_PREFIX."videos.pub > 0 ORDER BY ".DB_PREFIX."videos.id DESC ".this_offset(4);



notice the


ORDER BY ".DB_PREFIX."videos.id DESC
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!
  •  

korobertTopic starter

  •  

Marius P.

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)