After you pointed that out, I realised my mistake! The variable is wrong and should be this:
mMediaListPath=[&mCategory1Name].
Here's the full path I'm using with the TEST skin for FV2 on skin refresh/load:
#SkinsPath#TEST\BOOKLIST_TEST\DummyFolder\New Folder 1
I was trying to use the index file name gained from FV2, that's not the folder name needed for FV2 to work.
So it goes like this...
State a starting path in the variable: mCategoryPath=#SkinsPath#TEST\BOOKLIST_TEST\DummyFolder
This is used for FV1 to display it's file view list.
Which then passes the folder name of Index 1 to FV2 to use in order to display contents of that folder.
So now, the variables are:Now the FV2 green title is displaying correctly, but the folder content is not showing at all. I tried escaping the variable, but that doesn't help.
mMediaListPath=[&mCategory1Name].
Here's the full path I'm using with the TEST skin for FV2 on skin refresh/load:
#SkinsPath#TEST\BOOKLIST_TEST\DummyFolder\New Folder 1
I was trying to use the index file name gained from FV2, that's not the folder name needed for FV2 to work.
So it goes like this...
State a starting path in the variable: mCategoryPath=#SkinsPath#TEST\BOOKLIST_TEST\DummyFolder
This is used for FV1 to display it's file view list.
Which then passes the folder name of Index 1 to FV2 to use in order to display contents of that folder.
So now, the variables are:
Code:
mCategoryPath=#SkinsPath#TEST\BOOKLIST_TEST\DummyFoldermMediaListPath=[mCategory1Name]
Statistics: Posted by sl23 — 16 minutes ago