Best of joomla gives you news, joomla templates, tutorials and websites about Joomla , FireBoard and FireMessage official page.
| No account yet?   |
The FireBoard forum component development is still going on. In order to get better, FireBoard will be moved from the Best of Joomla website.
During this transition period, the forum in Best of Joomla will be closed to new posts.
Welcome, Guest
Please Login or Register.    Lost Password?
FireBoard Manual Latest release discussions Download FireBoard
Joomlart- Corona Problems. (1 viewing) (1) Guest
TOPIC: Joomlart- Corona Problems.
#51099
Joomlart- Corona Problems. 7 Months, 2 Weeks ago  
I have searched and searched without finding any successful solution for this problem.
I am desperate for someones help!

When using fireboard with the corona template, initially it caused the slider menu to dissapear. Then I found this solution-

Originally Posted by Menalto
This is a 3d party add on and we do not give support for that......
But if you really wanna try out something you can open up the folder componentscom_fireboardtemplatedefaultjs/ and rename jquery-latest.pack.js to oldjquery-latest.pack.js and see if its working. i am 100% sure it does.


It does in fact resolve the slider menu problem, but adversly the footer gets pushed down and stretched across the browser. Also the module in the left and right columns are pushed to the bottom of the page and I cannot get them to place in the normal highest position of the column.

I am using joomla 1.5 and heres a link to my site.

Thanks in advance!
funkmanusa (User)
Junior Boarder
Posts: 25
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#51130
Re:Joomlart- Corona Problems. 7 Months, 2 Weeks ago  
Powered by Panama Beach Realty, Nice

You are using old version of FB. Please update js pack with new version. Which browser are you using? I am using Firefox and I checked with opera and safari too, I didn't see problem. I don't have an IE.
eyzbe (User)
Fresh Boarder
Posts: 9
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#51140
Re:Joomlart- Corona Problems. 7 Months, 2 Weeks ago  
I just downloaded FB yesterday, so its the newest release.
I changed the jspack call per the suggestion of the forum I previously included to resovle the missing header menu. This fixes the missing menu, but adversley affect everything else below.

I primarily I'm using IE7 but the problem does in fact occur in firefox the same.

Notice the footer is stretched across the browser and pushed down. Click on the home page to see the difference. The right column module is also pushed down to the bottom of the column in both browsers as well. No matter what I do, the modules will not align at the top of the column while in the forum page.

Btw, I have returned the powered by back to the default, didnt mean any offense; my apologies.
Credit where credit is due, if I can make this template with fireboard.


Thanks for the reply!
funkmanusa (User)
Junior Boarder
Posts: 25
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#51144
Re:Joomlart- Corona Problems. 7 Months, 2 Weeks ago  
Iam using corona too and have solved this issue. i will have a look into it today to see what i have changed.. the answer from menalto doesnt help like the support from joomlart is a shame..

i will write back later
sko (User)
Junior Boarder
Posts: 47
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#51146
Re:Joomlart- Corona Problems. 7 Months, 2 Weeks ago  
ok, try this:

change your code in index.php of template corona to this:

Code:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->language; ?>" lang="<?php echo $this->language; ?>">

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

sko (User)
Junior Boarder
Posts: 47
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#51166
Re:Joomlart- Corona Problems. 7 Months, 2 Weeks ago  
Thank you for your help on this and replying.

I did make the change in the index.php and it unfortunately didnt seem to make any changes.

I then tried restoring where I had renamed "jquery-latest.pack.js" to "oldjquery-latest.pack.js" which when I had originally renamed it to the "oldjquery-latest.pack.js", fixed the missing header menu. I thought renaming it back to the current release may have resolved my issue with your fix. But unfortunately it didnt. Click the logo to see what the menu should look like if necessary.

The menu again went away on the header like before on FB page. I have just left it in this latest pack configuration so that it may be easier to try and resolve...if it is part of the problem.

These are the errors it is now reporting-

Error: ($(filter) || document).getElement is not a function
Source File: .../media/system/js/mootools.js
Line: 53

and

Error: this[i][property] has no properties
Source File: .../media/system/js/mootools.js
Line: 26

any ideas?
funkmanusa (User)
Junior Boarder
Posts: 25
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#51233
Re:Joomlart- Corona Problems. 7 Months, 2 Weeks ago  
Sko,

Thanks for help so far, but I hope to be almost there...

Is ther something else you had to modify to get FB+corona to work?

Thanks again!
funkmanusa (User)
Junior Boarder
Posts: 25
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#51259
Re:Joomlart- Corona Problems. 7 Months, 2 Weeks ago  
try this
sko (User)
Junior Boarder
Posts: 47
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#53922
Re:Joomlart- Corona Problems. 5 Months, 3 Weeks ago  
I'm not using Corona, but I was having the mootools error. That worked perfectly! Thank you, sko!
Rapunzl (User)
Junior Boarder
Posts: 22
graphgraph
User Offline Click here to see the profile of this user
Rapunzl Reminisces
Logged Logged
 
Last Edit: 2008/07/31 18:46 By Rapunzl. Reason: Clarification of my issue resolution
 
Automatic Filter Message : Please follow the forum rules for forum signatures...Thanks
 
 
#59943
Re:Joomlart- Corona Problems. 3 Months ago  
Just do this edit:
components/ com_fireboard/ fireboard.php

Search for:
Code:

$mainframe->addCustomHeadTag('<script type="text/javascript">

Add after
Code:

jQuery.noConflict();

Result
Code:

$mainframe->addCustomHeadTag('<script type="text/javascript"> 
 
jQuery.noConflict(); 
 
//1: show, 0 : hide 
 
jr_expandImg_url = "' . JB_URLIMAGESPATH . '";</script>');



This edit will be included in next build

Confirmed to work with JA_Corona
johnnydement (User)
FB Quality & Testing Team
Moderator
Posts: 458
graphgraph
User Offline Click here to see the profile of this user
Voces del Vicio Location: Barcelona Birthdate: 1981-12-23
Logged Logged
 
"As a discussion over the net grows longer, the probability of a comparison involving Nazis or Hitler approaches one." - Godwin Law
 
 
Go to top