1.4.x Titan - FLOW Theme (1 Viewer)

Bobbart

New Member
February 4, 2013
4
0
54
Home Country
United States of America United States of America
Another question. I want to get rid of the tv button and make it a pictures button. HOw do I do that?
 

BlechMann

Portal Member
June 30, 2012
20
0
43
Home Country
Germany Germany
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.


Hello!

First: This is the damn best MOD I've seen for long Time!! Thx!

Now, you've mentioned we'll get Information how to add menu items. But my Problem is to Line-Out Menu entrys. So, ive tryed to kill the Click Finder entry simply by lining out the way the last entry in this submenu is lined out.


BTW: How to enable the Games Menu??


Plz excuse the poor English!!


Keep up the nice Work
Andreas P.
 

legnod

MP Donator
  • Premium Supporter
  • September 24, 2011
    1,115
    323
    Stuttgart
    Home Country
    Germany Germany
    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...
     

    BlechMann

    Portal Member
    June 30, 2012
    20
    0
    43
    Home Country
    Germany Germany
    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...


    Thank you so far... im a litle confused now :) .
    Is the only difference in the codes the

    Code:
    <!--
    -->

    ??

    Cause I ve tried this srveral times. Result is the Entry is gone (great) but i cant scroll through the submenu like normal, cause there seems to be an error with the menu.

    Bye

    EDIT:
    Vielleicht kann ich das Problem besser auf Deutsch erklären:
    Wenn ich den Teil vom XML code einfach mit den Pfeilen raus nehme, ist der Eintrag im Submenu zwar weg, mit der Fernbediene kann ich aber nicht normal durch das Menu scrollen. Normal scrollt er ja durch und fängt oben wieder an. So hängt er aber im vorangegangenen E_intrag fest und scrollt nicht über den "unsichtbaren" Eintrag drüber. Wenn ich andersrum scrolle genau das selbe. Dann hängt er im Eintrag danach fest.

    Ansonsten echt super TuT - Das mit dem Einträge ändern klappt prima!

    Gruß!
     
    Last edited:

    legnod

    MP Donator
  • Premium Supporter
  • September 24, 2011
    1,115
    323
    Stuttgart
    Home Country
    Germany Germany
    I stay at english language if its ok for you :)
    The difference is not only the outlined menu entry (<!-- / -->)
    Take a closer look at the second menu item (recordings)...i replaced the <id></id> and the <ondown></ondown> entries with the entries from the clickfinder menu item.
    All the menu selection/ focus is handled by events (<ondown>, <onup>, <onleft> etc.). If the button with the <id>1001</id> is selected and you press "down" (remote or keyboard) the next menu item with the id which is specified under the <ondown> will be selected...
    simple "workflow" ID1000 <ondown> -> ID1001 <ondown> -> ID1002 <ondown> -> ID1003 <ondown> -> ID1000
     
    Last edited:

    ofird

    Portal Pro
    January 8, 2011
    78
    4
    Great plugin thanks!

    I have 2 questions, I am using Moving Pictures, and the "All Movies" get an error - "An external plugin or skin passed an invalid paramter"
    the seocnd is which weather plugin should I install for this mod to work with by default


    Thanks!
     

    legnod

    MP Donator
  • Premium Supporter
  • September 24, 2011
    1,115
    323
    Stuttgart
    Home Country
    Germany Germany
    @ofird for me it is working but maybe there is an error inside the uploaded xml files....will check this[DOUBLEPOST=1366974981][/DOUBLEPOST]Could you please check, if you have an category named "AllMovies" inside MovingPictures configuration? The menu entry should be linked to this category and it should be available for standard MovingPicture installations. If you dont have this category, you can use the xml file i uploaded in this post...this will link to the main category menu of MovingPictures.
     

    Attachments

    • BasicHome.submenus.xml
      24.7 KB

    ofird

    Portal Pro
    January 8, 2011
    78
    4
    I have it in Hebrew, that might be the issue
    I jusr removed the parameter and it opens the default category
    Btw - how do I get the weather plug in ro to work?
     

    legnod

    MP Donator
  • Premium Supporter
  • September 24, 2011
    1,115
    323
    Stuttgart
    Home Country
    Germany Germany
    Ah OK...for weather plugin you only need to change an submenu entry inside the basichome.submenus.xml file. I use one of the Tools submenu.
    Just take a look at this post and edit the submenu entry you want to use for your weather plugin
     

    Users who are viewing this thread

    Top Bottom