I have made a custom section in my umbraco, set up trees.config and applications.config, added a file under umbraco/custom etc. as per here for example How to create a Custom section in admin panel of umbraco 6?
trees.config:
<add application="custom" alias="custom" title="custom" assembly="CustomSection" type="Trees.LoadCustomTree" silent="false" initialize="true" iconClosed=".sprTreeFolder" iconOpen=".sprTreeFolder_o" action="" sortOrder="0" />
applications.config
<add alias="custom" name="custom" icon="custom.gif" sortOrder="10" />
Still I cannot see my custom section in my user edit screen.
Is there anything I need to set up/ watch out?
Thanks
Under certain circumstances (from memory, I think it happens if you change the name of your default Umbraco administrator user) your application won't appear in the permissions list in the Umbraco user manager.
You can fix this by manually creating an entry in the umbracoUser table to give permission to your administrator. Once this has been done, the option will appear for all of your users.