• Welcome to PHPVIBE Forums. Please log in.

[ Video Sharing CMS v4 ] sub-channel slider

Started by thomaskloos,

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

thomaskloosTopic starter

Does the sub-channel slider menu have a limit of just 50? Or is there somewhere I can change it to allow more?

I have attached an image...


Thanks!

...Thomas
  •  

PHPVibe A.

Yes, it does, in com/com_channel.php edit:

//Subs
$subchannels = $db->get_results("SELECT cat_name, cat_id,picture FROM ".DB_PREFIX."channels where child_of = '".$id ."' limit  0,50");



Increase the 50 in the end to more.

thomaskloosTopic starter

  •  

Similar topics (7)