Viewing 15 posts - 1 through 15 (of 18 total)
  • Author
    Posts
  • atello Friend
    #191982

    Latest news module does not respect the order, the latest news aggregate do not appear in order

    Ninja Lead Moderator
    #511437

    Latest news module supports four option to order :

    Recently Added First: order the articles using their creation date
    Recently Modified First: order the articles using their modification date
    Recently Published First: order the articles using their publication date.
    Recently Touched First: order the articles using their modification or creation dates.

    With your request, I’m afraid you will not be able to do it

    atello Friend
    #511593

    Effectively brings those options but does not respect the listing options, I selected the option to sort by creation date and adding a new article shows some old first.

    I saw that came with the account that I provided, please urge me solve this problem.

    Note that the option to select alternative presentation orders not focus properly, however if you select the default option from module itself makes the right order.

    Greetings!

    <em>@Ninja Lead 396859 wrote:</em><blockquote>Latest news module supports four option to order :

    Recently Added First: order the articles using their creation date
    Recently Modified First: order the articles using their modification date
    Recently Published First: order the articles using their publication date.
    Recently Touched First: order the articles using their modification or creation dates.

    With your request, I’m afraid you will not be able to do it</blockquote>

    xxxvinixxx Friend
    #511858

    Join us, I have exactly the same problem.

    giuliano m Friend
    #511896

    Same problem.

    PLEASE help 🙂

    Ninja Lead Moderator
    #511952

    Let me rephrase this a bit for you and please confirm by checking this screenshot

    This is Featured Articles in Menu Item Type and you can set order from menu item as


    Category Order
    Article Order
    Date for Ordering

    Latest news module of com_content does not support option to order by create date but you can get latest article on this module by making change of behavior.

    Please open templates/ja_magz/html/mod_articles_latest/focus. php and comment out these two lines of code:

    //sort those latest article by hits
    $compare = create_function('$a, $b', ' if ($a->hits == $b->hits) { return 0; } return ($a->hits < $b->hits) ? 1 : -1; ');
    uasort($list, $compare);


    1. JA_Latest_News
    xxxvinixxx Friend
    #512039

    I am referring to the position of home – 10. See for yourself, add news, and the leading article is not changed. And why do so many headlines?


    1. jpg
    Ninja Lead Moderator
    #512123

    This is not bug from our product and here is how to display related articles on latest news module as our demo, please follow these steps:

    Go to Content >> Article Manager >> Edit an article then add meta keywords for main article and articles which you want to display for related news.

    See more detail here

    This module is using layout overidden in the template so articles will be ordered by recently added first and most view on module.

    giuliano m Friend
    #512271

    Joomla 3. I’m sorry for the newbie question:-[, but the number of related articles displayed in home – 10, where I can set it up.

    when I add the key, in the form appear more than twenty articles.

    Thanks.

    dohoa Friend
    #512297

    I have exactly the same issue. Can’t use this module on home-10.

    Ninja Lead Moderator
    #512406

    @giuliano m: This way will help you to control Latest news module

    1) Increase number Article show

    2) Increase number related articles

    and back-end to config

    @dohoa: you can have a look at user guide JA Magz for reference here and find 2.5 Latest News module


    1. Count_Article
    2. Key_desc
    giuliano m Friend
    #512446

    Hi Ninja Lead and Thank you, Your advice is perfect, but there is something that does not work …

    I think I found the problem but do not know how to solve it.

    if I have 20 items with a key word (eg news), all items related articles are loaded into the module.

    Ninja Lead Moderator
    #512544

    <blockquote>if I have 20 items with a key word (eg news), all items related articles are loaded into the module.</blockquote>

    Yes, They will all be displayed on latest news module.

    Go to Content >> Article Manager >> Edit articles then add meta keywords for main article and articles which you want to display as related news.

    <blockquote>I think I found the problem but do not know how to solve it.</blockquote>

    Can you send me a illustrated screenshot with the issue and I shall help you to solve it.

    giuliano m Friend
    #513194

    Hi and thx ,

    but if I put a keyword related to 50 items, all 50 are placed in the home.

    How can I limit the number of related articles.


    1. Screenshot_10
    dohoa Friend
    #513219

    I have exactly the same issue. Thanks giuliano m. Currently there is no way to manage the number of item.

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

This topic contains 18 replies, has 6 voices, and was last updated by  Ninja Lead 11 years ago.

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