Kodi Community Forum

Full Version: how to delete item form home face.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
is anybody know?No
System > skin > home
hide the ones you don't want
Thank you,but I want to delete setting item, and add other items such as plugin.
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
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.