Dear FireBoard users,
In order to further develope the need of Joomla for a robust forum, FireBoard component has been moved to its own new home and new name. You can find more information regarding the Kunena, the successor of FireBoard, at kunena.com. The current forum here will stay for some time more for referencing needs. You can find the FireBoard files under joomlacode.org and other files
Upgrading to Kunena is highly recommended!

Kunena! - To Speak!

A revolution is coming... Kunena - Swahili for: To Speak! THE Next generation of native Joomla based Forum ultra component. Forget what you know about Joomla based forums...
Amazingly Simple Lean and Clean Easier Customization
Kunena is about to redefine the world of Joomla! with the most simplistic ultra component out there. For ultimate performance based on state of the art development techniques, Kunena! is about to bring you... With an integrated plugin system that will allow you to extend Kunena beyond your wildest imaginations...
[Solved] 1.0.4 isn\'t compatible with Joomla 1.5
TOPIC: [Solved] 1.0.4 isn\'t compatible with Joomla 1.5
#42943
[Solved] 1.0.4 isn\'t compatible with Joomla 1.5 4 Years, 3 Months ago  
[quote]Full Joomla 1.5 compatibility in legacy mode - now approved by us![/quote]

[size=5][color=#FF0000]It isn\'t true!!![/color][/size]

It has javascript conflicts with mootools and jquery!!!

Only remooving helps:

[code:1]
// Add required header tags
/*
$mainframe->addCustomHeadTag(\'\');
$mainframe->addCustomHeadTag(\'
//1: show, 0 : hide
jr_expandImg_url = \"\' . JB_URLIMAGESPATH . \'\";\');
$mainframe->addCustomHeadTag(\'\');
*/
[/code:1]
#42943
[Solved] 1.0.4 isn\'t compatible with Joomla 1.5 4 Years, 3 Months ago  
[quote]Full Joomla 1.5 compatibility in legacy mode - now approved by us![/quote]

[size=5][color=#FF0000]It isn\'t true!!![/color][/size]

It has javascript conflicts with mootools and jquery!!!

Only remooving helps:

[code:1]
// Add required header tags
/*
$mainframe->addCustomHeadTag(\'\');
$mainframe->addCustomHeadTag(\'
//1: show, 0 : hide
jr_expandImg_url = \"\' . JB_URLIMAGESPATH . \'\";\');
$mainframe->addCustomHeadTag(\'\');
*/
[/code:1]
#42945
Re:1.0.4 isn\'t compatible with Joomla 1.5 4 Years, 3 Months ago  
Thanks for the tip, but removing this from where helps what?
#42946
Re:1.0.4 isn\'t compatible with Joomla 1.5 4 Years, 3 Months ago  
Sorry, I was in hurry, this removes the forum\'s functionality.

according to [url]http://www.bestofjoomla.net/wiki/com_fireboard/release_1.0/1.0.4/start#known_issues[/url]

[code:1]jQuery.js is on the top of all other Javascripts loaded in the page[/code:1]

The problem is that jquery will be loaded always after mootools in 1.5 (it is added via $mainframe->addCustomHeadTag and this is always placed after mootools in the section).
#42947
Re:1.0.4 isn\'t compatible with Joomla 1.5 4 Years, 3 Months ago  
Have you tried updating JQuery? I don\'t have a problem on my 1.5 test machine.
#42950
Re:1.0.4 isn\'t compatible with Joomla 1.5 4 Years, 3 Months ago  
I\'ve updated fireboard from 1.0.3 to 1.0.3 using the FireBoard_1.0.4_Stable_PatchFiles.zip, I suppose it has the latest scripts?
#42951
Re:1.0.4 isn\'t compatible with Joomla 1.5 4 Years, 3 Months ago  
Have the \\components\\com_fireboard\\template\\default\\js\\jquery-latest.pack.js (27148 bytes) - still javascript errors
#42952
Re:1.0.4 isn\'t compatible with Joomla 1.5 4 Years, 3 Months ago  
Placing jquery script right after tag also breaks the mootools
#42953
Re:1.0.4 isn\'t compatible with Joomla 1.5 4 Years, 3 Months ago  
Solved!

Load jquery right after :
[code:1]

[/code:1]


and remove forum\'s jquery:

[code:1]//$mainframe->addCustomHeadTag(\'\');[/code:1]
#42955
Re:1.0.4 isn\'t compatible with Joomla 1.5 4 Years, 3 Months ago  
Seems another problem - can\'t insert html in [code:1][/code:1]
#42956
Re:[Solved] 1.0.4 isn\'t compatible with Joomla 1.5 4 Years, 3 Months ago  
Stick it in a text file and attach it.
Page: 12