Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • dcervel Friend
    #164727

    Hello,

    I have a problem with Ja Comment Component. Everything seems to be correctly but no Comment box. In the source code I have this
    [PHP]<!– JAComment starts –>
    <!– BEGIN – load blog head –>
    <script type=”text/javascript”>
    //<!]>
    </script>
    <script type=”text/javascript” src=”/components/com_jacomment/libs/js/dcode/dcodr.js”></script>
    <script type=”text/javascript” src=”/components/com_jacomment/libs/js/dcode/dcode.js”></script>

    <script language=”javascript” type=”text/javascript”>
    function open_youtube(id){jacCreatForm(‘open_youtube’,id,400,200,0,0,’Intégrer la vidéo Youtube’,0,’Intégrer la vidéo’);}
    </script>
    <!– END – load blog head –>

    <div id=”jac-social-links”>
    <ul>
    <li><!– AddThis Button BEGIN –>
    <div class=”addthis_toolbox addthis_default_style “>
    <a title=”Send to Facebook_like” target=”_blank” class=”addthis_button_facebook_like at300b” fb:like:layout=”button_count”><iframe src=”//www.facebook.com/plugins/like.php?href=http%3A%2F%2Fafricainfo.info%2Fmonde%2Famerique%2Fetats-unis-le-congres-prolonge-le-patriot-act-jusquen-2015&layout=button_count&show_faces=false&width=100&action=like&font=arial&layout=button_count” style=”overflow: hidden; border: 0px none; width: 90px; height: 25px;”></iframe></a>
    <a title=”Tweet” target=”_blank” class=”addthis_button_tweet at300b”><iframe src=”//s7.addthis.com/static/r07/tweet04.html#href=http%3A%2F%2Fafricainfo.info%2Fmonde%2Famerique%2Fetats-unis-le-congres-prolonge-le-patriot-act-jusquen-2015&dr=http%3A%2F%2Fafricainfo.info%2Fmonde%2Famerique%2Fblog&conf=product%3Dtbx-250%26data_track_clickback%3Dtrue%26username%3Dra-4dcaf9e73e05df26%26pubid%3Dra-4dcaf9e73e05df26&share=imp_url%3D1%26url%3Dhttp%253A%252F%252Fafricainfo.info%252Fmonde%252Famerique%252Fetats-unis-le-congres-prolonge-le-patriot-act-jusquen-2015%26title%3DAfricaInfo%2520%253A.%2520La%2520Vitrine%2520de%2520l%27AFRIQUE%2520%257C%2520Etats-Unis%2520-%2520Le%2520Congr%25C3%25A8s%2520prolonge%2520le%2520Patriot%2520Act%2520jusqu%27en%25202015%26passthrough%3Dtwitter%253Dtext%25253DAfricaInfo%25252520%2525253A.%25252520La%25252520Vitrine%25252520de%25252520l%27AFRIQUE%25252520%2525257C%25252520Etats-Unis%25252520-%25252520Le%25252520Congr%252525C3%252525A8s%25252520prolonge%25252520le%25252520Patriot%25252520Act%25252520jusqu%27en%252525202015%252526via%25253DAddThis%252526count%25253Dhorizontal&tw=text%3DAfricaInfo%2520%253A.%2520La%2520Vitrine%2520de%2520l%27AFRIQUE%2520%257C%2520Etats-Unis%2520-%2520Le%2520Congr%25C3%25A8s%2520prolonge%2520le%2520Patriot%2520Act%2520jusqu%27en%25202015%26via%3DAddThis%26count%3Dhorizontal%26width%3D110″ role=”presentation” allowtransparency=”true” scrollbars=”no” style=”width: 110px; height: 20px;” scrolling=”no” frameborder=”0″></iframe></a>
    <a class=”addthis_counter addthis_pill_style”><a title=”View more services” class=”addthis_button_expanded”>0</a><a class=”atc_s addthis_button_compact”><span>Share</span></a></a>

    <div class=”atclear”></div></div>
    <script type=”text/javascript”>var addthis_config = {“data_track_clickback”:true};</script>
    <script type=”text/javascript” src=”http://s7.addthis.com/js/250/addthis_widget.js#pubid=ra-4dcaf9e73e05df26″></script>
    <!– AddThis Button END –></li> </ul>
    </div>

    <div id=”jac-wrapper” class=”clearfix”>undefined</div>
    <script language=”javascript” type=”text/javascript”>
    //<!.indexOf(“jacommentid:”) >-1){
    tmp = c_url.split(‘:’)[1];
    if(tmp != “”){
    id = parseInt(tmp, 10);
    }
    }
    }
    }

    url = “/index.phpindex.php?tmpl=component&option=com_jacomment&view=comments&contentoption=com_content&contentid=488&ran=1871024834”;
    if(id != 0){
    url += “&currentCommentID=” + id;
    }
    var req = new Request({
    method: ‘get’,
    url: url,
    onComplete: function(text) {
    $(‘jac-wrapper’).innerHTML = $(‘jac-wrapper’).innerHTML + text;
    //$(‘jacommentid:’+id).getPosition();
    moveBackground(id, ‘http://africainfo.info/’);
    jac_auto_expand_textarea();
    }
    }).send();
    });
    //]]>
    </script>

    <!– JAComment ends –>

    [/PHP]
    Thanks for your help

    dcervel Friend
    #394391

    Can somebody help my here???

    pritam Friend
    #394858

    Hello Dcerval,

    I have checked your site. I suggest you install the latest version of Ja Comment or you can reinstall it.
    For configure Ja Comment to your site you can refer to this url:- http://www.joomlart.com/forums/topic/ja-teline-iv-userguide/

    To solve this issue you can also refer to thsi url:-
    http://www.joomlart.com/forums/topic/ja-comment-4/

    dcervel Friend
    #395929

    Hello,
    After uninstallation and re-installation of the component nothing changed…
    Still the same thing

    And the two link provided are not going with my situation. I’m using ja teline iv with joomla 1.6 and I dont have this this type of error message. As you can see in the picture uploaded The Addthis sharing option appear but not the comment box (It only display: “undifined” you can see here for exple: http://africainfo.info/afrique/afrique-centrale/gabon-un-avion-cargo-secrase-dans-leau-a-libreville )
    Thanks


    1. 2011-06-04_162731
    2. 2011-06-04_162834
    himangi Friend
    #396814

    Hi dcervel,

    Since we havent been reproduce your issue yet, it’s taking time to find a solution. But we are looking into it and will get back to you as soon as possible with some solution.

    Thank you for your patience!

    Anonymous Moderator
    #397362

    <em>@dcervel 246524 wrote:</em><blockquote>Hello,
    After uninstallation and re-installation of the component nothing changed…
    Still the same thing

    And the two link provided are not going with my situation. I’m using ja teline iv with joomla 1.6 and I dont have this this type of error message. As you can see in the picture uploaded The Addthis sharing option appear but not the comment box (It only display: “undifined” you can see here for exple: http://africainfo.info/afrique/afrique-centrale/gabon-un-avion-cargo-secrase-dans-leau-a-libreville )
    Thanks</blockquote>

    Hi,

    Your membership has been expired already. Please renew the membership to get our help on this as our support / forum access are available for paid membership only.

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

This topic contains 6 replies, has 4 voices, and was last updated by Anonymous 13 years, 4 months ago.

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