Copied to clipboard

Flag this post as spam?

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


  • Robert Dyson 50 posts 147 karma points c-trib
    Mar 04, 2014 @ 12:15
    Robert Dyson
    0

    Trying to get it working on 7.0.4

    I am also struggling to get it working.

    I have a really simple structure

    • Home
    • - Whats On
    • - - Event
    Here is the config:

    <uDateFoldersySettings>
        <DateFolders enabled="true">
            <!--- csv of doc type aliases which are the roots of where date folders should go (eg. news, blog)-->
            <RootDocTypeAliases>WhatsOn</RootDocTypeAliases>
            
            <!-- enables month folders -->
            <YearFolders enabled="true" docTypeAlias="uDateFoldersyFolderYear"/>

            <!-- enables month folders... note: this setting will not apply if year folders are disabled -->
            <MonthFolders enabled="true" docTypeAlias="uDateFoldersyFolderMonth"/>

            <!-- enables day folders... note: this setting will not apply if month folders are disabled -->
            <DayFolders enabled="true" docTypeAlias="uDateFoldersyFolderDay"/>

            <!-- csv of doc type aliases which will be put into folders -->
            <TargetDocTypeAliases>Event</TargetDocTypeAliases>

            <!-- the date property - must be a date type -->
            <DatePropertyAlias>eventDate</DatePropertyAlias>

            <FolderNameFormat>
                <!-- Valid values: M MM MMM MMMM == 3 03 Mar March -->
                <MonthFormat>MMMM</MonthFormat> 
            
                <!-- Valid formats: d dd == 9 09 -->
                <DayFormat>dd</DayFormat>
            </FolderNameFormat>
        </DateFolders>

    </uDateFoldersySettings>
    I've added the permission for Year Folder to be beneath Whats On but nothing happens when I create an Event.
    Can you help?
  • Anthony Dang 1404 posts 2558 karma points MVP 3x c-trib
    Mar 05, 2014 @ 12:01
    Anthony Dang
    0

    Hotfix dll now available.

     

  • Robert Dyson 50 posts 147 karma points c-trib
    Mar 05, 2014 @ 14:52
    Robert Dyson
    0

    Thanks Anthony, It's now ALIVE. However, one thing I have noticed. I'm creating an event for the 8th March. It creates the necessary folders but also seems to create a folder for today (5th March) with nothing in it.

    Are you noticing this?

  • Anthony Dang 1404 posts 2558 karma points MVP 3x c-trib
    Mar 14, 2014 @ 23:28
    Anthony Dang
    0

    Ok I've managed to figure out what's going on. Umbraco 7 does things a tiny bit different to 6.

    I have a fix for this. I can send you a dll if you want to try it out, 

     

     

  • Robert Dyson 50 posts 147 karma points c-trib
    Mar 15, 2014 @ 00:52
    Robert Dyson
    0

    Great. Yes please.

  • Anthony Dang 1404 posts 2558 karma points MVP 3x c-trib
    Mar 15, 2014 @ 19:12
  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies