- 8
Hi,
I'm having trouble with a retrieving value of a field
I need to add categories in menu in additional "Categories Menu", i'm explain.
By Default it's possible to do :
Home, Categories
-Categ1
-Categ2
-Categ3
or
Home, Categ1, Categ2, Categ3
But i need to do that :
Home, Categories, Categ1
-Categ2
-Categ3
So, I added a new boolean field "IsInMenu" to exclude categories in sub "Categories" and Include it in First "<LI>" .
I edited Views to add my loop and my restriction but my field is always always "false" when I see in my administration this field is "true".
Do you have somes Ideas, to get my field's value and why is't not getting?
I'm having trouble with a retrieving value of a field
I need to add categories in menu in additional "Categories Menu", i'm explain.
By Default it's possible to do :
Home, Categories
-Categ1
-Categ2
-Categ3
or
Home, Categ1, Categ2, Categ3
But i need to do that :
Home, Categories, Categ1
-Categ2
-Categ3
So, I added a new boolean field "IsInMenu" to exclude categories in sub "Categories" and Include it in First "<LI>" .
I edited Views to add my loop and my restriction but my field is always always "false" when I see in my administration this field is "true".
Do you have somes Ideas, to get my field's value and why is't not getting?