2012-07-04, 03:31
Part 1 : Add an Games/Advanced Launcher entry into default home page
Step 1 : Open /720p/Includes_Home1.xml file, and add the following code :
just after :
Step 2 : Open /language/English/Strings.xml file, and add the following code :
just before the last line :
Step 3 : Download and save this image as extras/home1/games.jpg.
Part 2 : Add an Games/Advanced Launcher entry into icon home page
Step 1 : Open /720p/Includes_Home2.xml file, and add the following code :
just after :
Step 2 : If not already done into Part 1, open /language/English/Strings.xml file, and add the following code :
just before the last line :
Step 3 : Download and save this image as extras/home2/icon_games.png.
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(CustomGames)]</thumb>
<onclick>ActivateWindow(Programs,plugin://plugin.program.advanced.launcher,return)</onclick>
<visible>system.hasaddon(plugin.program.advanced.launcher) + !Skin.HasSetting(NoGames)</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/games.jpg.
Part 2 : Add an Games/Advanced Launcher entry into icon home page
Step 1 : Open /720p/Includes_Home2.xml file, and add the following code :
Code:
<item id="14">
<description>Games</description>
<label>$LOCALIZE[31500]</label>
<icon>special://skin/extras/home2/icon_games.png</icon>
<thumb>$INFO[Skin.String(CustomGame)]</thumb>
<onclick>ActivateWindow(Programs,plugin://plugin.program.advanced.launcher,return)</onclick>
<visible>system.hasaddon(plugin.program.advanced.launcher) + !Skin.HasSetting(NoGames)</visible>
</item>
just after :
Code:
...
<item id="6">
<description>Pictures</description>
<label>$LOCALIZE[1]</label>
<icon>special://skin/extras/home2/icon_pictures.png</icon>
<onclick>ActivateWindow(Pictures)</onclick>
<visible>!Skin.HasSetting(NoPictures)</visible>
</item>
Step 2 : If not already done into Part 1, 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/home2/icon_games.png.