afriend wrote: > > Code: -------------------- > > InstalledPlugins/plugins/MyCustomMenus/*HTML/EN/plugins/MyCustomMenus/html/images/menuicon.png* -------------------- > > > > Is that the correct path? > And what would the correct icon image path *in the plugin code* look > like? > > Code: -------------------- > > icon => 'plugins/MyCustomMenus/*html/images/*music.png' -------------------- > >
The path seems fine to me - but not the file names :-). The path below html (lower case) is for static content. Whether you use an additional images folder or not is up to you. Filename, too. Just keep it simple. BTW: for development purposes you shouldn't put stuff in InstalledPlugins, but the Plugins folder (see Settings/Information). InstalledPlugins is managed by LMS and can be overwritten at any time. I usually have my code living outside the LMS tree, then put a symlink in to the Plugins folder. This way I can easily enable/disable plugins by adding/removing those links. I don't want to have them run on my dev system all the time to speed up the restarts I do often during dev cycles. Michael http://www.herger.net/slim-plugins - Spotty, MusicArtistInfo ------------------------------------------------------------------------ mherger's Profile: http://forums.slimdevices.com/member.php?userid=50 View this thread: http://forums.slimdevices.com/showthread.php?t=109334 _______________________________________________ discuss mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/discuss
