I am using umbraco 7.4.3 and was wondering if there is a url picker thats built in umbraco backend by default. I can not seem to see an obvious property thats available to use in the back office.
i am aware that there is a url multipicker package that can be installed, but was wondering if there are other options available in order to achieve this?
I'd second the use of Multi Url Picker. We use it on every project and it does exactly what you want.
If, however, you are dead set against install a 3rd party package then you could build your own using Nested Content (which is built into Umbraco 7.7 and up). You basically need to create a document type with a content picker (for internal links) and has a textbox (for external URLs_ and then use conditional logic to select the appropriate one. But using Multi Url Picker is much simpler :)
Url picker for umbraco 7.4.3
Hi,
I am using umbraco 7.4.3 and was wondering if there is a url picker thats built in umbraco backend by default. I can not seem to see an obvious property thats available to use in the back office.
i am aware that there is a url multipicker package that can be installed, but was wondering if there are other options available in order to achieve this?
Any help/tips on this would be appreciated!
Thanks in advance.
By Url picker do you mean internal or external?
External ideally. but if it could handle both internal and external that would be a bonus.
We use this package:
https://our.umbraco.org/projects/backoffice-extensions/multi-url-picker
It has a nuget package available as well.
I'd second the use of Multi Url Picker. We use it on every project and it does exactly what you want.
If, however, you are dead set against install a 3rd party package then you could build your own using Nested Content (which is built into Umbraco 7.7 and up). You basically need to create a document type with a content picker (for internal links) and has a textbox (for external URLs_ and then use conditional logic to select the appropriate one. But using Multi Url Picker is much simpler :)
is working on a reply...