• Welcome to PHPVIBE Forums. Please log in.

[ Video Sharing CMS v4 ] Music Channels and Image Channels

Started by ipeci,

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

ipeciTopic starter

Hallo ,
After the video preview not working , i have delete the full script and downloaded the new stabilized ...But after installing im missing the two channels on sidebar Music Channels and Image Channels and i only have Video Channels .
Before i  i have downloadet the optimized version they was there but now i have only Video Channels !!!

What im doing Wrong... im working more than 10 hours to fix this !

Homepage  www.tvlimit.com

Regards
  •  

ipeciTopic starter


The problem ist by
if(get_option('musicmenu') == 1 ) {
Only if image category exists and image  !!! But if a make a Image Channel ,category and Upload a Image still Invisible on page ???!!?! :-\

Now i have Changet the Nr.1 with 0
if(get_option('musicmenu') == 0 ) { and this way is working  !

ORGINAL / Sidebar Code...
<?php
//The menu   
echo '<div class="sidebar-nav blc"><div class="head"><h4>'._lang('Video Channels').'</h4></div>'.the_nav().'<div class="clearfix"></div></div>';
if(get_option('musicmenu') == 0 ) {
echo '<div class="sidebar-nav blc"><div class="head"><h4>'._lang('Music Channels').'</h4></div>'.the_nav(2).'<div class="clearfix"></div></div>';
}
if(get_option('imagesmenu') == 0 ) {
echo '<div class="sidebar-nav blc"><div class="head"><h4>'._lang('Image Categories').'</h4></div>'.the_nav(3).'<div class="clearfix"></div></div>';
}
?>


Plz fix this BUG ::)
  •  

PHPVibe A.

There is no bug, if you have the latest installed, it will have 2 options to show of hide those menus under uploads config.

ipeciTopic starter

Sorry i didnt see that option  8)
Now its working great  :-X
  •  

mio

I've a similar problem (new 3.5 installation and upgrading from 3.4 to 3.5 version): Show/Hide option doesn't work. Music channel and Image channel are still available. Also tried to clear the cache but nothing happens.
  •  

Marius P.

Make sure you have the latest files (tpl/main/sidebar.php)
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!
  •  

mio

OMG I've downladed so many times the last version...I forgot to change that file!!

Now It's working fine!  :)

Thanks.
  •  

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)