Hello,
Sorry for my english, it's difficult for me to explain my problem.
I have 3 little problems with relation field.
1) I create an item and, with relation field, I link this item to 5 others items. It's nice and it works great.
But after, I put this tag in the field parameters :
List Creation (Frontend Views)
Item HTML : {{code}}
"code" is a field I create before, and the value is different for each item I create.
But when I go to the item view, I always have the same value of "code" for all my related items rather than a different value for each of these.
For related item 1, the "code" value is correct.
But for the others related items, the "code" value is exactly the same as for related item 1.
Rather than :
code - Item number
144 - item 1
215 - item 2
132 - item 3
...
I have :
144 - item 1
144 - item 2
144 - item 3
...
I try to do exactly the same thing with a core field.
For example the "hits" field.
I put this tag in Item HTML : {{hits}}
And it works nice : I have a different value for each item.
But not with custom fields I have create.
2) the tag {{code}} (and even core fields like {{hits}} ) doesn't work in "Prefix text of every value" and "Suffix text of every value"
When I go to the item view, I see {{code}} or {{hits}} rather than the value.
For me, it only works in "Item HTML".
In this tutorial it is said that it should work :
www.flexicontent.org/documentati
... ields.html
you can use other fields values inside
1. open/close field text parameters and
2. prefix / suffix value parameters
3) When I create an item (either in backend or frontend), the list of item in the relation field don't display. When I clic on a category in "Select Category:", nothing appear.
I think the problem is because the relation field is inside a groupmarker field (TAB).
In frontend, when after I Apply or Edit the item, the relation field then works, but not the first time when I create it.
In backend, it not works at all, either I Apply or Edit the item.
And when the relation field is not inside a TAB, it works correctly.
Thank you in advance for your answer.