The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
14 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
40 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 ...
2
votes
1answer
34 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 ...
0
votes
1answer
28 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
30 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
33 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. ...
-1
votes
1answer
42 views

Allows authenticated users to tag content

Administrator can add tags/Term reference to any content types. How can I give permission to authenticated users so that they can tag on any content type where they have access for editing/adding?
0
votes
0answers
12 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
75 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
32 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 ...
2
votes
0answers
48 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 ...
0
votes
1answer
179 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 ...
1
vote
1answer
50 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
0answers
37 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. ...
0
votes
1answer
51 views

Term reference on node edit to ALL vocabularies

I have about ten vocabularies and my content will be tagged with mostly one term of ANY of them. It would be fine to let the editor choose the vocabulary on node edit form. Is there yet a module ...
4
votes
1answer
175 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 ...
0
votes
0answers
22 views

Pick latest node from taxonomy term supplied in node

I have 2 contenttypes. Productpage and Blogpost. The blogposts uses taxonomy (blogcategories) and is only connected to 1 term. Now I want to use a dropdown on the productpages where I select a ...
0
votes
1answer
34 views

Making taxonomy dropdown on the basis of previously selected dropdown of two different taxonomies?

I have two different taxonomies Taxonomy 1: Category -music -football Taxonomy 2: Sub-category -Jazz -Rock -Fifa -Russian Open I have linked Jazz, Rock to music and Fifa, Russian Open to ...
0
votes
0answers
36 views

Is it possible to have localized node aliases with a localized term reference in them?

I'm asking this title question quite purposely and provocatively. I have just encountered two web pages that - in my opinion - contradict each other. And what I'm seeking is your opinion and advice ...
0
votes
0answers
51 views

Profile2 Tokens

I have created a profile called Main with field type "Term Reference". Is there a Token value i can use to return the Term Id referenced in this field for a user? I have tried the following token ...