Kodi Community Forum
BINGIE / Hide submenu - 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: Skin Archive (https://forum.kodi.tv/forumdisplay.php?fid=179)
+----- Forum: Titan (https://forum.kodi.tv/forumdisplay.php?fid=212)
+----- Thread: BINGIE / Hide submenu (/showthread.php?tid=344211)



BINGIE / Hide submenu - iZ@K - 2019-05-26

hi,

Using the BINGIE layout, I'd like to hide submenus because I use some widgets with the option "Use submenu as widget".
Then, my menu items are accessible in the widget.
So, it is not uselly to have submenu in the same time.

Is there an option to do this ?

I saw in an another titan fork an option to "hide all submenus", but I don't want this.
I want to hide submenus one by one, because I want to keep some ones.


RE: BINGIE / Hide submenu - MapleFlakes - 2019-07-11

(2019-05-26, 15:07)iZ@K Wrote: hi,

Using the BINGIE layout, I'd like to hide submenus because I use some widgets with the option "Use submenu as widget".
Then, my menu items are accessible in the widget.
So, it is not uselly to have submenu in the same time.

Is there an option to do this ?

I saw in an another titan fork an option to "hide all submenus", but I don't want this.
I want to hide submenus one by one, because I want to keep some ones.

You can hide it by editing the xml files within the skin. You should edit the "ViewType" files.


RE: BINGIE / Hide submenu - iZ@K - 2019-07-12

Thx, but I finally edit the setting.xml to set the disableallsubmenus to TRUE.


RE: BINGIE / Hide submenu - User 436809 - 2019-07-19

(2019-07-12, 00:26)iZ@K Wrote: Thx, but I finally edit the setting.xml to set the disableallsubmenus to TRUE.

On what line within Settings.xml, did you set the disable all submenu's to true? When I search for disable all submenu's it doesn't find anything within the file.


RE: BINGIE / Hide submenu - iZ@K - 2019-12-14

file :
C:\Users\MyName\AppData\Roaming\Kodi\userdata\addon_data\skin.titan.bingie\settings.xml

line (to add if not exists) :
    <setting id="disableallsubmenus" type="bool">false</setting>