When installing via Nuget it doesn't update dashboard.config to show the logger user control.
On another note, the preferred standard for all package files should be in ~/App_Plugins/YourPackage so for example, files specific to your package should be in:
Hey Shannon, You & Per need to talk about package location convention as I have got different answer from youi both on this. With Per saying use the /umbraco/plugins/ folder and with you saying to use App_Plugins/
Does the Nuget command line give any errors when installing/uninstalling as it should be able to update the config file for you automagically.
Nuget install doesn't update dashboard.config
When installing via Nuget it doesn't update dashboard.config to show the logger user control.
On another note, the preferred standard for all package files should be in ~/App_Plugins/YourPackage so for example, files specific to your package should be in:
~/App_Plugins/LiveLogger/ViewLogs.ascx
~/App_Plugins/LiveLogger/LiveLogger.js
etc...
Hey Shannon,
You & Per need to talk about package location convention as I have got different answer from youi both on this.
With Per saying use the /umbraco/plugins/ folder and with you saying to use App_Plugins/
Does the Nuget command line give any errors when installing/uninstalling as it should be able to update the config file for you automagically.
Cheers,
Warren :)
is working on a reply...