How to create a Custom section in admin panel of umbraco 6?

人走茶凉 提交于 2019-12-02 14:01:19

问题


I am looking to develop a custom user section in admin panel of umbraco 6.
This section can manage user details as well as admin approval. Any one know how to implement this?


回答1:


Apparently it is similar to doing it in Umbraco 4

But in Umbraco 6, instead of making the change to the umbracoApp table, you do the change in Config/applications.config file

Update: For the tree nodes, I am still doing it the old way. Apparently in Umbraco 6 you can use trees.config, but I haven't tried it yet, I don't know much about it.




回答2:


I have written a blog post about this that should work in Umbraco 6.

The changes that have been made is that instead of changing in the tables you change in the config files. It is also possible to create the tables by code in C# combined with c# attributes.

http://marcus-abrahamsson.se/post/Custom-Section-in-Umbraco-Back-office



来源:https://stackoverflow.com/questions/15810730/how-to-create-a-custom-section-in-admin-panel-of-umbraco-6

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!