how to make this string work for every folder at the same time
#1
It currently only works for 1 folder at a time but I want it to work for every folder in the list at the same time







<include name="PVRInfoPanel">
    <control type="group">
        <visible>ListItem.IsFolder + !Control.IsVisible(9000)</visible>
        <top>45</top>
        <left>150</left>
        <control type="label">
            <top>10</top>
            <width>30</width>
            <height>262</height>
            <label>$INFO[Container(5000).NumItems,,]</label>
            <textcolor>white</textcolor>
            <font>font56</font>
            <visible>!ListItem.IsParentFolder + !Control.IsVisible(9000)</visible>
        </control>
        <control type="panel" id="5000">
            <top>20</top>
            <width>30</width>
            <bottom>100</bottom>
            <orientation>vertical</orientation>
            <content sortby="date" sortorder="$PARAM[folder_sortorder]">$INFO[ListItem.FilenameAndPath]</content>
        </control>
    </control>
</include>
Reply

Logout Mark Read Team Forum Stats Members Help
how to make this string work for every folder at the same time0