HawkXP71 119 Posted 4 hours ago Posted 4 hours ago The plugin I am working on, initially was pure for admins to look at. However, at least 1 possible 2 pages, have value to the user itself. Is there a JS/Html methodology for adding a non admin "advanced" (or somewhere) page? TIA
Luke 42989 Posted 1 hour ago Posted 1 hour ago Hi, listenbnrainz is a good example to look at: https://github.com/MediaBrowser/ListenBrainz
HawkXP71 119 Posted 1 hour ago Author Posted 1 hour ago 40 minutes ago, Luke said: Hi, listenbnrainz is a good example to look at: https://github.com/MediaBrowser/ListenBrainz Thanks Ill take a look
HawkXP71 119 Posted 1 hour ago Author Posted 1 hour ago 44 minutes ago, Luke said: Hi, listenbnrainz is a good example to look at: https://github.com/MediaBrowser/ListenBrainz Having never used this plugin before, what am I looking for? I dont see any changes. I do see it on the plugins page, but thats it.
HawkXP71 119 Posted 56 minutes ago Author Posted 56 minutes ago 49 minutes ago, Luke said: Hi, listenbnrainz is a good example to look at: https://github.com/MediaBrowser/ListenBrainz Found it. Is there a way to add a new Category? Rather than under "preferences"?
HawkXP71 119 Posted 22 minutes ago Author Posted 22 minutes ago Other questions Since there is no Dashboard, what is the equivalent call for Dashboard.getConfigurationResourceUrl?
HawkXP71 119 Posted 18 minutes ago Author Posted 18 minutes ago Any ideas? "viewmanager.js?v=4.9.5.0:1 Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'prototype') at addMethodsToPluginControllerFactory (viewmanager.js?v=4.9.5.0:1:986) at viewmanager.js?v=4.9.5.0:1:10942"
Luke 42989 Posted 17 minutes ago Posted 17 minutes ago Just now, HawkXP71 said: Any ideas? "viewmanager.js?v=4.9.5.0:1 Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'prototype') at addMethodsToPluginControllerFactory (viewmanager.js?v=4.9.5.0:1:986) at viewmanager.js?v=4.9.5.0:1:10942" I’m not sure. Start with something identical to the example and then go from there.
Luke 42989 Posted 16 minutes ago Posted 16 minutes ago 4 minutes ago, HawkXP71 said: Other questions Since there is no Dashboard, what is the equivalent call for Dashboard.getConfigurationResourceUrl? What makes you think there’s no Dashboard? There’s no equivalent on the server if that’s what you’re asking.
HawkXP71 119 Posted 6 minutes ago Author Posted 6 minutes ago 10 minutes ago, Luke said: What makes you think there’s no Dashboard? There’s no equivalent on the server if that’s what you’re asking. Because in my js for the page, I have it load a helpers file, in the defines section, and the js engine is saying Dashboard is undefined.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now