[ Video Sharing CMS v4 ] contents inside playlist aren't sorting by title order but by video id order

Started by teckvo,

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

teckvoTopic starter

Videos inside playlist are sorted by video ID. Is there a way we can't sort videos inside playlist by Title order?

It helps if we have videos in a Series.

Thanks
  •  

PHPVibe A.

Hi!

tpl/main/layouts/list.php

modify

ORDER BY ".DB_PREFIX."playlist_data.id DESC


with (for example)

ORDER BY ".DB_PREFIX."videos.title ASC


Similar topics (7)