Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi Umbraco Team
I uninstalled a package after testing and deleted the package folder from the App_Plugins folder.
In back office the icon for the package still displayed on left menu. how can i remove the icon for the uninstalled package
Thanks Dibs
Hi Dibs.
Check the file /Config/applications.config. On a clean install it should look like this:
<?xml version="1.0" encoding="utf-8"?> <applications> <add alias="content" name="Content" icon="traycontent" sortOrder="0" /> <add alias="media" name="Media" icon="traymedia" sortOrder="1" /> <add alias="settings" name="Settings" icon="traysettings" sortOrder="2" /> <add alias="developer" name="Developer" icon="traydeveloper" sortOrder="3" /> <add alias="users" name="Users" icon="trayuser" sortOrder="4" /> <add alias="member" name="Members" icon="traymember" sortOrder="5" /> <add alias="forms" name="Forms" icon="icon-umb-contour" sortOrder="6" /> <add alias="translation" name="Translation" icon="traytranslation" sortOrder="7" /> </applications>
But you probobly still have a row for the application you installed left in this list of application. Remove that row, clear cache and refresh.
Hope it helps!
cheers Dennis : )
Cheers Dibs! :) Glad i could help!!!
@Dennis Adolfi i can't find it ( iam currently use v11)
Yes since Umbraco 9+, Umbraco have moved away from the previous .config files, to instead using the .NET built-in configuration pattern.
Have a look here instead: https://docs.umbraco.com/umbraco-cms/reference/configuration
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
remove icon from Back Office
Hi Umbraco Team
I uninstalled a package after testing and deleted the package folder from the App_Plugins folder.
In back office the icon for the package still displayed on left menu. how can i remove the icon for the uninstalled package
Thanks Dibs
Hi Dibs.
Check the file /Config/applications.config. On a clean install it should look like this:
But you probobly still have a row for the application you installed left in this list of application. Remove that row, clear cache and refresh.
Hope it helps!
cheers Dennis : )
Cheers Dibs! :) Glad i could help!!!
@Dennis Adolfi i can't find it ( iam currently use v11)
Yes since Umbraco 9+, Umbraco have moved away from the previous .config files, to instead using the .NET built-in configuration pattern.
Have a look here instead: https://docs.umbraco.com/umbraco-cms/reference/configuration
is working on a reply...