Here is a small Guide for changing the linked submenu items
There is a maximum of 5 items for every submenu but some buttons are outlined because i dont need 5 items in every submenu. I will add some Information of enabling the unused items later.
<control>
<description>Clickfinder ProgramGuide</description>
<type>button</type>
<id>1002</id>
<width>500</width>
<height>40</height>
<textureFocus>-</textureFocus>
<textureNoFocus>-</textureNoFocus>
<hyperlink>1656544654</hyperlink>
<label>Clickfinder Guide</label>
<font>font12</font>
<textcolor>FFFFFFFF</textcolor>
<textalign>left</textalign>
<textcolorNoFocus>FF000000</textcolorNoFocus>
<textYOff>0</textYOff>
<onright>6</onright>
<onleft>2</onleft>
<onup>1001</onup>
<ondown>1003</ondown>
<visible allowhiddenfocus="true">control.HasFocus(1000) | control.HasFocus(1001) | control.HasFocus(1002) | control.HasFocus(1003) | control.HasFocus(1004)</visible>
</control>
<control>
<description>Recordings</description>
<type>button</type>
<id>1003</id>
<width>500</width>
<height>40</height>
<textureFocus>-</textureFocus>
<textureNoFocus>-</textureNoFocus>
<hyperlink>603</hyperlink>
<label>914</label>
<font>font12</font>
<textcolor>FFFFFFFF</textcolor>
<textalign>left</textalign>
<textcolorNoFocus>FF000000</textcolorNoFocus>
<textYOff>0</textYOff>
<onright>6</onright>
<onleft>2</onleft>
<onup>1002</onup>
<ondown>1000</ondown>
<visible allowhiddenfocus="true">control.HasFocus(1000) | control.HasFocus(1001) | control.HasFocus(1002) | control.HasFocus(1003) | control.HasFocus(1004)</visible>
</control>
<!--
<control>
<description>Clickfinder ProgramGuide</description>
<type>button</type>
<id>1002</id>
<width>500</width>
<height>40</height>
<textureFocus>-</textureFocus>
<textureNoFocus>-</textureNoFocus>
<hyperlink>1656544654</hyperlink>
<label>Clickfinder Guide</label>
<font>font12</font>
<textcolor>FFFFFFFF</textcolor>
<textalign>left</textalign>
<textcolorNoFocus>FF000000</textcolorNoFocus>
<textYOff>0</textYOff>
<onright>6</onright>
<onleft>2</onleft>
<onup>1001</onup>
<ondown>1003</ondown>
<visible allowhiddenfocus="true">control.HasFocus(1000) | control.HasFocus(1001) | control.HasFocus(1002) | control.HasFocus(1003) | control.HasFocus(1004)</visible>
</control>
-->
<control>
<description>Recordings</description>
<type>button</type>
<id>1002</id>
<width>500</width>
<height>40</height>
<textureFocus>-</textureFocus>
<textureNoFocus>-</textureNoFocus>
<hyperlink>603</hyperlink>
<label>914</label>
<font>font12</font>
<textcolor>FFFFFFFF</textcolor>
<textalign>left</textalign>
<textcolorNoFocus>FF000000</textcolorNoFocus>
<textYOff>0</textYOff>
<onright>6</onright>
<onleft>2</onleft>
<onup>1001</onup>
<ondown>1000</ondown>
<visible allowhiddenfocus="true">control.HasFocus(1000) | control.HasFocus(1001) | control.HasFocus(1002) | control.HasFocus(1003) | control.HasFocus(1004)</visible>
</control>
Hi,
so you want to delete the clickfinder guide button and keep the other buttons of the tv submenu?
in this case you have to replace this part of the submenus.xml
Code:<control> <description>Clickfinder ProgramGuide</description> <type>button</type> <id>1002</id> <width>500</width> <height>40</height> <textureFocus>-</textureFocus> <textureNoFocus>-</textureNoFocus> <hyperlink>1656544654</hyperlink> <label>Clickfinder Guide</label> <font>font12</font> <textcolor>FFFFFFFF</textcolor> <textalign>left</textalign> <textcolorNoFocus>FF000000</textcolorNoFocus> <textYOff>0</textYOff> <onright>6</onright> <onleft>2</onleft> <onup>1001</onup> <ondown>1003</ondown> <visible allowhiddenfocus="true">control.HasFocus(1000) | control.HasFocus(1001) | control.HasFocus(1002) | control.HasFocus(1003) | control.HasFocus(1004)</visible> </control> <control> <description>Recordings</description> <type>button</type> <id>1003</id> <width>500</width> <height>40</height> <textureFocus>-</textureFocus> <textureNoFocus>-</textureNoFocus> <hyperlink>603</hyperlink> <label>914</label> <font>font12</font> <textcolor>FFFFFFFF</textcolor> <textalign>left</textalign> <textcolorNoFocus>FF000000</textcolorNoFocus> <textYOff>0</textYOff> <onright>6</onright> <onleft>2</onleft> <onup>1002</onup> <ondown>1000</ondown> <visible allowhiddenfocus="true">control.HasFocus(1000) | control.HasFocus(1001) | control.HasFocus(1002) | control.HasFocus(1003) | control.HasFocus(1004)</visible> </control>
with this code
Code:<!-- <control> <description>Clickfinder ProgramGuide</description> <type>button</type> <id>1002</id> <width>500</width> <height>40</height> <textureFocus>-</textureFocus> <textureNoFocus>-</textureNoFocus> <hyperlink>1656544654</hyperlink> <label>Clickfinder Guide</label> <font>font12</font> <textcolor>FFFFFFFF</textcolor> <textalign>left</textalign> <textcolorNoFocus>FF000000</textcolorNoFocus> <textYOff>0</textYOff> <onright>6</onright> <onleft>2</onleft> <onup>1001</onup> <ondown>1003</ondown> <visible allowhiddenfocus="true">control.HasFocus(1000) | control.HasFocus(1001) | control.HasFocus(1002) | control.HasFocus(1003) | control.HasFocus(1004)</visible> </control> --> <control> <description>Recordings</description> <type>button</type> <id>1002</id> <width>500</width> <height>40</height> <textureFocus>-</textureFocus> <textureNoFocus>-</textureNoFocus> <hyperlink>603</hyperlink> <label>914</label> <font>font12</font> <textcolor>FFFFFFFF</textcolor> <textalign>left</textalign> <textcolorNoFocus>FF000000</textcolorNoFocus> <textYOff>0</textYOff> <onright>6</onright> <onleft>2</onleft> <onup>1001</onup> <ondown>1000</ondown> <visible allowhiddenfocus="true">control.HasFocus(1000) | control.HasFocus(1001) | control.HasFocus(1002) | control.HasFocus(1003) | control.HasFocus(1004)</visible> </control>
To enable the games menu you need to install the emulators2 plugin. This menu is not for the MP included games like tetris or sudoku...
<!--
-->