Solved Configure game menu - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: Skins Support (https://forum.kodi.tv/forumdisplay.php?fid=67) +---- Forum: Skin Archive (https://forum.kodi.tv/forumdisplay.php?fid=179) +----- Forum: Xperience More (https://forum.kodi.tv/forumdisplay.php?fid=128) +----- Thread: Solved Configure game menu (/showthread.php?tid=165212) |
Configure game menu - n1md4 - 2013-05-19 Hi, I have Xperience More version 2.0.2 and have enabled the Program menu to display Games. I would like to adjust the target of the menu as described in this post: http://forum.xbmc.org/showthread.php?tid=85724&pid=1423596#pid1423596 Would any one be able to assist me please? Thanks, n1md4 RE: Configure game menu - nessus - 2013-05-19 Open Includes_Home.xml and replace lines 1361 and 1371 with this : PHP Code: <onclick>ActivateWindow(10001,plugin://plugin.program.advanced.launcher/?default,return)</onclick> Cheers Nessus RE: Configure game menu - n1md4 - 2013-05-19 That worked, thank you. |