| [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]
|
|
|
| [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]
|
|
|
| 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?
|
|
|
| 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).
|
|
|
| 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.
|
|
|
| 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?
|
|
|
| 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
|
|
|
| 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
|
|
|
| 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]
|
|
|
| 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]
|
|
|
| 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.
|
|
|
|