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
Post All Mootool Template Issues Here (1 viewing) (1) Guest
TOPIC: Post All Mootool Template Issues Here
#57947
Re:Post All Mootool Template Issues Here 4 Months ago  
I have Joomla 1.5.6., Fireboard 1.0.5. RC1, and YooTheme Evolution template.
I changed these things:

1. in fireboard.php comment out line 166 like here:

// Add required header tags

/*$mainframe->addCustomHeadTag('<script type="text/javascript" src="' . JB_JQURL . '"></script>' );*/

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


2. in the templates index.php insert this code after <head> tag:

<?php
if (JRequest::getCmd('option' ) == 'com_fireboard' ) {?>
<script type="text/javascript" src="/components/com_fireboard/template/default/js/jquery-latest.pack.js"></script>
<? };?>


this should look like this:

<head>

<?php
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" />

</head>


3. download the latest JQuery pack, name it to jquery-latest.pack.js, and copy it to fireboard/template/default/js directory, and overwrite the foreboards jqery-latest.pack.js.

This worked for me.
micsj (User)
Fresh Boarder
Posts: 1
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
Last Edit: 2008/09/13 11:38 By micsj.
 
 
#61998
Re:Post All Mootool Template Issues Here 1 Month, 2 Weeks ago  
I addvise people that has Blueprint template to do this thing also!
alcsilian (User)
Junior Boarder
Posts: 28
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#62726
Re:Post All Mootool Template Issues Here 4 Weeks, 1 Day ago  
I've tried implimenting all the mentioned fixes, in multiple combinations, at every turn either new errors occur or something like:

-----------
Message: Object doesn't support this property or method
Line: 1
Char: 1
Code: 0
URI: 92.65.62.41:8020/components/com_fireboar.../plugin/jtip/demo.js
------------

This occurs after commenting out the default fireboard header Jqueary include and adding the conditional jquery to template index.

Any thoughts?

Thanks.
rjdjohnston (User)
Fresh Boarder
Posts: 5
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
Go to top