2015-12-10, 03:38
I'd like to change the default view mode to Big Panel. I found some tips online specific to Amber but haven't had any luck w/ execution. Does anyone know how to do this?
FWIW - I attempted to modify the MyVideoNav.xml in the following ways:
Re-Order the control element with my desireable option to the top
And this line from 50 to 55
FWIW - I attempted to modify the MyVideoNav.xml in the following ways:
Re-Order the control element with my desireable option to the top
PHP Code:
</control>
<include>View_55_BigPanel</include>
<include>View_50</include>
<include>View_51_Panel</include>
<include>View_52_BigList</include>
<include>View_53_Grid</include>
<include>View_54_LowList</include>
<include>View_56_BannerList</include>
<!-- Showcase 57 58 & 59 -->
<include>View_59_Showcase</include>
<control type="group" description="Showcase trigger">
And this line from 50 to 55
PHP Code:
<defaultcontrol always="true">55</defaultcontrol>