Umbraco Tag Manager for backoffice installed but c...
# help-with-umbraco
o
Hello All! I found this lovely package https://marketplace.umbraco.com/package/our.umbraco.community.tagmanager And installed it on my umbraco 13.2.2 instance. But after installation nothing appears in menu ribbon, is it my problem or the package does not work? PS: the package also did not list as installed in umbraco backoffice, but 100% surely installed in nuget project in VS, and I can find it under app_plugins with the following package.mainifest value { "dashboards": [ { "alias": "tagManager", "view": "~/App_Plugins/tagManager/backoffice/dashboards/dashboard.html", "sections": [ "TagManager" ] } ], "javascript": [ "~/App_Plugins/tagManager/backoffice/scripts/tagManager.create.controller.js", "~/App_Plugins/tagManager/backoffice/scripts/tagManager.createGroup.controller.js", "~/App_Plugins/tagManager/backoffice/scripts/tagManager.delete.controller.js", "~/App_Plugins/tagManager/backoffice/scripts/tagManager.edit.controller.js", "~/App_Plugins/tagManager/backoffice/scripts/tagManager.group.controller.js", "~/App_Plugins/tagManager/backoffice/scripts/tagManager.dropdownFlexible.controller.js", "~/App_Plugins/tagManager/backoffice/scripts/tagManager.resource.js" ], "css": [ "~/App_Plugins/tagManager/backoffice/css/tagManager.css" ] } Any ideas what I'm doing wrong (i'm new to umbraco) or the package does not work as intended? source repo: https://github.com/drummerboy46/Umbraco-Tag-Manager Thank you! https://cdn.discordapp.com/attachments/1230408878517391361/1230408879532412978/image.png?ex=66333690&is=6620c190&hm=c2059688365541c291b9ed98d82a51d6548d6a38fa26f50190cc653c17a26e4e& https://cdn.discordapp.com/attachments/1230408878517391361/1230408879788003378/image.png?ex=66333690&is=6620c190&hm=6bd5ba65d41e31aff78f20d2847d4b05ef97e6ad2beac08c0a752c26b188323c& https://cdn.discordapp.com/attachments/1230408878517391361/1230408880031400026/image.png?ex=66333690&is=6620c190&hm=a99f7b282b48aaf5667abbf661347abccf114608ddd7497d5f9d85938a0cd567&
j
The top menu items there are called sections - you can control the allowed sections by user groups. When a new section is added it is not automatically added to the existing user groups. I'd go to the user section and find a user group you are a member of (admin perhaps), then check the allowed sections and see if the one from the package is there. If not you probably need to log an issue on the package issue tracker
o
thank you works like a charm!!! @Jemayn
4 Views