Copied to clipboard

Flag this post as spam?

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


  • Ivan 139 posts 302 karma points
    Nov 27, 2012 @ 10:49
    Ivan
    0

    Media sorting not working as expected?

    Hello,

    I want to know if new media section allow drag & drop sorting. Sort order can be changed using drag & drop interface, which is perfect for sorting large image galleries, but does not save once you finish.

    I am using Umbraco 4.11. I am currently working on a photographer portfolio and would be great to make use of this functionality.

    Regards,
    Ivan

  • Dan 1285 posts 3917 karma points c-trib
    Nov 28, 2012 @ 12:46
    Dan
    1

    Hi Ivan,

    If you add the following to the <system.web> section of your web.config file, the drag-and-drop sorting should save:

    <webServices>
    <protocols>
    <remove name="HttpPost"/>
    <add name="HttpPost"/>
    </protocols>
    </webServices> 

    More details here: http://issues.umbraco.org/issue/U4-1027.

     

  • Ivan 139 posts 302 karma points
    Nov 28, 2012 @ 12:58
    Ivan
    0

    Works great Dan. Thanks a lot!

Please Sign in or register to post replies

Write your reply to:

Draft