Kodi Community Forum
how to delete item form home face. - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Skins Support (https://forum.kodi.tv/forumdisplay.php?fid=67)
+---- Forum: Confluence (https://forum.kodi.tv/forumdisplay.php?fid=125)
+---- Thread: how to delete item form home face. (/showthread.php?tid=77503)



how to delete item form home face. - biosxjj - 2010-07-20

is anybody know?No


- Jezz_X - 2010-07-20

System > skin > home
hide the ones you don't want


- biosxjj - 2010-07-21

Thank you,but I want to delete setting item, and add other items such as plugin.


- Jezz_X - 2010-07-21

I deliberately made it so you can't delete settings because once you do there is no way to get back to it and change stuff like switching to another skin.
This forces people to manually edit xml setting files just so they can get into settings again.

if you really want to remove it you can open up home.xml and find this and delete it
PHP Code:
<item id="5">
    <
label>13000</label>
    <
onclick>ActivateWindow(Settings)</onclick>
    <
icon>special://skin/backgrounds/settings.jpg</icon>
    
<thumb>$INFO[Skin.String(Home_Custom_Back_Settings_Folder)]</thumb>
</
item
And if you want to add more stuff you can just create more of the same type of stuff


- biosxjj - 2010-07-21

thinks jezz_Z


Quote:<control type="grouplist" id="9018">
<posx>10</posx>
<posy>0</posy>
<width>240</width>
<height>240</height>
<align>center</align>
<onleft>9000</onleft>
<onright>9000</onright>
<onup>9018</onup>
<ondown>9018</ondown>
<itemgap>0</itemgap>
<visible>Container(9000).HasFocus(12)</visible>
<control type="button" id="90181">
<include>ButtonHomeSubCommonValues</include>
<label>stock</label>
<onclick>ActivateWindow(Programs,plugin://programs/mystocks/</onclick>
</control>

</control>

when I click stock nothing happen ,just mouse arraw turn red.