Here is an example to get a working XSLT version with "Related Links with Media" 3.0 :) I have also placed some content in the Media, that's why I call slideshowHeader, slideshowContent and so on. Hope it's useful.
This datatype is now part of uComponents, which you can get the source for on Codeplex. There's no built in option to hide link types so you'd need to do this yourself.
However, there's also a new datatype in uComponents called the "URL Picker" that supports External Links, Media, Upload, and Content - and it allows you to turn each option on/off. In the current release it only allows for a single link but in the source is a Multiple URL Picker which I think is working and due to be released with the next version.
Related Links with Media 3.0 released for Umbraco 4.5
This release works with Umbraco 4.5.
The latest release that works with Umbraco 4.0.x is 2.0.2.
Ciao, Marco
i don't see an xslt example for this? please advise... the sample in the package is stil for versioni 4.0
Here is an example to get a working XSLT version with "Related Links with Media" 3.0 :)
I have also placed some content in the Media, that's why I call slideshowHeader, slideshowContent and so on. Hope it's useful.
Kind regards,
Niels Kristiansen | NIKRI
Hi,
I need to remove Add intenal links and add external links from this control.
Can any one help me? or give me source code?
Thanks
Amna
Hi,
This datatype is now part of uComponents, which you can get the source for on Codeplex. There's no built in option to hide link types so you'd need to do this yourself.
However, there's also a new datatype in uComponents called the "URL Picker" that supports External Links, Media, Upload, and Content - and it allows you to turn each option on/off. In the current release it only allows for a single link but in the source is a Multiple URL Picker which I think is working and due to be released with the next version.
Hope this helps,
Tom
Hi can any one give me source code of "Related Links with Media 3.0"
Hi Amna,
There is a download of the source available on the Project Page (direct link) or in uComponents @ Codeplex
-Tom
Try checking /umbraco/config/lang/<yourlanguage>.xml
Goto the relatedlinks section (<area alias="relatedlinks">)
Add a new key for 'addMedia' with your translation
Hope this helps,
Tom
is working on a reply...