I'm creating a custom section and tree to display the website content in a single node. Currently in our content we have several nodes due to the multilingual site. What we need is to display all the content in a single node. On the edit pages, i'll have all the languages that was defined in umbraco and onselect I'll change the values of the content base on the selected language.
In our custom tree it should only display the following.
Hotel - Flora Grand Hotel Hotel Apartments - Flora Creek Hotel Apartments Group Pages - Privacy Policy SEO Banner Backup/Restore Database
My current issue are the following: - I can't display the 2nd level nodes. - Is there a way to call the same function that loads the content? Example, If I select Flora Creek Hotel Apartments, It will call the same method that is used in the content section? but somehow will give me the ability to hide the properties tab?
This is a major requirement in our project so if you could give me some ideas how to do it.
Custom Tree and Section to display the content
Hi,
I'm creating a custom section and tree to display the website content in a single node. Currently in our content we have several nodes due to the multilingual site. What we need is to display all the content in a single node. On the edit pages, i'll have all the languages that was defined in umbraco and onselect I'll change the values of the content base on the selected language.
In our custom tree it should only display the following.
Hotel
- Flora Grand Hotel
Hotel Apartments
- Flora Creek Hotel Apartments
Group Pages
- Privacy Policy
SEO
Banner
Backup/Restore Database
My current issue are the following:
- I can't display the 2nd level nodes.
- Is there a way to call the same function that loads the content? Example, If I select Flora Creek Hotel Apartments, It will call the same method that is used in the content section? but somehow will give me the ability to hide the properties tab?
This is a major requirement in our project so if you could give me some ideas how to do it.
Thanks,
Sherry
is working on a reply...