• Welcome to PHPVIBE Forums. Please log in.

[ Video Sharing CMS v4 ] How can I take off the subchannel thumbnails in the channel.

Started by ronyhage,

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

ronyhageTopic starter

Hi,

How can I take off the subchannel circle thumbnails. I attached a picture to show you what I exactly mean.

Can you please tell me which code exactly to take off in which file since I am no coder.

Thanks.
  •  

PHPVibe A.

com/com_channel.php

replace:

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


with:

$subchannels = false;


This should do it.

Similar topics (7)