Posted: 06/14/2005 9:42:14 AM
Reply Quoted
linkit.ch wrote: | 06/13/2005 4:39:43 PM |
Hi
I'd like to show the ten newest links on the homepage. With the code below it shows just 8 links and not sorted by date. What do I have to change?
<inp:l_list_links _ItemTemplate="list_new_links.tpl" _ShortList="0" _ListType="New" _NoTable="1" />
Thanks
Roland |
Hello,
Try this to limit results to 10:
<inp:l_list_links _ItemTemplate="list_new_links.tpl" _ShortList="0" _ListType="New" _NoTable="1" _Paging="0" _MaxCount="10" />
In case if it doesn't work you'll need to change the Per Page Results setting to 10 in Modules&Settings->In-link->Output section.
Unfortunately, you can't force the sorting for a single list now. So you'll need to change default Order By in Modules&Settings->In-link->Output section for all links to have them listed by date. This is one of the new things we plan to add shortly.
Thanks.