I need to create a custom section in umbraco 6. I've seen many references like,
http://adaodeveloper.blogspot.in/2013/01/create-new-custom-section-in-umbraco-48.html
http://our.umbraco.org/forum/developers/extending-umbraco/46141-How-to-create-a-custom-BaseTree-tree
nothing works, I found a similar question in stackoverflow,
How to create a Custom section in admin panel of umbraco 6?
but the link provided as an answer is not loading.
Many blogs says, the method of creating custom sections in older versions of umbraco. That doesn't work on umbraco 6.
Can anyone help me with this.
The process of creating the custom section is as same as the links you provided.
Check whether you are logged in as a root user, who created the umbraco project in the Users section.
Also, Check the UmbracoUsers table in your umbraco database. Because the newly created section will only visible to the root user only.