Right now I am making a blog, and I need to have a dropdown with the blog categories when I create a blog item. How can I make dynamic values on a datatype dropdown?
Since you're trying to make a blog, I think you should take a look at the uBlogsy package if you don´t already know this one. It´s a blog package for Umbraco.
Datatype dropdown get values from page children
Hello guys.
Right now I am making a blog, and I need to have a dropdown with the blog categories when I create a blog item. How can I make dynamic values on a datatype dropdown?
Any video or links will also be great.
Thank you! ^^
Hi Jens,
Since you're trying to make a blog, I think you should take a look at the uBlogsy package if you don´t already know this one. It´s a blog package for Umbraco.
http://our.umbraco.org/projects/starter-kits/ublogsy
And there is also a comment function package for it so the user of the site can comment on your blogposts
http://our.umbraco.org/projects/website-utilities/ucommentsy
Maybe this could be a good solution to you working with a blog on your site, I hope so,
/Dennis
Hi Jens, you could use the built-in XPath DropDownList datatype ?
is working on a reply...