Have a look at the Hybrid Framework. In this video I also mention how it's possible to change the media picker start node programmatically instead of a datatype prevalue.
It's called a start node because that is where the tree starts. Going up in the tree again is not supported and probably never will. If you want folders higher in the tree you should set the start node higher.
What I'm trying to is to "remember" the last place the user chosed a photo, so in the next time he will open the media picker - The "active" folder will be the last one
Umbraco 7 Media Picker, StartNodeId not exsist
Hi, i'm trying to developer media picker that can remeber what is the last folder I chosed.
The problem which I'm having is that when I'm passing the start node id, and the id not exsist I'm getting the YSOD.
Help?
Hi Yoni
Could you perhaps share your code and the ysod error message you're getting? I think that will make it easier for people to try and help you out :)
Looking forward to hearing from you.
/Jan
Hi Yoni,
Perhaps, this post can help you further, to get the media picker to remember the last id http://our.umbraco.org/forum/developers/extending-umbraco/57614-Umbraco-7-Media-Picker,-open-to-specific-folder
Hope this helps,
/Dennis
Hi, let me rephrase the question.
I want to developer a custom Media Picker, which remember the last folder id I used, and I came a cross 2 issues:
Any suggestions?
Hello,
Have a look at the Hybrid Framework. In this video I also mention how it's possible to change the media picker start node programmatically instead of a datatype prevalue.
Another example: http://issues.umbraco.org/issue/U4-2670#comment=67-15418
Jeroen
Hi Jeroen,
I took a look in the hybrid framework, but it still doesn't work for me.
the big issue in "startNodeId", is that i can't go back in the tree (my first image above) back to the root media.
any suggestions?
Hello,
It's called a start node because that is where the tree starts. Going up in the tree again is not supported and probably never will. If you want folders higher in the tree you should set the start node higher.
Jeroen
Hi Jeroen,
What I'm trying to is to "remember" the last place the user chosed a photo,
so in the next time he will open the media picker - The "active" folder will be the last one
is working on a reply...