Hi there!
First of all, sorry for my english. It Is not too good :wink:
I have created a vocabulary list in providence administration menu and i have linked it to a object screen. The code name of the vocabulary is "etiquetas2_em".
I have added a lot of words to the vocabulary, and i have associate some of the words to some objects.
In pawtucket 2, I want to show these custom vocabulary fields:
I have used the code below in the object detail file ("themes/MYTHEME/views/Details/ca_objects_default_html.php").
{{{<ifdef code="ca_objects.etiquetas2_em"><H6>Tags:</H6>ca_objects.etiquetas2_em</ifdef>}}}
In the web browser interface I can see the "<h6>Tags</h6> ", but i cant read the tag names (ca_objects.etiquetas2_em).
I suppose the condition is working, but i dont know how to show the values of the "ca_objects.etiquetas2_em" vocabulary associated.
What can I do?
Thank you