[WIP][MOD] Advanced Launcher support
#1
Add an Games/Advanced Launcher entry into default home page (home1)

Image

Step 1 : Open /720p/Includes_Home1.xml file, and add the following code :

Code:
<item id="14">
    <description>Games</description>
    <label>$LOCALIZE[31500]</label>
    <icon>special://skin/extras/home1/games.jpg</icon>
    <thumb>$INFO[Skin.String(CustomGame)]</thumb>
    <onclick>ActivateWindow(Programs,plugin://plugin.program.advanced.launcher,return)</onclick>
    <visible>system.hasaddon(plugin.program.advanced.launcher)</visible>
</item>

just after :

Code:
...
<item id="6">
    <description>Pictures</description>
    <label>$LOCALIZE[1]</label>
    <icon>special://skin/extras/home1/pictures.jpg</icon>
    <thumb>$INFO[Skin.String(CustomPictures)]</thumb>
    <onclick>ActivateWindow(Pictures)</onclick>
    <visible>!Skin.HasSetting(NoPictures)</visible>
</item>

Step 2 : Open /language/English/Strings.xml file, and add the following code :

Code:
<!-- New String from Angelscry -->
<string id="31500">Games</string>

just before the last line :

Code:
</strings>

Step 3 : Download and save this image as extras/home1/pictures.jpg.
Reply

Logout Mark Read Team Forum Stats Members Help
[WIP][MOD] Advanced Launcher support1