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 (2 viewing) (2) Guests
TOPIC: Post All Mootool Template Issues Here
#49354
Re:Post All Mootool Template Issues Here 8 Months, 2 Weeks ago  
Not sure if this is anywhere else on the forum but there is a very very easy solution which has worked for me integrate MooTools and FireBoard on my template. Although it is my own template and not by Rockettheme / Yoothemes.

After both libraries have loaded (I have mine just before </head> insert :

Code:

 <script>
      jQuery.noConflict();
</script>



The conflict is caused by variable conflicts between the libraries and the use of '$'. The above forces jQuery to not use the $ and resolves the conflict.

For more detailed and other variations you can refer to http://docs.jquery.com/Using_jQuery_with_Other_Libraries

I hope this is helpful.

Best Wishes
MoonHawk
MoonHawk (User)
Fresh Boarder
Posts: 2
graphgraph
User Offline Click here to see the profile of this user
MoonHawk
Logged Logged
 
 
#51086
Re:Post All Mootool Template Issues Here 7 Months, 2 Weeks ago  
Moonhawk,


Thanks for providing your solution to this. Im having a similar problem with a joomlart-corona template- joomla 1.5.

I would like to try your fix, since I havent had any other successes so far. Im just not sure where you mean for the jquery script to go? In the site template- index.php or within fireboard somewhere?


Thanks in advance!
funkmanusa (User)
Junior Boarder
Posts: 25
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#51089
Re:Post All Mootool Template Issues Here 7 Months, 2 Weeks ago  
Hi funkmanusa

The code goes in the <head> area after you call the two scripts. You can also put a PHP around it to only show when in the FireBoard forum. Something like:
Code:


<?php if ( JRequest::getVar( 'option' ) == 'com_fireboard'  ):  ?>
<script>
jQuery.noConflict();
</script>
<?php endif; ?> 



Since I gave this tip I have download the latest version MooTools myself and use it instead of the default one that comes with J1.5 and it seems to have no conflict (as far as the scripts which I use are concerned anyway). I have also just released a Plugin (still in beta) which can be used to suppress the default MooTools library that Joomla! installs and use another one in it's place. You can also do this for specific page actions or user groups.

I forgot to include Fireboard as a page option, so I will get on that today and do an update of the Plugin which you could download from my site if you wish to try it. My site is www.moonhawk.me.uk.

I hope that helps.

Best Wishes
MoonHawk
MoonHawk (User)
Fresh Boarder
Posts: 2
graphgraph
User Offline Click here to see the profile of this user
MoonHawk
Logged Logged
 
 
#51727
Re:Post All Mootool Template Issues Here 7 Months ago  
MoonHawk wrote:
Not sure if this is anywhere else on the forum but there is a very very easy solution which has worked for me integrate MooTools and FireBoard on my template. Although it is my own template and not by Rockettheme / Yoothemes.

After both libraries have loaded (I have mine just before </head> insert :

Code:

 <script>
      jQuery.noConflict();
</script>



The conflict is caused by variable conflicts between the libraries and the use of '$'. The above forces jQuery to not use the $ and resolves the conflict.

For more detailed and other variations you can refer to http://docs.jquery.com/Using_jQuery_with_Other_Libraries

I hope this is helpful.

Best Wishes
MoonHawk


Thaks for this one MoonHawk. I was about to give up on Fireboard and use the Rok-PHPBB bridge, which meant I would also have had to leave out Groupjive as I am using it in conjunction with FB to create private group boards. This fix worked like a dream!!!
Thanks again.

Cheers
Dave
Creator (User)
I've tried everything, nothing works!
Junior Boarder
Posts: 20
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Parents Helping Parents creator_frankfurt creatorffm@hotmail.com Location: Germany Birthdate: 1963-04-08
Logged Logged
 
Last Edit: 2008/06/07 22:38 By Creator.
 
Dave "Creator" Marshall
 
 
#51739
Re:Post All Mootool Template Issues Here 7 Months ago  
Guys... i wrote this post some time before:

www.bestofjoomla.com/component/option,co...w/id,51723/catid,77/

so.... with the answer i got until now, i decided to test EVERYTHING... every modification in the files for avoiding the Mootools and Jquery conflicts...

so i found the your posts...

After i added the fixes you told in you posts here... i had some errors changed in IE and i got again the switch height control of my website when using FB... so from this ones:

i have exactly this in my test joomla machine:

1 - joomla 1.5.3
2 - joomfish 2.0
3 - Fireboard 1.0.4
4 - mootools 1.11 in the YooMee Template


i donīt know what version of JQuery library i have... i donīt know where and how to look for this info...

here are the problems:

1 - i just installed FB forum... when i open it i already get this errors:

a - in IE7 i have the following error message:
Line: 109
Character:3
Error: O Objeto não dá suporte para a propriedade ou método
(in eng: the object gives no suport to the propriety or method)
URL: ...index.php?option=com_fireboard&Itemid=149&lang=en

b - when i try to read the Sample Post it doesnīt open nothing, stay in the same page with no posts to read

2 - when i try to login to test if i can post a new thread i get

a - the same IE error

b - the login redirects not to the forum but to the Home page

c - in the top of the FB template i get this error:
_PROBLEM_CREATING_PROFILE

d - in the Edit Profile area i get just this errors in the text:
- _EDIT_TITLE and _YOUR_NAME and _EMAIL and _PASS and _VPASS

e - the principal problems is that: I CAN`T POST NEW THREADS!!
please........ help ... there is no button for new thread...

f - when i try to read the Sample Post it doesnīt open nothing, stay in the same page with no posts to read

g - when i try to use the Width switcher in the website template with FB in the page, i just get this error in IE so it doesnīt work (but it works fine for any other page i open in the same template):
javascript:void(0)

3 - i tried to replace the file for FB 1.1.0 Aplha trying to solve these issues, but i got nothing solved and i got more problem cause a lot of images desapeared with a red X in the place and when i click in the blue folders icons i got a weird error so i uninstalled FB 1.1.0 and reinstalled 1.0.4 and now i am waiting for you help cause i have a big faith youīll help me.


NOW I HAVE THIS ISSUES:

1 - in FB now:
a - in IE7 i have the following error message:
Line: 12
Character:1
Error: JQuery não está definido (in english: Jquery itīs not defined)
Code: 0
URL: ...index.php?option=com_fireboard&Itemid=149&lang=en

b - when i try to read the Sample Post it doesnīt open nothing, stay in the same page with no posts to read

2 - when i try to login to test if i can post a new thread i get:

a - the same IE error as before in line 12

b - the login redirects not to the forum but to the Home page (i think itīs normal, right?)

c - in the top of the FB template i get this error:
_PROBLEM_CREATING_PROFILE

d - in the Edit Profile area i get just this errors in the text:
- _EDIT_TITLE and _YOUR_NAME and _EMAIL and _PASS and _VPASS

e - the principal problems is that: I CAN`T POST NEW THREADS!!
please........ help ... there is no button for new thread...

f - when i try to read the Sample Post it doesnīt open nothing, stay in the same page with no posts to read

g - when i try to use the Width switcher in the website template with FB in the page, THIS WORKS NOW!!!!!!!!!!

SO.........

can you help me? i believe the problem seams to have something linked to the language...
you said before something about look for

lang="language ?>" dir="direction ?>" >

that weīd need to edit or add something near it in index.php but the code was not there...i looked for th html.html you said could have the code, but this html just gave me a head code that has nothing about lang or dir .... so i didnīt understand about this part of the changes... maybe if you explain it again better and put the correct code here i can solve my problems definitively...

can you help me???
azhhael (User)
Fresh Boarder
Posts: 10
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
Last Edit: 2008/06/08 01:32 By azhhael.
 
 
#51934
Re:Post All Mootool Template Issues Here 6 Months, 4 Weeks ago  
MoonHawk wrote:
Hi funkmanusa

The code goes in the <head> area after you call the two scripts. You can also put a PHP around it to only show when in the FireBoard forum. Something like:
Code:


<?php if ( JRequest::getVar( 'option' ) == 'com_fireboard'  ):  ?>
<script>
jQuery.noConflict();
</script>
<?php endif; ?> 



Since I gave this tip I have download the latest version MooTools myself and use it instead of the default one that comes with J1.5 and it seems to have no conflict (as far as the scripts which I use are concerned anyway). I have also just released a Plugin (still in beta) which can be used to suppress the default MooTools library that Joomla! installs and use another one in it's place. You can also do this for specific page actions or user groups.

I forgot to include Fireboard as a page option, so I will get on that today and do an update of the Plugin which you could download from my site if you wish to try it. My site is www.moonhawk.me.uk.

I hope that helps.

Best Wishes
MoonHawk


i dont understand where u put this code at. a little more direction be nice for a n00b
Syler (User)
Fresh Boarder
Posts: 13
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
 
#52022
Re:Post All Mootool Template Issues Here 6 Months, 3 Weeks ago  
Guys i just came to teel you what happened in my website. For the moment i try to solve the issue in another way cause i found the problem cause in another place that itīs not Mootools conflict.

I came to say i reinstalled a new joomla 1.5.3 and installed the Fireboard 1.0.4 and it worked perfectly... so everytime i installed a new component i looked for a new issue in fireboard... i saw itīs not a conflict with Mootools and JQuery BUT a conflict with Joomfish 2.0.

Fot Joomla 1.5 the JoomFish 2.0 itīs the one that works on, but it has a conflict with FIreboard. I tried to update Fireboard to 1.1.0 alpha, but it didnīt solve the conflict.

When you install the Joomfish the Fireboard get Profiles errors and stops to open the forum options for posting threads and read posts and etc... it just stops to work.

I donīt understand why it happends, as i am not a developer in PHP and nothing, just a common user.

Can somebody try this at home and see if you get a solution for this issue?

To reproduce the issue itīs simple, just install a new copy of Joomla 1.5.3 and install FIreboard 1.0.4 and Joomfish 2.0...

I know Joomla 1.5.3 is eng_GB and i can imagine the other components as fireboard is in eng_US, could it be the problem? I have no idea....

I just could detect that wneh you have the Joomffish Abstraction Layer Plugin disabled (or better... the Joomfish doesnīt works on) the Firebord works perfectly... even with Joomfish installed, but when you Enable the Joomfish Abstraction Layer Plugin (or better... the Joomfish itīs working on) the Fireborad stops to work.

So try to read a post of the sample data of Fireboard, or try to access the User Profile and youīll see what i say...

Thank you all, iīll be waiting and expecting you can find a solution because i need to put fireboard working in the same website with Joomfish caus i need 2 languages working at the same time.

azhhael (User)
Fresh Boarder
Posts: 10
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
Last Edit: 2008/06/16 19:43 By azhhael.
 
 
#52029
Re:Post All Mootool Template Issues Here 6 Months, 3 Weeks ago  
Guys, i found a solution:

here it is:

in the file pluginssystemjfdatabasejfdatabase_inherit.php

go to the line 563 and just after the } and before the other } paste and save this code:

return $object;

the function will looks like this:

function loadObject( &$object, $translate=true, $language=null )

{
if (!is_null($object) && is_object($object)){
$res = parent::loadObject($translate, $language);
foreach (get_object_vars($res) as $key=>$val) {
$object->$key = $val;
}
}
else {
$object = parent::loadObject($translate, $language);
}
return $object;
}

SO IT WILL WORK!!!!!!!!!!!!
azhhael (User)
Fresh Boarder
Posts: 10
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#54922
Re:Post All Mootool Template Issues Here 5 Months, 1 Week ago  
MoonHawk wrote:
Not sure if this is anywhere else on the forum but there is a very very easy solution which has worked for me integrate MooTools and FireBoard on my template. Although it is my own template and not by Rockettheme / Yoothemes.

After both libraries have loaded (I have mine just before </head> insert :

Code:

 <script>
      jQuery.noConflict();
</script>



The conflict is caused by variable conflicts between the libraries and the use of '$'. The above forces jQuery to not use the $ and resolves the conflict.

For more detailed and other variations you can refer to http://docs.jquery.com/Using_jQuery_with_Other_Libraries

I hope this is helpful.

Best Wishes
MoonHawk


This certainly helped me.
Thank you very much for sharing.

Regards,
Aaron
aaronkm (User)
Fresh Boarder
Posts: 3
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#55779
Re:Post All Mootool Template Issues Here 4 Months, 4 Weeks ago  
hello

I am running j1.5.5 with fb 1.0.5 on the ja_barite joomlart template and I get what seems to be this mootools/jquery pb. I ve tried the no conflict thing, the commenting trick but... whatever, I still get the same error message
schlogo (User)
Junior Boarder
Posts: 21
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
Go to top