Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • sebi Friend
    #126566

    Hello,

    i have Installed the template “JA Corona” an my Joomla 1.5.1.
    I created a nem menu item to the Fireboard Forum.
    If i klick the link, fireboard will be loaded, but the navigation menu not.

    I have installed it on a local testserver, so i cant show you a link.

    what can i do ?


    1. corona
    kangwawan Friend
    #242153

    <em>@sebi 44350 wrote:</em><blockquote>Hello,

    i have Installed the template “JA Corona” an my Joomla 1.5.1.
    I created a nem menu item to the Fireboard Forum.
    If i klick the link, fireboard will be loaded, but the navigation menu not.

    I have installed it on a local testserver, so i cant show you a link.

    what can i do ?</blockquote>
    That problem happen to me too in my site, maqdis.org. Navigation under forum (forum is linked to fireboard) not loaded.
    Please help me…
    Thanks…

    Menalto Friend
    #242162

    Please do a search here about it, i posted a solution for someone to try out.

    sebi Friend
    #242185

    i think you mean this thread
    http://www.joomlart.com/forums/topic/fireboard/

    it works!
    thx

    skorz Friend
    #243221

    this “solution” will give an js error anyway.. this is only a renaiming and so js will not load.

    try to change following code between head in index.php of you template:

    [PHP]
    <head>
    <? if (JRequest::getCmd(‘option’) == ‘com_fireboard’) {?>
    <script type=”text/javascript” src=”/components/com_fireboard/template/default/js/jquery-latest.pack.js”></script>
    <? }?>
    <jdoc:include type=”head” />
    <?php JHTML::_(‘behavior.mootools’); ?>

    <link rel=”stylesheet” href=”<?php echo $tmpTools->baseurl(); ?>templates/system/css/system.css” type=”text/css” />
    <link rel=”stylesheet” href=”<?php echo $tmpTools->baseurl(); ?>templates/system/css/general.css” type=”text/css” />
    <link rel=”stylesheet” href=”<?php echo $tmpTools->templateurl(); ?>/css/template.css” type=”text/css” />
    <link rel=”stylesheet” href=”<?php echo $tmpTools->templateurl(); ?>/css/typo.css” type=”text/css” />

    <script language=”javascript” type=”text/javascript” src=”<?php echo $tmpTools->templateurl(); ?>/js/ja.script.js”></script>

    <!– Menu head –>
    <?php $jamenu->genMenuHead(); ?>

    <link href=”<?php echo $tmpTools->templateurl(); ?>/css/colors/<?php echo $tmpTools->getParam(JA_TOOL_COLOR); ?>.css” rel=”stylesheet” type=”text/css” />

    <!–>
    <style type=”text/css”>
    .clearfix {height: 1%;}
    img {border: none;}
    </style>
    <!–>

    <!–>
    <style type=”text/css”>
    .clearfix {display: inline-block;}
    </style>
    <!–>

    <?php if ($tmpTools->isIE6()) { ?>
    <script type=”text/javascript”>
    var siteurl = ‘<?php echo $tmpTools->baseurl();?>’;

    window.addEvent (‘load’, makeTransBG);
    function makeTransBG() {
    makeTransBg($(‘ja-header’));
    makeTransBg($$(‘h1.logo a’));
    makeTransBg($$(‘#ja-mainnav img’));
    makeTransBg($(‘ja-footer’));
    makeTransBg($$(‘#ja-footer img’));
    }
    </script>

    <?php } ?>

    </head>[/PHP]

    marvays Friend
    #247412

    <em>@skorz 45855 wrote:</em><blockquote>this “solution” will give an js error anyway.. this is only a renaiming and so js will not load.

    try to change following code between head in index.php of you template:

    [PHP]
    <head>
    <? if (JRequest::getCmd(‘option’) == ‘com_fireboard’) {?>
    <script type=”text/javascript” src=”/components/com_fireboard/template/default/js/jquery-latest.pack.js”></script>
    <? }?>
    <jdoc:include type=”head” />
    <?php JHTML::_(‘behavior.mootools’); ?>

    <link rel=”stylesheet” href=”<?php echo $tmpTools->baseurl(); ?>templates/system/css/system.css” type=”text/css” />
    <link rel=”stylesheet” href=”<?php echo $tmpTools->baseurl(); ?>templates/system/css/general.css” type=”text/css” />
    <link rel=”stylesheet” href=”<?php echo $tmpTools->templateurl(); ?>/css/template.css” type=”text/css” />
    <link rel=”stylesheet” href=”<?php echo $tmpTools->templateurl(); ?>/css/typo.css” type=”text/css” />

    <script language=”javascript” type=”text/javascript” src=”<?php echo $tmpTools->templateurl(); ?>/js/ja.script.js”></script>

    <!– Menu head –>
    <?php $jamenu->genMenuHead(); ?>

    <link href=”<?php echo $tmpTools->templateurl(); ?>/css/colors/<?php echo $tmpTools->getParam(JA_TOOL_COLOR); ?>.css” rel=”stylesheet” type=”text/css” />

    <!–>
    <style type=”text/css”>
    .clearfix {height: 1%;}
    img {border: none;}
    </style>
    <!–>

    <!–>
    <style type=”text/css”>
    .clearfix {display: inline-block;}
    </style>
    <!–>

    <?php if ($tmpTools->isIE6()) { ?>
    <script type=”text/javascript”>
    var siteurl = ‘<?php echo $tmpTools->baseurl();?>’;

    window.addEvent (‘load’, makeTransBG);
    function makeTransBG() {
    makeTransBg($(‘ja-header’));
    makeTransBg($$(‘h1.logo a’));
    makeTransBg($$(‘#ja-mainnav img’));
    makeTransBg($(‘ja-footer’));
    makeTransBg($$(‘#ja-footer img’));
    }
    </script>

    <?php } ?>

    </head>[/PHP]</blockquote>

    Hm, but this is dont work for me

    funkmanusa Friend
    #250212

    I was having the same problem and found this solution, about 3/4 of the page down- step by step answer.

Viewing 7 posts - 1 through 7 (of 7 total)

This topic contains 7 replies, has 6 voices, and was last updated by  funkmanusa 16 years, 6 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum