Bug main menu tabs deleted after i trying to add a new tabs - 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: Eminence (https://forum.kodi.tv/forumdisplay.php?fid=213) +---- Thread: Bug main menu tabs deleted after i trying to add a new tabs (/showthread.php?tid=231993) |
main menu tabs deleted after i trying to add a new tabs - zeevgrim - 2015-07-13 main menu tabs deleted after i trying to add a new tabs someone know this problem and how to fix this ? befor i trying to add a new tab: and after : RE: main menu tabs deleted after i trying to add a new tabs - josch - 2015-07-13 Looks like you just accidently removed some menu elements from the XML code. Post your code of Includes_Home.xml (http://pastebin.com/) For next time: It's better to keep backups all the time. Or keep files open in the editor while testing something to preserve the undo/redo possibility. PS: I wouldn't declare it as "BUG", because it happend while modding the skin - not just using ist. RE: main menu tabs deleted after i trying to add a new tabs - zeevgrim - 2015-07-13 http://pastebin.com/kxP3SbBH - Includes_Home.xml I use now the back-up but if you want i can add another tab and this will happen again this happen to many users of the eminence skin in israel and because of that i calling to this a bug i was add the tab from the setting not from the xml files RE: main menu tabs deleted after i trying to add a new tabs - josch - 2015-07-13 All right, sorry - I misunderstood! I thought you've modified the XML file for adding a new tab. Well, then you're right and it seems to be a bug. I don't know about it, because I don't use the skin settings. Perhabs it's a problem with your user settings file where the skin settings get saved because menu buttons get hidden if there is no property set for them. (e.g. home.310.enabled for the first button) |