Copied to clipboard

Flag this post as spam?

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


  • Manuel 3 posts 128 karma points
    Sep 15, 2010 @ 17:57
    Manuel
    0

    Could it be used several time on the same site?

    Hi Kipusoep:

    First of all congratulations: it installs quickly and runs immediately.

    I was wondering if there could be a way to use this packages idependently in several parts of the same site? Imagine I have a section called 'news' and a section called 'conferences'. Each uses a different docType. How could I do to use DateFolders twice in the same site, once for each section?

    Thanks for your help,

     

    Manuel

  • Stefan Kip 1614 posts 4131 karma points c-trib
    Sep 15, 2010 @ 18:07
    Stefan Kip
    0

    Sorry, this is not supported, because it's just a simple quick package especially for umbraco 4.5.2 until other packages (like AutoFolders) support 4.5.2.

    You can edit the source ofcourse :-)

  • Manuel 3 posts 128 karma points
    Sep 16, 2010 @ 09:59
    Manuel
    0

    Pity!!

    Great work anyway. I'll take look at the source code and see if there's anything I could do. In your experience AutoFolders does not go well with Umbraco 4.5, is it?

    Cheers,

     

    Manuel

  • Stefan Kip 1614 posts 4131 karma points c-trib
    Sep 16, 2010 @ 10:30
    Stefan Kip
    0

    For me AutoFolders didn't work correctly, but I'm not sure if it's only on 4.5.

    Just a small hint; you can comma-seperate the configuration appsettings and then read them in the DateFolders class by using the String.Split() method (String.Split(',')).
    Create lists with these configurations and use them in the code, shouldn't be more than 15 minutes work :-)

  • Manuel 3 posts 128 karma points
    Sep 16, 2010 @ 18:37
    Manuel
    0

    Hi Kip: you are right, Autofolders doesn't work.

    I'll follow your advice and see what I can do with your code.

    Thanks!

  • Stefan Kip 1614 posts 4131 karma points c-trib
    Sep 16, 2010 @ 18:43
    Stefan Kip
    0

    I made collaboration available, can you go here and sign up, so you can add the edited source when you're done and share karma? :D

  • Stefan Kip 1614 posts 4131 karma points c-trib
    Nov 29, 2010 @ 18:54
    Stefan Kip
    0

    Any news on this?

  • Adam Nelson 27 posts 186 karma points c-trib
    Feb 04, 2011 @ 01:20
    Adam Nelson
    0

    I've made the changes to support multiple document types and I'm just waiting on collaboration approval from Kipusoep.

  • Stefan Kip 1614 posts 4131 karma points c-trib
    Feb 04, 2011 @ 09:22
    Stefan Kip
    0

    I didn't receive any notification about you willing to contribute.
    Also your request doesn't show up on the 'Manage team' page, so I guess your request failed. Could you try again?

  • Adam Nelson 27 posts 186 karma points c-trib
    Feb 04, 2011 @ 09:27
    Adam Nelson
    0

    Requested again - "Your request has been mailed to the project owner."

    :-)

  • Stefan Kip 1614 posts 4131 karma points c-trib
    Feb 04, 2011 @ 09:33
    Stefan Kip
    0

    Yup, got it. You're now contributor, congratulations ;-)

  • Adam Nelson 27 posts 186 karma points c-trib
    Feb 06, 2011 @ 21:20
    Adam Nelson
    1

    Ok I've uploaded the source for 1.2 and the package. You can now use a comma separated list of docType aliases:

    <add key="itemDocType" value="NewsArticle,BusinessArticle" />

    I binary replaced the .dll in the package as well as updated the package.xml description. Hope that works!

Please Sign in or register to post replies

Write your reply to:

Draft