Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Chau 66 posts 97 karma points
    Mar 26, 2010 @ 23:29
    Chau
    0

    sortable list of files

    4.0.3 - Hi, I'm looking for a way in order to list a bunch of audio files. Each file will need to be tagged by date/language/topic/author/etc. and then displayed in a list format that is sortable and searchable. Is there an easy way to do this in Umbraco?

    I was thinking of creating a type of blog that operated in this manner. Is that the best way?

    Thanks.

  • Daniel Horn 319 posts 344 karma points
    Mar 27, 2010 @ 16:12
    Daniel Horn
    0

    Hi Chau,

    I would create two doc types - AudioArea and AudioFile

    AudioArea is where you list your files and AudioFile is the actual nodes containing the AudioFile properties like Author, topic, date etc.

    Then you just build up a macro that loops through the nodes and displays them in the way you want.

    You can use sorting in the macro and use one of the search packages for searching in under AudioArea child nodes so that only AudioFile's will appear in the search :-).

     

    Did that give some help?

  • Chau 66 posts 97 karma points
    Apr 02, 2010 @ 23:15
    Chau
    0

    I will give it a try. Thanks Daniel!

Please Sign in or register to post replies

Write your reply to:

Draft