2011-02-23, 22:08
Hi
Trying to add two new viewtypes one for Advanced Launcher and one for Video Add-Ons.
I modded the file viewtype and want to use it as a new viewtype instead of replacing files.
What I did was
For Launcher (Haven't gotten to Video Add-Ons yet) I changed the following in the viewtype xml file:
Change everything to ID 700
Change the name of the viewtype
I also tried changing the label tag to 99999
In MyPrograms XML i added:
(Which I called my viewtype XML)
But it doesn't show up on the list.
What haven't I done right?
Getting Frustrated
Trying to add two new viewtypes one for Advanced Launcher and one for Video Add-Ons.
I modded the file viewtype and want to use it as a new viewtype instead of replacing files.
What I did was
For Launcher (Haven't gotten to Video Add-Ons yet) I changed the following in the viewtype xml file:
PHP Code:
<visible>Control.IsVisible(700)</visible>
PHP Code:
<control type="fixedlist" id="700">
PHP Code:
<viewtype label="31289">Poster Fixed Info Launcher</viewtype>
Change everything to ID 700
Change the name of the viewtype
I also tried changing the label tag to 99999
In MyPrograms XML i added:
PHP Code:
<views>501,505,55,503,58,54,59,506,507,700</views>
PHP Code:
[b]<include>Viewtype_Poster_Fixed_Info_launcher</include>[/b]
But it doesn't show up on the list.
What haven't I done right?
Getting Frustrated