Copied to clipboard

Flag this post as spam?

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


  • Taylor Smith 1 post 21 karma points
    Oct 27, 2010 @ 19:38
    Taylor Smith
    0

    Reload nodes on change

    I'm getting started on a news section, and am using this package to automatically sort the news items by a custom date field. It's working great, but it'd be even better (from a client's perspective) if the nodes would refresh automatically in the tree after saving rather than needing to right click the parent and choose Reload Nodes.

    Not sure how hard that'd be to implement, but it'd be greatly appreciated.

    Cheers, and thanks for a great package.

  • Matt Brailsford 4124 posts 22215 karma points MVP 9x c-trib
    Oct 28, 2010 @ 09:32
    Matt Brailsford
    0

    Hi Taylor,

    It should be possible. I'll take a look when I have a spare moment.

    Cheers

    Matt

  • Jeroen Breuer 4908 posts 12265 karma points MVP 4x admin c-trib
    Oct 28, 2010 @ 09:52
  • Connie DeCinko 931 posts 1160 karma points
    Jan 26, 2011 @ 17:20
    Connie DeCinko
    0

    Jeroen,

    Were you able to get your solution to work?

    Connie

     

  • Tom Fulton 2030 posts 4998 karma points c-trib
    Jan 26, 2011 @ 22:25
    Tom Fulton
    0

    Hi Connie,

    Jeroen's solution did work - I added this a while back in a fork on codeplex when I was fixing a bug with numeric sorting.  I sent it to Matt but I think he has been busy with other projects.

    If you like you could download it here, compile it, and replace your DLL.  4.6 wasn't out at the time so hasn't been tested there though.  http://documentsorter.codeplex.com/SourceControl/network/Forks/tomnf/Feature

    Thanks,
    Tom

  • Connie DeCinko 931 posts 1160 karma points
    Jan 27, 2011 @ 00:12
    Connie DeCinko
    0

    Hi Tom,

    I can't get it to compile as it says

    umbraco.BasePages.BasePage.Current

    cannot be found.  I have the umbraco reference added, and I think the correct version.

     

  • Tom Fulton 2030 posts 4998 karma points c-trib
    Jan 28, 2011 @ 14:32
    Tom Fulton
    0

    Hi Connie,

    You need to add the following references:  umbraco.dll, businesslogic.dll, cms.dll, interfaces.dll

    Also you need to add them from .NET 3.5 binaries as the project is built for 3.5.  I just tested using the 4.5.2 for .NET 3.5 binaries and it compiles fine.  It will still work with a .NET 4 Umbraco install.

    Thanks,

    Tom

  • Connie DeCinko 931 posts 1160 karma points
    Jan 28, 2011 @ 22:47
    Connie DeCinko
    0

    I compiled for .NET 4 and it works just fine.  I'm trying to figure out why it runs the reload from one node higher than the node the content is in.  Seems pointless to reload the parent of the parent.

     

  • Connie DeCinko 931 posts 1160 karma points
    Jun 22, 2011 @ 20:30
    Connie DeCinko
    0

    Just realized the fix to reloads has stopped working.  I can onlt assume it stopped when we upgraded to umbraco 4.7.  Anyone else seeing issues?

     

Please Sign in or register to post replies

Write your reply to:

Draft