How can i hide the "scripts" folder in Umbraco backend under "settings"? The scripts are directly edited with visual studio so i do not want that they can be edited from umbraco.
You can hide the settings section from the user.. or you can edit the umbracoAppTree table (database) and place the scripts tree in the developer section.
i am not sure how to hide the folder, but could you not have all your scripts stored in another folder you just create in the root? this way scripts could still be added if required through the Umbraco interface.
Hide Script folder in Backend
Hello,
How can i hide the "scripts" folder in Umbraco backend under "settings"? The scripts are directly edited with visual studio so i do not want that they can be edited from umbraco.
Thanks
You can hide the settings section from the user.. or you can edit the umbracoAppTree table (database) and place the scripts tree in the developer section.
Also the developer should not see the scripts folder. Just hide it out of umbraco.
i am not sure how to hide the folder, but could you not have all your scripts stored in another folder you just create in the root? this way scripts could still be added if required through the Umbraco interface.
I just set the property in the database to false like it is done for stylesheet property. Now it does not appear any more.
good tip, thanks for posting your own solution
is working on a reply...