
Donna
Staff
/ Moderator

Jun 10, 2009, 4:24 PM
Post #2 of 3
(1250 views)
Shortcut
|
|
Re: [nkerschgens] Check if article is the last one
[In reply to]
|
Can't Post
|
|
Hi there, There's a "last article number" placeholder you could try using for this. See if this works for you:
<!-- templatecell : articleRow --> <li [templateIf : $articlelist.currentresultnumber$ == $articlelist.lastresultnumber$] class="last" [/templateIf]><a href="$published.MOVIE.url$">$article.cover$</a></li> <!-- /templatecell : articleRow --> This just replaces the middle part of the code you quoted, so just the Article Row. The rest would stay the same. Give that a try and let me know how it works. :) Donna -- support@interactivetools.com
|