• Welcome to PHPVIBE Forums. Please log in.

New PHPVibe v5 Issues and Discussions

Started by DeadFish,

Previous topic - Next topic

0 Members and 2 Guests are viewing this topic.

DeadFishTopic starter

From one of the sites we have. Take for example: When you hit 'Browse Library' at the bottom of the home page. You can see the Channels List on the Right Hand Side (http://www.bakedfish.es/videos/browse/). Now picture if you clicked on a channel. For example: http://www.bakedfish.es/channel/absolute-duo/62/. As you may notice. It no longer displays and of the channels on the right hand portion of the site. The pop out sidebar no longer lists any of the channels.

We want our content to be the main content of our site. Like we had from the previous version. Yet you can see that the channels no longer displays in that right side pop out sidebar.

Continued....

Same kind of goes with the older model Playlists feature. You no longer see the Poster board Featured playlists. Granted I like the new version. Yet I thought there was going to still be 2 versions of it. One that displayed the featured playlist you created now for users channel pages. Yet also the one created that displayed in a poster format for the homepage.

Also, it seems a lot of the videos that were categorized on the homepage blocks have vanished. Still having a bit of a struggle trying to figure out how to sort that out.

Yet like I said. This is literally great work you have presented thus far. As I stated before. If you ever do decide to create a site with a price list for your services. I will literally consider hiring you for your services. Being you are very much so talented developer.
  •  

Marius P.

Thank you for this. I've noticed now there was a small bug in tpl/main/category.php causing this.
The file was asking for the_nav(1) and that failed.

Code corrected:

<?php if(!is_ajax_call()) {
   if($typeofC < 2) {echo the_nav();} else { echo the_nav($typeofC);} 
   }; ?>
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)