Home.xml Question
#1
If I wanted to remove the default home layout of Basics-Vision and only use the alternate view (i.e, not having to choose it in skin settings), what of the home.xml code needs to be edited/removed?



Thanks in advance for any help.
Reply
#2
you need to remove the entire code from this block
PHP Code:
            <control type="group">
                <include>
Window_OpenClose_Animation</include>
                <
visible>!Skin.HasSetting(Alternate_Home)</visible
which is about line 177 to 477 then you need to remove <visible>Skin.HasSetting(Alternate_Home)</visible> fromthe top group
and you will also need to clean up the nowplaying and time visible stuff under the big block you just deleted
Reply
#3
OK removed the block of code you said and below that it begins like this:

Quote:<!-- Begin Media menu -->
<control type="wraplist" id="302">
<posx>390</posx>
<posy>22</posy>
<height>132</height>
<width>250</width>
<onup>302</onup>
<ondown>302</ondown>
<onleft>2</onleft>
<onright>302</onright>
<focusposition>1</focusposition>
<visible allowhiddenfocus="true">Control.HasFocus(302)</visible>
<animation effect="fade" delay="150" time="100" start="0" end="100">visible</animation>
<itemlayout height="44">

By clean up do you mean delete too?
Reply
#4
the <control type="wraplist" id="302"> is the alt menu so don't delete it
Reply
#5
This might work I didn't test it though
http://pastebin.com/m781fe472
Reply
#6
Yes! worked great accept no labels (movies, music, ect) are visible and the top right corner is blurred out where the time is.
Reply
#7
EDIT and 2 times are showing lol center top, and top right.
Reply
#8
Never mind fixed the time/date issue.
Reply

Logout Mark Read Team Forum Stats Members Help
Home.xml Question0