v17 About adding tab to main menu
#1
how to add About tab in main menu ?
Reply
#2
http://kodi.wiki/view/HOW-TO:Edit_the_ho...skin_files
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
Reply
#3
very useful...
thanks ronie...
Reply
#4
<item id="8">
<label>31961</label>
<onclick>ActivateWindow(About)</onclick>
<icon>-</icon>
<thumb>-</thumb>
<visible>!Skin.HasSetting(HomeMenuAboutButton)</visible>
</item>

If we run above code in home.xml file, then it will create empty slot in main menu.
But what about the menu title "About" ? It is not showing the title "About".
Please suggest me the steps or tell me where to change the code in related file Huh
Reply

Logout Mark Read Team Forum Stats Members Help
About adding tab to main menu0