Copied to clipboard

Flag this post as spam?

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


  • Dibs 183 posts 899 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 1072 posts 6378 karma points MVP 2x 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 183 posts 899 karma points
    Oct 18, 2016 @ 13:13
    Dibs
    1

    cheers Dennis : )

  • Dennis Adolfi 1072 posts 6378 karma points MVP 2x c-trib
    Oct 18, 2016 @ 13:18
    Dennis Adolfi
    0

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

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies