[ Video Sharing CMS v4 ] How can I get the channels menu from top nav menu from version 3.4

Started by rishab55555,

Previous topic - Next topic

0 Members and 2 Guests are viewing this topic.

rishab55555Topic starter

Hello

Can you tell me how can I get that channel menu which was in the top menu of 3.4

  •  

rishab55555Topic starter

BUMP!!!


Please help me, I loved that feature of website most.. I want that in just desktop view.
  •  

PHPVibe A.

Add the css rules from vibe.style.css and the code from tpl.globals.php, simple copy&paste, just make sure you rename the function.

rishab55555Topic starter

Quote from: Alexander on
Add the css rules from vibe.style.css and the code from tpl.globals.php, simple copy&paste, just make sure you rename the function.

Thanks buddy but can you tell me what function and code in css ?

I know its not part of support but just curious if you can help me to get the same.

If you can't help, I completely understand that :)
  •  

PHPVibe A.

Hi, from 3.4

vibe.style.css

code under :

/* Channels Menu */


and php

function the_nav();


declared in lib/functions.php

But the_nav in 3.5 it's modified, so be aware.
In 3.4 it's use in the header at tpl.globals.php

Similar topics (7)