We've added a new umbraco-related blog post to our site, written by our Developer Emanuel Gaspar. It's a guide to setting up a custom section in umbraco 4, written after doing this for a project and not finding an up-to-date guide for v4 elsewhere on the net. We hope it can help someone else in a similar situation.
Apologies for the off topic - been looking for a appropriate place to post this to you I read on the Umbraco forums you had some success in incorporating your own webservice to handle the creation of media types? Any info you can share would be greatly appreciated on that So far creating documents seems fine thru asmx, but for media the only way I can see is to insert directly into the umbracoNode table as Media.MakeNew accepts only a User type which requires the web context, however Document types permit soap authentication...any light u can shed on this greatly appreciated.
How to create a custom admin section (v4)
Hi Folks
We've added a new umbraco-related blog post to our site, written by our Developer Emanuel Gaspar. It's a guide to setting up a custom section in umbraco 4, written after doing this for a project and not finding an up-to-date guide for v4 elsewhere on the net. We hope it can help someone else in a similar situation.
http://www.geckonewmedia.com/blog/2009/8/3/how-to-create-a-custom-section-in-umbraco-4
Feel free to ask Emanual questions or leave comments directly on the blog post.
Cheers,
Dan
Good job,
see also Tim's post: http://www.nibble.be/?p=71
Thomas
Hi Thomas
Apologies for the off topic - been looking for a appropriate place to post this to you
I read on the Umbraco forums you had some success in incorporating your own webservice to handle the creation of media types? Any info you can share would be greatly appreciated on that
So far creating documents seems fine thru asmx, but for media the only way I can see is to insert directly into the umbracoNode table as Media.MakeNew accepts only a User type which requires the web context, however Document types permit soap authentication...any light u can shed on this greatly appreciated.
cheers !
Mike
[email protected]
Hi Mike, it is really simple to do this, I will send you an example this evening
Cheers, Thomas
is working on a reply...