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