Request: Station
#1
Im curious about being able to have a sub menu for TV shows to be arranged by Station kinda like flipping threw channels. I know most of my shows by the station/studio they are on and think this would be a nice feature and was wondering if i was alone.
Reply
#2
until it's made u can fix it ur self
Code:
vertical home:
                    <control type="button" id="90127">
                        <include>ButtonHomeSubCommonValues</include>
                        <label>Studios</label>
                        <onclick>ActivateWindow(VideoLibrary,TVShowStudios,return)</onclick>
                    </control>


horizontal home:
                    <control type="button" id="90127">
                        <include>ButtonHomeSubCommonValues_Horizontal</include>
                        <label>Studios</label>
                        <onclick>ActivateWindow(VideoLibrary,TVShowStudios,return)</onclick>
                    </control>
in either home.xml or Includes_Home_Horizontal.xml search for id="9012" and place it in the order of what u want it in submenu.
Currently addicted to Night. Watch this teaser and join the forum.
Get and request your ClearLOGOs from the ClearLOGO site and forum
Try my changes to the Night skin if u like how they looks
Reply
#3
thanks!
Reply

Logout Mark Read Team Forum Stats Members Help
Request: Station0