![]() |
|
Remove default submenus? - Printable Version +- XBMC Community Forum (http://forum.xbmc.org) +-- Forum: Help and Support (/forumdisplay.php?fid=33) +--- Forum: Skin Help and Support (/forumdisplay.php?fid=67) +---- Forum: Neon (/forumdisplay.php?fid=139) +---- Thread: Remove default submenus? (/showthread.php?tid=111501) |
Remove default submenus? - Addam1125 - 2011-10-03 01:23 I want to remove some submenus eg. Files/Genres/Years etc.. under the 'Movies' menu. Is this possible right now? - stoli - 2011-10-03 17:54 You'll have to edit the Includes_Home_Horizontal.xml to remove them. - Addam1125 - 2011-10-03 18:29 Gotchya, thanks! - Addam1125 - 2011-10-03 19:54 I'm a bit stuck, can anyone help? ![]() That's supposed to say 'Trailers' but it's cut off on the left. Code: <!--MOVIES --> <control type="list" id="9011">- stoli - 2011-10-03 20:22 if you want to remove it completely from under Movies, remove that whole section of code, from <!--MOVIES --> to <!--TV SHOWS --> - Addam1125 - 2011-10-03 22:19 stoli Wrote:if you want to remove it completely from under Movies, remove that whole section of code, from <!--MOVIES --> to <!--TV SHOWS --> I removed everything that I wanted removed. "Trailers" and "Newly Added" are all I want left. I switched it from a 'wraplist' to a 'list' for aesthetic purposes, and adjusted xpos. However, the word 'Trailers' is cut off after doing that. - stoli - 2011-10-03 22:24 Without the code in front of me, I'm not sure... You probably have to work on x coordinate positioning or width... |