2015-05-31, 18:40
2015-06-01, 22:51
In the Includes.xml ... add it.
Customize as per your requirement ... I have renamed here the custom1.
Code:
<item id="21" description="File Manager">
<label>File Manager</label>
<thumb fallback="special://skin/backgrounds/default/default.jpg">$INFO[Skin.String(CustomHome.1.Background)]</thumb>
<onclick>ActivateWindow(filemanager)</onclick>
</item>
Customize as per your requirement ... I have renamed here the custom1.
2015-06-02, 15:22
Hello, can you tell me if, in theory, adding the code to every custom item even before assigning the custom item it would be possible to have the same submenus of the "movies" or "Tv Shows" page (update library, title, genre, browse etc etc)
thx
thx
2015-06-04, 16:51
(2015-06-01, 22:51)garbokawa Wrote: [ -> ]In the Includes.xml ... add it.
Code:<item id="21" description="File Manager">
<label>File Manager</label>
<thumb fallback="special://skin/backgrounds/default/default.jpg">$INFO[Skin.String(CustomHome.1.Background)]</thumb>
<onclick>ActivateWindow(filemanager)</onclick>
</item>
Customize as per your requirement ... I have renamed here the custom1.
Brilliant as usual....thanks a lot
