Copied to clipboard

Flag this post as spam?

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


  • Jennifer Killingsworth 191 posts 247 karma points
    Apr 13, 2010 @ 14:31
    Jennifer Killingsworth
    0

    How do I get it to work?

    I'm using umbraco 4.0.3 with Autofolders 2.0.2.  It's running on IIS on Windows XP.  I'm testing things locally on my machine to make sure I understand how stuff works, then I set it up again on a Windows 2003 development server.

    I have my structure as follows:

    Content
    - Homepage
    -- News (Name=News Area, Alias=newsArea)
    ---News Item (Name=News Item, Alias=newsItem)

    I can create News Items under the News Area with no problems.  Now I want to organize my news items into subfolders by date and thought Autofolders would do the trick for me.  Here's my autofolders.config file:

    <?xml version="1.0" encoding="utf-8" ?>
    <settings>
      <folderProviders>
        <folderProvider alias="DateFolderProvider_Simple"
                assembly="/bin/AutoFolders"
                type="AutoFolders.Providers.DateFolderProvider">
          <property alias="MonthFormat">MM</property>
          <property alias="YearFormat">yyyy</property>
        </folderProvider>   
      </folderProviders>
      <autoFolders>
        <autoFolder docType="newsItem"
                 folderProviderAlias="DateFolderProvider_Simple"
                 folderDocType="newsArea"/>
      </autoFolders>
    </settings>

    Note: I've tried using both Document Type Name and the Document Type Alias and neither is working for me.

    When I create a new News Item under my News Area - it creates the new page exactly as it did prior to installing Autofolders.

    What am I missing?

     

     

     

     

  • Dirk De Grave 4541 posts 6021 karma points MVP 3x admin c-trib
    Apr 13, 2010 @ 15:17
    Dirk De Grave
    0

    Hi Jennifer,

    Config looks ok, did you try restarting the app (either via iis, or by touching the web.config) to make sure the new action handlers for this package gets registered?

     

    Let us know how it goes.

     

    Cheers,

    /Dirk

  • Jennifer Killingsworth 191 posts 247 karma points
    Apr 13, 2010 @ 15:32
    Jennifer Killingsworth
    0

    Ok, I restarted IIS. Now when I publish an News Item it doesn't show up at all in the Content Tree, but it acts like it published just fine, no error messages. 

     

  • Chris Koiak 700 posts 2626 karma points
    Apr 13, 2010 @ 16:20
    Chris Koiak
    0

    Jennifer, try refreshing the content tree and also check that 'newsArea' nodes can be created under 'newsArea' nodes.

    Cheers,

    Chris

  • Jennifer Killingsworth 191 posts 247 karma points
    Apr 13, 2010 @ 16:42
    Jennifer Killingsworth
    0

    Getting warmer!  It's creating the date folders and putting the news items under them, but there are duplicates.

    -News
    --2010
    ---04
    ----news item
    ---04
    ----news item

     

  • Jennifer Killingsworth 191 posts 247 karma points
    Apr 13, 2010 @ 16:46
    Jennifer Killingsworth
    0

    It seems to be working now.  I deleted all the News and started over. No more duplicates.

    Thank you both so much!!!!!!

  • Warren Besthorne 42 posts 62 karma points
    Oct 07, 2010 @ 22:23
    Warren Besthorne
    0

    how do I get the contact us page working  or working to my gmail account website allphasetech.com

     

     

Please Sign in or register to post replies

Write your reply to:

Draft