Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • David Porré Friend
    #828815

    Hello,
    I have reported an article order wich has been pointed as major bug since almost 3 months :
    http://pm.joomlart.com/browse/JATCJASON-147
    But I can see it still has not been fixed !
    I really need to get this fixed please.

    Adam M Moderator
    #829587

    Hi @david Porré,

    Sorry for the delay and any inconvenient you got. I have just sent a request to increase issue priority, it will be fixed asap.

    David Porré Friend
    #898347

    Hello,

    I did not get any news on this issue ! By looking to the JATCJASON-147 page, I saw this bug was marked as resolved.

    I can see that the issue is marked as solved on the 12th of January… around 3 weeks after you answered !
    I had no notification of it, and the 1.0.2 is not available to download.

    I tried to download the latest version here which seems to be 1.0.1, no change.

    I’ve been client with developper membership for years and have never seen this, 6 months and still no fix for me..

    Adam M Moderator
    #898690

    Hi @david Porré,

    Sorry for the delay. I didn’t notice you about this case because even the issue was marked as Solved but it hasn’t been released yet. I personally leave a comment there, hope that our dev team will check and release new version asap so you can continue your work.

    David Porré Friend
    #904919

    2 more weeks and still no news, and still 1.0.1…

    I think I won’t renew my membership, as I have been waiting more than 6 months for this and lost all credibility with this client !

    Ninja Lead Moderator
    #905268

    You can fix this bug with the solution below

    Open templates/ja_jason/html/com_content/category/isotope.php file

    find and change

    $doc->addScript (T3_TEMPLATE_URL . '/js/isotope.pkgd.min.js');

    to

    $doc->addScript (T3_TEMPLATE_URL . '/js/isotope.pkgd.min.js');
    
    //Sort items by date
    $ordering = $params->get('orderby_sec');
    if($ordering == 'rdate' || $ordering == 'date'){
        $order = $params->get('order_date','');
        switch($order){
            case 'modified':
                usort($this->intro_items, function($a,$b){    
                                    return $b->modified - $a->modified;
                                  });
                break;
            case 'published':
                usort($this->intro_items, function($a,$b){    
                                    return $b->published - $a->published;
                                  });
                break;
            case 'created':
            default:
                usort($this->intro_items, function($a,$b){    
                                    return $b->created - $a->created;
                                  });
                break;
        }
    }

    Hope it helps

    David Porré Friend
    #907517

    Hello,
    Thank you for your answer.
    With the code added, the order seems to change, but not as it should, I still can not order by created date.
    Category and menu are set to newest by created date, as you can see if you loggin with account I gave you.

    If I call on the page <?php echo $params->get(‘order_date’,”); ?>, it echoes created.

    Any idea on what could be wrong ?
    Best regards,
    David

    Ninja Lead Moderator
    #907803

    I could not see the credential info of your site. If possible, you can send me again via your reply and set as private reply. I will help you to check this

    David Porré Friend
    #908261
    This reply has been marked as private.
    Ninja Lead Moderator
    #908840
    This reply has been marked as private.
    David Porré Friend
    #917957
    This reply has been marked as private.
    Ninja Lead Moderator
    #918382

    I have reopened this bug to development team again and they will fix and suggest hotfix soon

    David Porré Friend
    #927473

    Hello,
    Any news on this ?

    Ninja Lead Moderator
    #927482

    Try to apply this way to solve the problem on your site

    • Download and extract my attached file

    • Copy it to template/ja_jason/html/com_content/category/isotope.php

    Please don’t forget to backup old file before doing changes


    1. isotope.php_.zip
    David Porré Friend
    #934090

    Hello,
    Sorry for late response, there is a problem with e-mail notifications I think as I do not receive them.
    I uploaded your file, and my problem seems finally fixed ! Took a very very long time, but it seems OK now.
    Thank you for that.
    Best regards,
    David

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

This topic contains 14 replies, has 3 voices, and was last updated by  David Porré 7 years, 11 months ago.

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