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.
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
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)
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
ok cool. you should submit a pull request to the core team :)
is working on a reply...