Adding an addon to the main menu
#1
I am using skin ACE. I am trying to add an addon to the main menu by adding the following lines to IncludesVIPMenu.xml

For eg Youtube

Code:
<item id="78">
       <label>YOUTUBE</label>
       <onclick>ActivateWindow(videos,plugin://plugin.video.youtube/,return)</onclick>
       <thumb>-</thumb>
           <icon>special://masterprofile/Custom/youtube.jpg</icon>
</item>

So the item adds just fine, but the skin has a feature for sub menu when I slide right. So if I slide right on my newly created shortcut all the menu items blank out. Can someone please suggest how to resolve this?

My xml file is here - http://pastebin.com/KMgPmwtV

PS Why cant I attach anything to posts on this forum? Is it just me or everyone?
Reply
#2
Can someone help me out over here please?
Reply

Logout Mark Read Team Forum Stats Members Help
Adding an addon to the main menu0