-
AuthorPosts
-
November 4, 2013 at 11:04 pm #191982
Latest news module does not respect the order, the latest news aggregate do not appear in order
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
November 7, 2013 at 9:26 am #511437Latest 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
November 8, 2013 at 7:35 am #511593Effectively 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 Friendxxxvinixxx
- Join date:
- August 2013
- Posts:
- 81
- Downloads:
- 0
- Uploads:
- 27
- Thanks:
- 30
- Thanked:
- 2 times in 1 posts
November 11, 2013 at 4:50 pm #511858Join us, I have exactly the same problem.
giuliano m Friendgiuliano m
- Join date:
- August 2008
- Posts:
- 117
- Downloads:
- 29
- Uploads:
- 33
- Thanks:
- 91
- Thanked:
- 14 times in 4 posts
November 11, 2013 at 11:09 pm #511896Same problem.
PLEASE help 🙂
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
November 12, 2013 at 9:57 am #511952Let 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 user says Thank You to Ninja Lead for this useful post
xxxvinixxx Friendxxxvinixxx
- Join date:
- August 2013
- Posts:
- 81
- Downloads:
- 0
- Uploads:
- 27
- Thanks:
- 30
- Thanked:
- 2 times in 1 posts
November 13, 2013 at 2:44 am #512039I 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?
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
November 13, 2013 at 4:25 pm #512123This 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.
2 users say Thank You to Ninja Lead for this useful post
giuliano m Friendgiuliano m
- Join date:
- August 2008
- Posts:
- 117
- Downloads:
- 29
- Uploads:
- 33
- Thanks:
- 91
- Thanked:
- 14 times in 4 posts
November 14, 2013 at 10:57 pm #512271Joomla 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.
November 15, 2013 at 4:49 am #512297I have exactly the same issue. Can’t use this module on home-10.
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
November 16, 2013 at 4:24 am #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
-
giuliano m Friend
giuliano m
- Join date:
- August 2008
- Posts:
- 117
- Downloads:
- 29
- Uploads:
- 33
- Thanks:
- 91
- Thanked:
- 14 times in 4 posts
November 16, 2013 at 11:52 am #512446Hi 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 ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
November 18, 2013 at 5:13 am #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.
1 user says Thank You to Ninja Lead for this useful post
giuliano m Friendgiuliano m
- Join date:
- August 2008
- Posts:
- 117
- Downloads:
- 29
- Uploads:
- 33
- Thanks:
- 91
- Thanked:
- 14 times in 4 posts
November 22, 2013 at 5:15 pm #513194Hi 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.
November 23, 2013 at 2:46 am #513219I have exactly the same issue. Thanks giuliano m. Currently there is no way to manage the number of item.
AuthorPostsThis 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
Jump to forum