Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • scottaking Friend
    #127052

    OK I’m going to make this as short and simple to follow as possible.

    Using ja_drimia template. (this post is in there too for a reason)
    I have Fireboard forums on my site I just created.
    Whenever I go to the forums, I see an error in the bottom left of IE7.
    Looked at the error more in detail in firefox’s error console:

    “Error: ja_content.getCoordinates is not a function
    Source File: http://www.cardtrickz.com/templates/…s/ja.script.js
    Line: 72″

    Line 72 looks like this:
    var content_coor = ja_content.getCoordinates();

    I tried to do research and found pretty much nothing. I’m guessing from mix-matching other peoples problems, that this might be a conflict between mootools and Fireboard’s jquery. However, I do not know what mootools or jquery is or how to fix this problem. I need a fix for this. Can I not run Fireboard with ja templates? I don’t understand. Please clear this up for me.

    I am running 1.5 in legacy mode if that makes a difference.

    Thanks

    mfcphil Friend
    #243503

    Have you also ask this question in the Fireboard templates forum? which can be found here

    I see the error but it say its on

    line 73
    char 3
    error Object doesn’t support this property or method
    code; 0
    Url: http://www.cardtrickz.com/index.php?option=com_fireboard&Itemid=68

    But your Forum is working fine

    scottaking Friend
    #243514

    <em>@mfcphil 46250 wrote:</em><blockquote>Have you also ask this question in the Fireboard templates forum? which can be found here

    I see the error but it say its on

    line 73
    char 3
    error Object doesn’t support this property or method
    code; 0
    Url: http://www.cardtrickz.com/index.php?option=com_fireboard&Itemid=68

    But your Forum is working fine</blockquote>
    Yes I have but I would expect an answer from JoomlArt for these two reasons.

    I paid for this template so I figured a commercial forum would have a better response time than the Fireboard forum.

    And the big reason number two. If you look at the forum in mozilla firefox and bring up the error console by clicking on tools, then error console, you see the following message.

    Error: ja_content.getCoordinates is not a function
    Source File: http://www.cardtrickz.com/templates/ja_drimia/scripts/ja.script.js
    Line: 72

    That points to a JA thing, not a Fireboard thing. Again, I do not know much at all. I could be wrong. But one thing I know is if I don’t get this problem fixed, Im going to have to cancel my membership, and issue a chargeback on my credit card.

    I’m sorry if that sounds rude or threatening, that is not at all how it’s intended. I just feel like I shouldn’t pay for a product if it doesn’t work correctly. I know my forum is working fine, but I do not wan’t that error at the bottom of IE.

    P.S. – No one has answered me yet in the Fireboard forum.

    mfcphil Friend
    #243527

    While I really hope you get your little problem sorted I’m a little confused how its JoomlArt job to get Firebord working for you.

    but I’m sure someone will try…like I said before your Forum seems to be working fine!!

    scottaking Friend
    #243529

    If I knew for a fact it was a Fireboard thing, I wouldn’t be pointing fingers in the opposite direction. Thing is, I’ve ran Fireboard on other sites no problem, and this ones giving me trouble. Not to mention for the third time, that the error is in ja.script.js which is in the /templates/ja_drimia(a JA template)/scripts folder. If for some reason, this can be Fireboard’s mistake, please let me know. Again, I’m not being rude. I’m just trying to get some answers. I know absolutely NOTHING when it comes to this stuff. It just seems to me like your file in your directories throwing error codes would be a JA thing, not a Fireboard thing.

    Aside from that, thank you for your hasty responses. Glad to see you guys do read your posts here. I really do hope we can fix this thing together.

    scottaking Friend
    #243533

    Also, whenever I change this template to the default 1.5 template, I no longer receive this error. So, right now, I’m almost positive it is a conflict between mootools and jquery. So I would like to think of it as no ones fault. I have ran into a couple posts about this right here, all of them have different fixes, and none of them worked for me. Any ideas and should I post this in a different section of the forums?

    Update
    For Fireboard, I had to edit their fireboard.php file. Searched for Add required header tags. and added // infront of <blockquote>$mainframe->addCustomHeadTag (‘<script type=”text/javascript” src=”‘ . JB_JQURL . ‘”></script>’);</blockquote>

    And for the JA template, I had to edit the index.php file found within templates/ja_drimia/. Right below the head, I inserted <blockquote><? if (JRequest::getCmd(‘option’) == ‘com_fireboard’) {?>
    <script type=”text/javascript” src=”/components/com_fireboard/template/default/js/jquery-latest.pack.js”></script>
    <? }?></blockquote>

    Everything is now loading correctly. Hopefully this helps with others problems as well. I’m pretty sure I’m not the only one using a JA template with Fireboard in Joomla 1.5

    mfcphil Friend
    #243580

    Really pleased you got this sorted….the 1.5 upgrade is becoming a right pain in the but 😉

    if anyone else has the same problem we will direct them here.

    To make it easier to pick out I will change the posts title

    itgl72 Friend
    #244989

    <em>@mfcphil 46343 wrote:</em><blockquote>Really pleased you got this sorted….the 1.5 upgrade is becoming a right pain in the but 😉

    if anyone else has the same problem we will direct them here.

    To make it easier to pick out I will change the posts title</blockquote>

    I’m using AVIAN II with 1.5.2 and Fireboard 1.04.

    I have editing the following code with a // in front of the line mentioned above in in /components/com_fireboard/fireboard.php as you state above:

    <blockquote>
    // Add required header tags
    // $mainframe->addCustomHeadTag(‘<script type=”text/javascript” src=”‘ . JB_JQURL . ‘”></script>’);
    $mainframe->addCustomHeadTag(‘<script type=”text/javascript”>
    //1: show, 0 : hide
    jr_expandImg_url = “‘ . JB_URLIMAGESPATH . ‘”;</script>’);
    $mainframe->addCustomHeadTag(‘<script type=”text/javascript” src=”‘ . JB_COREJSURL . ‘”></script>’);
    </blockquote>

    And added the code below to /public_html/templates/ja_avian_ii_d/index.php

    <blockquote></head>

    <? if (JRequest::getCmd(‘option’) == ‘com_fireboard’) {?>
    <script type=”text/javascript” src=”/components/com_fireboard/template/default/js/jquery-latest.pack.js”></script>
    <? }?> </blockquote>

    I’m getting the errors:

    LINE 12
    CHAR 1
    ‘Jquery is Undefined’

    Line: 24
    CHAR: 10
    “object doesn’t support this property method”

    Line: 54
    CHAR: 178
    “object doesn’t support this property method”

    Is the code in the fix above perhaps not the correct syntax? Maybe this forum mucked up the code? I copy and pasted exactly as is. The code I entered is taken directly from the files VIEW option inside my CPANELs file manager.

    mfcphil Friend
    #245009

    As I recall Scottaking found his own answers..I suggest you visit the Fireboard Template forum and scan through their answers to see if you can resolve this issue.

    mfcphil Friend
    #245067

    I would send Scottaking a private message and ask him 😉

    itgl72 Friend
    #247401

    <em>@mfcphil 48231 wrote:</em><blockquote>I would send Scottaking a private message and ask him ;)</blockquote>

    I have, he never did reply. Perhaps hasnt returned or has notification off.

    I STILL CAN’T FIGURE THIS OUT.. and its been 3 weeks of playing around with it 🙁

    I was just wondering if the code he COPY/PASTED was correct or the forum changed something around. Its hard to determine when your not a scripter if the syntax is displayed correctly in a forum.

    tomekc Friend
    #249838

    This worked for me in JA Teline II. Thanks.

    VincentYoung Friend
    #250048

    thanks scott. This got rid of my errors as noted in firebug in JA Edenite. unfortunately my template itself still remains an issue on the fireboard page. but at least there are no more “errors” Thanks for the quick fix!

    Khanh Le Moderator
    #274052

    Just got this solution for fireboard users when using Joomlart templates:

    Open file ja.script.js, and insert this code to the top of this file:


    //Apply jquery.noConflict if jquery is enabled
    if ($defined(window.jQuery) && $type(jQuery.noConflict)=='function') {
    jQuery.noConflict();
    }

    autumnwave Friend
    #277534

    <em>@khanh le 84214 wrote:</em><blockquote>Just got this solution for fireboard users when using Joomlart templates:

    Open file ja.script.js, and insert this code to the top of this file:


    //Apply jquery.noConflict if jquery is enabled
    if ($defined(window.jQuery) && $type(jQuery.noConflict)=='function') {
    jQuery.noConflict();
    }

    </blockquote>

    Just a note… this worked for us 🙂 Thanks.

    – aw

Viewing 15 posts - 1 through 15 (of 15 total)

This topic contains 15 replies, has 7 voices, and was last updated by  autumnwave 16 years ago.

We moved to new unified forum. Please post all new support queries in our New Forum