-
AuthorPosts
-
March 13, 2008 at 11:15 am #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 ?
March 13, 2008 at 6:41 pm #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 FriendMenalto
- Join date:
- May 2007
- Posts:
- 4736
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 2
- Thanked:
- 531 times in 361 posts
March 13, 2008 at 10:17 pm #242162Please do a search here about it, i posted a solution for someone to try out.
March 14, 2008 at 7:25 am #242185i think you mean this thread
http://www.joomlart.com/forums/topic/fireboard/it works!
thxMarch 26, 2008 at 12:40 pm #243221this “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]
May 1, 2008 at 12:12 am #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 Friendfunkmanusa
- Join date:
- April 2008
- Posts:
- 94
- Downloads:
- 0
- Uploads:
- 4
- Thanks:
- 16
- Thanked:
- 3 times in 1 posts
AuthorPostsViewing 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
No Menu if Fireboard is loaded
Viewing 7 posts - 1 through 7 (of 7 total)