i'm using Umbraco 7.0.3 for a project and would like to use an URL Picker> I want to use only one link, not multiple or related link picker and content (internal) and external URL's.
What is the best thing to use in Umbraco 7? Ucomponents is not working yet?
It supports both single and multiple links.. when you create an instance of the property editor (datatype), the default is to choose only one link, but if you tick the checkbox, you are allowed to pick multiple links.
URL Picker for Internal and external URL
i'm using Umbraco 7.0.3 for a project and would like to use an URL Picker>
I want to use only one link, not multiple or related link picker and content (internal) and external URL's.
What is the best thing to use in Umbraco 7?
Ucomponents is not working yet?
Did you ever find an answer to this?
Looking for the same thing myself.
Have you tried with Multi Url Picker for Umbraco 7?
It supports both single and multiple links.. when you create an instance of the property editor (datatype), the default is to choose only one link, but if you tick the checkbox, you are allowed to pick multiple links.
/Bjarne
Any news here, I looking for the same...
Hi Amigo - Did you try checking out the Multi Url Picker that Bjarne referenced above?
/Jan
Multi Url Picker for Umbraco 7 works like a charm ;-)
Hi Amigo
Alternative you can also try Link Picker if you don't need multiple links or this url picker https://github.com/imulus/uWestFest/releases that is similar to the uComponents UrlPicker in Umbraco 4 and 6.
/Bjarne
Link picker is a great tool, here is how to implement in your views:
https://github.com/Gibe/Umbraco-Link-Picker
Is it possible to link to a file in Link Picker?
Yes, there is a link to file button, allows you to pick media.
Multi Url Picker for Umbraco 7 does the job for me ;-)
is working on a reply...