The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
Hey, I have spent hours trying to make a Joomla! Template work with vBulletin.
The problem that I am having so far is displaying the navigation correctly. Here's the code from the Joomla! template; Code:
<!-- BEGIN: MAIN NAVIGATION --> <?php if ($tmpTools->getParam('ja_menu') != 'none') : ?> <div id="ja-mainnav"> <?php if ($jamenu) $jamenu->genMenu (0); ?> </div> <?php if ($hasSubnav) : ?> <div id="ja-subnav" class="clearfix"> <?php if ($jamenu) $jamenu->genMenu (1,1); ?> </div> <?php endif; ?> <?php endif; ?> <!-- END: MAIN NAVIGATION --> |
#2
|
|||
|
|||
![]()
I 2 want to have my Joomla Top menu integrated in Vb.
|
#3
|
|||
|
|||
![]()
Did you come up with a solution for this?
|
#4
|
|||
|
|||
![]()
No, I know www.awardfabrik.de has done it.
I know a guy from Jfusion that says it is possible and he could do it for a small amount. Send me an email with your msn, skype or what ever. Joomla - Vb users need to communicate ![]() |
#5
|
|||
|
|||
![]()
Looks like you need to take the if out and then just put the actual menu variable and call the include file php ( external )
|
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|