tbaatar
(Tbaatar)
May 29, 2009, 10:02pm
1
Hi,
I want to list asset in a bracket and can't see any option.
For example I have 10 assets in a folder and I use asset listing with sort by date to list the latest assets but don't want to list the newest.
Asset (15 May) <-- Do Not List
Asset (14 May) <-- List
Asset (13 May) <-- List
Asset (12 May) <-- List
Asset (11 May) <-- List
Asset (10 May) <-- List
Thanks.
There are a number of different ways of doing this but my favorite is to use css. Add a class to whatever container your asset has around it and use the list position keyword for the class name. Then create a css class that hides 1.
rhulse
(Rhulse)
May 29, 2009, 11:10pm
3
[quote]Hi,
I want to list asset in a bracket and can't see any option.
For example I have 10 assets in a folder and I use asset listing with sort by date to list the latest assets but don't want to list the newest.
Asset (15 May) <-- Do Not List
Asset (14 May) <-- List\
Thanks.[/quote]
If you know that there is always one item per day, you could use a whats new listing and only list items more than one day old.
the other way is to add a position format, and add a style="display:none", but this won't hide it from some screen readers
nnhubbard
(Nic Hubbard)
May 29, 2009, 11:52pm
4
Ok people, here we go.
If you never want to list the first asset, just customize the position format of position 1, and leave the type format blank! Super simple.
Done.
Ah yes, my new favorite way now:)
Not to be confused with "list position settings" on the details screen that used to be the only way to format a position in the list.
tbaatar
(Tbaatar)
May 30, 2009, 9:32am
6
Thanks for the tips.
I think I will try Nic's way, once I get out of bed.
tbaatar
(Tbaatar)
May 30, 2009, 7:09pm
7
Thanks, it works like a charm.