 |

nkerschgens
User
Aug 28, 2008, 3:21 AM
Post #1 of 3
(600 views)
Shortcut
|
|
Show last 5 article links with numbers
|
Can't Post
|
|
Hi, Please take a look at http://www.lapislazuli.nl/en/ You see the big vlue promotion block, at the bottom right there are 2 numbers (right next to "other items"): 10 and 9. This are article numbers ($article.num$). But i would like to display 1 2 3 4 and 5 (if there are 5 articles, now there are only 2, so it should display 1 2) The code of the list is:
<ul> <!-- template insert : $articleList$ --> <!-- templatecell : articleRow --> <li><a href="#item-$article.num$">$article.num$</a></li> <!-- /templatecell : articleRow --> </ul> <!-- templateIf : $articleList$ eq "" --> <!-- /templateIf --> Can some help me? Thank you
|
|
|  |
 |

Donna
Staff
/ Moderator

Aug 28, 2008, 11:44 AM
Post #2 of 3
(575 views)
Shortcut
|
|
Re: [nkerschgens] Show last 5 article links with numbers
[In reply to]
|
Can't Post
|
|
Hi there! Try using this instead: $articlelist.currentresultnumber$ This will display the "current result" list, so should give you 1, 2, 3 etc. Note that you can always see a full list of placeholders available in a certain section on the page by using the following command: <!-- templatePlaceholderList --> You can see more details about how to use this command here: http://interactivetools.com/docs/doc.cgi?/articlemanager2/templates/template_placeholderlist.html I hope this helps. :) Donna
Hire me! Save time by getting our experts to help with your project. Template changes, advanced features, full integration, whatever you need. Whether you need one hour or fifty, get it done fast with Priority Consulting.
|
|
|  |
 |

nkerschgens
User
Aug 29, 2008, 4:57 AM
Post #3 of 3
(479 views)
Shortcut
|
|
Re: [Donna] Show last 5 article links with numbers
[In reply to]
|
Can't Post
|
|
Thank you! It works great!
|
|
|  |
|