[MOD] Kiosk Mode
#16
I have a feeling this tread will get more activity with Helix. Kiosk mode does not seem to be in the Helix version of the Confluence skin.

Ironically enough, Crookas original post from 2010 is not far off, only change is the location to put
Code:
<visible>!Skin.HasSetting(kiosk)</visible>

So follow the direction in the top post, BUT when you get to:
open up MyVideoNav.xml, MyMusicNav.xml, MyPics.xml...

add that to line 61 (in MyVideoNav.xml, may differ for the other two), i put it right above
Code:
<include>SideBladeLeft</include>

Code:
        <control type="group">
            <left>-250</left>
            <visible>Skin.HasSetting(kiosk)</visible>
            <include>SideBladeLeft</include>
            <control type="grouplist" id="9000">
                <left>0</left>
                <top>60</top>
                <width>250</width>
                <height>650</height>
                <onleft>9000</onleft>
                <onright>50</onright>
                <onup>9000</onup>
                <ondown>9000</ondown>

Note* the posts in between regarding MyVideo.xml do not apply, that file is not in the Helix confluence skin.
Reply
#17
I have created a helix mod of the confluence skin which just does the kiosk mode. I based it on this thread.

https://github.com/pellcorp/skin.confluence.kiosk
Reply

Logout Mark Read Team Forum Stats Members Help
[MOD] Kiosk Mode0