Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Dibs 202 posts 991 karma points
    Oct 18, 2016 @ 10:39
    Dibs
    1

    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

  • Dennis Adolfi 1082 posts 6446 karma points MVP 5x c-trib
    Oct 18, 2016 @ 10:43
    Dennis Adolfi
    100

    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!

  • Dibs 202 posts 991 karma points
    Oct 18, 2016 @ 13:13
    Dibs
    1

    cheers Dennis : )

  • Dennis Adolfi 1082 posts 6446 karma points MVP 5x c-trib
    Oct 18, 2016 @ 13:18
    Dennis Adolfi
    0

    Cheers Dibs! :) Glad i could help!!!

  • fatmazayed 41 posts 122 karma points
    Aug 20, 2023 @ 11:48
    fatmazayed
    0

    @Dennis Adolfi i can't find it ( iam currently use v11)

  • Dennis Adolfi 1082 posts 6446 karma points MVP 5x c-trib
    Aug 20, 2023 @ 12:34
    Dennis Adolfi
    0

    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

Please Sign in or register to post replies

Write your reply to:

Draft