PDA

View Full Version : Adding a Joomla! Template to vBulletin


MylesM
09-02-2009, 05:44 PM
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;

<!-- 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 -->

Someone help me please!

Nosfer@tu
09-09-2009, 08:00 PM
I 2 want to have my Joomla Top menu integrated in Vb.

junwin
09-12-2009, 05:40 PM
Did you come up with a solution for this?

Nosfer@tu
09-16-2009, 05:39 PM
Did you come up with a solution for this?

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 ;)

mmoore5553
09-24-2009, 05:15 PM
Looks like you need to take the if out and then just put the actual menu variable and call the include file php ( external )