Tagged Questions
0
votes
0answers
8 views
How to represent and edit the status of node relations with per-relationship modifiers or taxonomy?
I have two custom content types, call them Location and Goal. I'd like to use something like "node reference" to link all Locations to all Goals with a status. Ideally a matrix of radio buttons, like ...
-2
votes
0answers
30 views
drupal categories structure [closed]
I am trying to build a similar site with Drupal 7 However I want to know how to build the structure.
I am messing with categories and structure, cant getting which modules shall do perfectly.
I need ...
0
votes
1answer
11 views
View To Show Tagged Comments Via Arguments
Hello i like how you can add taxonomy to comments now in D7. Im having a few problems though creating a View that will take a tid contextual filter and show the comments in the taxonomy page as a ...
0
votes
1answer
33 views
multiplying fields values
Hi can someone help me with some field maths. I have taxonomy vocabulary called "plast" with several terms (large box, small box etc.) i have created field within the taxonomy called weight which is ...
0
votes
1answer
14 views
What is the best practice for having a global collection or set number?
I am setting up a content type for a collection of samples. There is already a lot of samples that have a collection number that can't be changed, so I will have to import that data. But My question ...
0
votes
0answers
28 views
For a speedy entity: properties or fields?
I'm creating a new entity type as part of porting an application to Drupal. The entity represents a 'data point' or value, which I would like to associate with taxonomies describing the type of data, ...
0
votes
0answers
60 views
How do you add a taxonomy reference select list or checkboxes to a custom field?
I'm creating a custom drupal 7 module that adds a custom compound field. For this question, I've posted part of my code below (my schema and also part of my hook_field_widget_form). It contains a ...
0
votes
1answer
124 views
How to make multiple fields with taxonomy terms?
Like so: select-taxonomy-term - price - raiting
Like this picture:
0
votes
0answers
33 views
Taxonomy title field label
Is there any way to rename the taxonomy title field label like in Content types? In taxonomy, the label is alway "Name" when I add a new term but I want to be able to change it to something like ...
0
votes
2answers
88 views
Prefill taxonomy term reference field while in term page
I have a content type A with a required term reference field (vocabulary: category, widget: radios). I would like to accomplish the following:
In every term page (of this specific vobaulary) i will ...
0
votes
0answers
56 views
Print term's field value on node tpl
The term reference is field_prodcat. Each term of the taxonomy has decimal field named field_jaja. I want to print the value of field_jaja to the node template
To see the value of the term, I'm ...
2
votes
1answer
59 views
Non-autocomplete Widget for Term Reference Fields on Content Type
The available options at the moment are Autocomplete term widget (tagging), Select list and Check boxes/radio buttons, but I'd like to use a widget without autocomplete.
Thanks in advance.
EDIT: To ...
2
votes
2answers
68 views
How to display term images instead of term names in the term selection process?
I have a content type with a term reference field (check boxes widget, vocabulary: Category) from which every user has to choose one term to be attached to his node.
I have also added an image field ...
1
vote
1answer
46 views
List nodes from a taxonomy based on a field
I'm looking for the most "Drupal" way to create either a view/block (not sure about either) that contains a list with the top level items being the parent taxonomies from a certain vocabulary (4 ...
0
votes
1answer
71 views
How do I programmatically add and fill a field to taxonomy terms of a specific vocabulary?
I want to programmatically do two things:
Replace the default multiline Description field of taxonomy term
with my own, plain text, single line field. I mean - to visually
replace - I understand ...