The term-reference tag has no wiki summary.
4
votes
1answer
209 views
Are there any benefits/caveats with using Entity Reference over Term Reference?
Pretty simple question really, but is there any benefit to using a core term reference field over an Entity Reference field?
Obviously tagging is not really an option with Entity Reference, but I've ...
2
votes
1answer
39 views
How to add an exist term reference to a new node?
I have already add a term reference to the article, I want to create a new node by programmatically. When the new node was save, I hope the node was signed with the term data.
In the ...
2
votes
0answers
55 views
Autocomplete term widget (tagging) - Insert as child
Is there a way to insert taxonomy terms as child of a parent term with the auto complete term widget?
I have found several modules such as "Content Taxonomy" or "Hierarchical Term Reference ...
1
vote
1answer
62 views
How to Disable new terms (free tagging) with Taxonomies?
I have a "term refernce" field, in a form that uses an auto-complete widget.
I want to limit user input to terms in the vocabulary only, and output a message when a user tries to enter a non existing ...
0
votes
1answer
50 views
Want to show url like termname (parent)/[termname] (Child: referenced by node) /node (node which is referenced to particular term)
Having problem to show url like termname (parent)/[termname] (Child: referenced by node) /node (node which is referenced under particular term)
i want this ...
0
votes
1answer
204 views
Reference node inherits taxonomy terms of referenced node
This is a problem that's been bugging me for days now and haven't yet found a solution in Drupal 7.
I'll be more specific:
I have a content type named Debate and another one called Vote.
Vote type ...
0
votes
0answers
17 views
How to add comments to Taxonomy Terms?
I want to add comments to Terms so that If a term page is loaded, all the relevant comments are loaded. How can I add it? Right now I can fetch all the comments on a Node but cannot associate it to ...
0
votes
0answers
20 views
How can I combine the output of two seaparate fields in template.php?
I have two fields displaying multiple values from select lists. The first field's a term reference field, the second's a text list. So,
print render($content['field_term_list']) produces
Term1
...
0
votes
1answer
38 views
Show all content related to child taxonomy terms in parent
I don't think I could explain it any better here then I have in the title.
Basically if I have a taxonomy term call Parent and it has sub terms called Child 1 and Child 2. I'd like to be able to see ...
0
votes
2answers
31 views
views related content block // show content with specific initial letter
i have a content-type with this fields:
title field
starting letter // term reference -> stores term in vocab "starting letter"
car brand // term reference -> stores term in vocab "car brand"
...
0
votes
0answers
39 views
Trying to migrate user data into multi value term reference field
FYI: I'm using the module Migrate 7.x-2.5
I'm trying to migrate users from a custom built PHP website, backed by a mysql database, into Drupal.
Each user can have multiple statutes assigned to him. ...
0
votes
0answers
19 views
Complex/Correct taxonomy referencing/grouping with auto-population
I was wondering if someone came across similar problem. I am on Drupal 7.
Scenario is as follows:
content type "query" with number of fields however in question are caller name, job title, address, ...
0
votes
2answers
80 views
copy term reference from one to other field
I have two fields (fieldtype = term reference) in the same content type and I would like to copy the settings from the first to the second one. After searching for a solution I found this thread but I ...
0
votes
2answers
34 views
Display term refference field in node
I have term refference in user fields. I would like to show under name of author's node that field.
I try this code:
<?php print ...
0
votes
0answers
40 views
Is there a reference by url widget type for term reference field as we have it for node reference field?
i.e Is there a module for term reference as we have "Node reference url widget" module for node reference field .. So that I can auto-populates a term reference field with a value from the URL.
...