Copied to clipboard

Flag this post as spam?

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


  • andrew shearer 409 posts 517 karma points
    Dec 18, 2014 @ 05:27
    andrew shearer
    0

    Umbraco 7 Media Picker and Multi Content Picker (formally known as MNTP)

    Hello

    Does anyone know if these will eventually be enhanced so that they indicate the picked item(s) and/or provide a link to that underlying item? (similar to how the MNTP picker used to function in Umbraco 4/6). Its quite critical for our content managers.

     

    Thanks for any info

  • jivan thapa 194 posts 681 karma points
    Dec 18, 2014 @ 13:25
    jivan thapa
    0

    I have to implement similar fx for one of the project.

    I use Multiurl picker http://our.umbraco.org/projects/backoffice-extensions/multi-url-picker for the news project.

    But in case of any project where Multi content picker is already used.

    I customized a view. The view is located inside ~/Umbraco/views/propertyeditors/contentpicker/contentpicker.html And add following lines (13,14,15,16)

    enter image description here

    For the Media picker you can do similar.

    Add following codes after 'Div class="umb-editor umb-mediapicker'.

    File is located here ~/Umbraco/views/propertyeditors/mediapicker/mediapicker.html

     <a style="color: blue;" href="/umbraco/#/media/media/edit/{{model.value}}">
                <i class="icon red "></i>
                <i class="icon-autofill color-orange ng-binding"> {{model.value}}</i>
            </a>
    
  • andrew shearer 409 posts 517 karma points
    Dec 18, 2014 @ 20:36
    andrew shearer
    0

    ok cool. you should submit a pull request to the core team :)
     

  • 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