Hi,
I have the following Document type structure on a project that I am working on:
Master
Language
Pages
Home
Text Page
Contact Page
...
The problem is that I would like to move the Language Doc Type underneath Pages instead, but since there's no moving alternative in the menu I guess the only way to accomplish this is through the database.
I switched the ParentId from Master to Pages in the cmsContentType2ContentType database table and that gave me all the properties from the Pages but the document type was still underneath Master. I then changed the Path in the umbracoNode table and now the Language doc type is placed correctly under Pages.
Everything seems to work fine but my question is, have anyone else done this before? Do I need to do anything else before I push this to live?
Moving nested document type
Hi, I have the following Document type structure on a project that I am working on:
The problem is that I would like to move the Language Doc Type underneath Pages instead, but since there's no moving alternative in the menu I guess the only way to accomplish this is through the database.
I switched the ParentId from Master to Pages in the cmsContentType2ContentType database table and that gave me all the properties from the Pages but the document type was still underneath Master. I then changed the Path in the umbracoNode table and now the Language doc type is placed correctly under Pages.
Everything seems to work fine but my question is, have anyone else done this before? Do I need to do anything else before I push this to live?
// Herman
is working on a reply...