2016-07-03, 18:20
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
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?
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?