TV Show submenu default

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
mechagrover Offline
Junior Member
Posts: 12
Joined: Mar 2010
Reputation: 0
Post: #1
First off thanks for the great skin!

Can someone give me the instructions on how to make the TV > Newest the first option rather than year? I'm sure it's a very simple change in Includes_home_horizontal.xml but I can't seem to get it.
find quote
stoli Offline
Skilled Skinner
Posts: 2,405
Joined: Nov 2008
Reputation: 30
Location: Florida
Post: #2
Lines 563 -592. Just move those sections into the order you want them presented.

If you have not added any custom items to the TV section, just move the below section above item id 5
Code:
<item id="7">
        <label>$LOCALIZE[31296]</label>
    <onclick>ActivateWindow(Videos,RecentlyAddedEpisodes,return)</onclick>
</item>
find quote
mechagrover Offline
Junior Member
Posts: 12
Joined: Mar 2010
Reputation: 0
Post: #3
Got it. Thanks!
find quote
Dobyken Offline
Fan
Posts: 559
Joined: Apr 2010
Reputation: 5
Location: Florida Gulf Coast
Post: #4
stoli Wrote:Lines 563 -592. Just move those sections into the order you want them presented.

If you have not added any custom items to the TV section, just move the below section above item id 5
Code:
<item id="7">
        <label>$LOCALIZE[31296]</label>
    <onclick>ActivateWindow(Videos,RecentlyAddedEpisodes,return)</onclick>
</item>

Thanks, that worked but since I had added a custom item I had to move it above item 4. I now can put "Skilled Skinner" in my forum profile. Is this permanent or will the changes get overwritten when a new skin version is downloaded?

Mythbuntu doesn't need viruses - we have Sudo
find quote
stoli Offline
Skilled Skinner
Posts: 2,405
Joined: Nov 2008
Reputation: 30
Location: Florida
Post: #5
Dobyken Wrote:Thanks, that worked but since I had added a custom item I had to move it above item 4. I now can put "Skilled Skinner" in my forum profile. Is this permanent or will the changes get overwritten when a new skin version is downloaded?

They will be overwritten on updates...
find quote