how to set a proprety's value when create a new node
hi, guys, when I use the nForum pakage and create a new node named "Forum Category", I found that the value of the propery named "Forum Category Parent ID" was automaticly set to its parent's ID, could anyone tell me how to implement this?
how to set a proprety's value when create a new node
hi, guys, when I use the nForum pakage and create a new node named "Forum Category", I found that the value of the propery named "Forum Category Parent ID" was automaticly set to its parent's ID, could anyone tell me how to implement this?
There are 2 ways of doing this :
Using the package standard values : http://our.umbraco.org/projects/developer-tools/standard-values-in-umbraco
Or create a custom event handler :
http://our.umbraco.org/documentation/Reference/Events/
Dave
is working on a reply...