Viewing 15 posts - 16 through 30 (of 30 total)
  • Author
    Posts
  • dpchap015 Friend
    #518243

    @ninja Lead

    >>>Some articles don’t show comment count, this is not a bug, you need to go Backend site -> plugin manager -> Content – JA Disqus Debate Echo -> Select Joomla Categories parameter: you select all categories so that comment will be shown in all articles.

    i selected all categories but where are the comments counter in ur screenshots. onhover u can see the link to disqus comment but why they r not showing only in some articles not in all.
    http://awesomescreenshot.com/0572747vd9:-[

    help me to fix this bug

    Ninja Lead Moderator
    #518346

    <em>@dpchap015 405650 wrote:</em><blockquote>http://awesomescreenshot.com/0572747vd9:-[</blockquote>

    I could not access the screenshot of your mention above. Please update it again.

    I will help to check the configuration in Content – JA Disqus Debate Echo plugin, please PM me URL and admin credentials of your site.

    dpchap015 Friend
    #518404

    please check ur PM

    Ninja Lead Moderator
    #518486

    <em>@dpchap015 405851 wrote:</em><blockquote>please check ur PM</blockquote>

    I could not login with username/password you sent.

    Please check and resend me correct one again.


    1. login_error
    dpchap015 Friend
    #518502

    please try again with same username/password

    Ninja Lead Moderator
    #518553

    <em>@dpchap015 405970 wrote:</em><blockquote>please try again with same username/password</blockquote>

    I’m sorry about this, Content – JA Disqus Debate Echo plugin doesn’t support to show comment on module content (mod_articles_latest module).

    I tried to figure out way to customize it but with no success.Sorry for not being of much help under this case.

    dpchap015 Friend
    #518637

    <em>@Ninja Lead 406039 wrote:</em><blockquote>I’m sorry about this, Content – JA Disqus Debate Echo plugin doesn’t support to show comment on module content (mod_articles_latest module)..</blockquote>

    according to you its a bug in JA plugin for mod_articles_latest[/B] module. but the same problem is in category blog layout and featured layout. see this screenshot


    1. India-s-Premier-Education-Technology-EdTech-Community-EdTechReview™-ETR-
    Ninja Lead Moderator
    #518652

    JA Disqus plugin only works with articles (com_content) with three events: After Display Content, Before Display Content, After Title, meanwhile mod_articles_latest module doen’t support those events.

    Default mod_articles_latest module of JA Magz template doesn’t include source code for Comment and Share options, see the screenshot:

    or you can see our demo for reference: here

    My attached file is default mod_articles_latest module. You can use this file instead of the customisation on your site: templates/ja_magz/html/mod_articles_latest/. Don’t forget to backup old file before those changes.

    Regarding your request “Comment to show on mod_articles_latest module”, I am afraid this is not a trivial task, sorry for not being of much help on this.


    1. default_article
    1. focus.zip
    dpchap015 Friend
    #518704

    Thanks for sending me the file, but it doesn’t solve my problem.
    Actually if you look at the image you will see that in the latest section on the home page the “Comment Counter” is not working properly.
    The same was the issue with the top most section for which u sent me the file. Though I solved it by commenting out the code that displays the comment counter.
    In the image if you can see the comment in the red, it says: at some places the comment counter doesn’t show up properly or not at all. It generally happens when I click the load more items’ button, the new items have this issue. You can check it out on the url: http://staging.edtechreview.info by going to the latest section on the home page itself.

    screenshot
    https://docs.google.com/file/d/0B2m1v72TZVeUQ1Z4ZDZNaE04bk0/edit

    Ninja Lead Moderator
    #518788

    As explained in my earlier post, the option you request doesn’t support on mod_articles_latest module. I have tried to help you but I’m afraid it won’t be able on your site.

    dpchap015 Friend
    #518813

    @ninja Lead

    i think u are not understanding my question. i am looking for a solution to the buggy comment counter on the latest section of the home page and no where else .
    please see the screenshot Again https://docs.google.com/file/d/0B2m1…ZNaE04bk0/edit and focus on the “LATEST” SECTION:-[

    Ninja Lead Moderator
    #518839

    :(( I got this problem when I access your google link, please check again.


    1. error
    dpchap015 Friend
    #518854
    Ninja Lead Moderator
    #519014

    <em>@dpchap015 406351 wrote:</em><blockquote>@Ninja Lead

    i think u are not understanding my question. i am looking for a solution to the buggy comment counter on the latest section of the home page and no where else .
    please see the screenshot Again https://docs.google.com/file/d/0B2m1…ZNaE04bk0/edit and focus on the “LATEST” SECTION:-[</blockquote>

    Please try the tweak below:

    Open pluginscontentjadisqus_debate_echotmpldisqus.php file,

    Replace:

    <div class="jacomment-count">
    <a class="jacomment-counter"<?php if($identifier){ echo ' data-disqus-identifier="', $this->_postid ,'"'; } ?> href="<?php echo $this->_sefurl; ?>#disqus_thread" onclick="location.href='<?php echo $this->_url; ?>#disqus_thread'; return false;" title=""></a>
    </div>

    With:

    <div class="jacomment-count">
    <a class="jacomment-counter"<?php if($identifier){ echo ' data-disqus-identifier="', $this->_postid ,'"'; } ?> href="<?php echo $this->_sefurl; ?>#disqus_thread" onclick="location.href='<?php echo $this->_url; ?>#disqus_thread'; return false;" title="">0 <?php echo JText::_('Comments');?></a>
    </div>

    vric Friend
    #541200

    Just to say I had the exact same problem, but the latest tweak did solve it.

    Thanks!

Viewing 15 posts - 16 through 30 (of 30 total)

This topic contains 30 replies, has 4 voices, and was last updated by  vric 10 years, 4 months ago.

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