Library view from main menu?
#1
is there a way to edit the following home.xml code so that, for example, movie files that i have in directory h:/action/ are displayed in library view format (for example view_51_poster view) when i hover over a home menu button/title as opposed to the widget view?

was hoping that i could change <include content="widgetposter" to content="view_51_poster" or content="myvideonav" the like to get the view i want and then change the "content_path" value to point to my h:/action/ directory, but nothing i try seems to work.

Code:
<control type="group" id="19000">
<visible>String.IsEqual(Container(9000).ListItem.Property(id),custom)</visible>

<include content="Visible_Right_Delayed">
<param name="id" value="custom"/>
</include>

<control type="grouplist" id="19001">
<pagecontrol>19010</pagecontrol>

<include content="WidgetListPoster" condition="Library.HasContent(movies)">
<param name="content_path" value="special://skin/playlists/action.xsp"/>
<param name="widget_header" value="$LOCALIZE[20386]"/>
<param name="widget_target" value="videos"/>
<param name="list_id" value="5700"/>
</include>


[syntax= String.IsEqual(Container(9000).ListItem.Property(id),custom) 19010 ]
Reply

Logout Mark Read Team Forum Stats Members Help
Library view from main menu?0