Tagged Questions
0
votes
2answers
60 views
How to link different contents together and display the linked content on the same page?
I am fairly new to Drupal and would need some help.
on my site I have to show a few images (A - B - C - D ) created by a content type X.
Each of these images will link to a different content Type Y ...
0
votes
1answer
33 views
How to show Child term in list box?
I just want to know how to show child terms in list box see the below image
i tried http://drupal.org/project/hierarchical_select this module but don't know how to achieve this.
...
2
votes
1answer
31 views
how to groupby with rollup in drupal 7
how to get booking records from booking table .how to get group by function
with ROLLUP
SELECT * FROM booking
GROUP BY startBooking WITH ROLLUP;
how to convert above query in drupal 7?
...
0
votes
0answers
5 views
Filter menus on the Taxonomy basis
Is there any module in drupal 7 from which I can filter the menus on the taxonomy basis.or how can I achieve this ?
2
votes
0answers
15 views
A taxonomy-provider module: enable/disable vs install/uninstall
If a module provides a taxonomy vocabulary, what should happen in hook_install, hook_enable, hook_uninstall and hook_disable?
My main concern is how hook_uninstall should differ from hook_disable. ...
0
votes
0answers
40 views
Taxonomy Views filters Intersection
We have the following picture:
We have 4 taxonomy terms inside same filter and 2 articles: one tagged ideea&news and the other one ideea&business.
Now when you select ideea&news ...
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 ...
0
votes
0answers
103 views
Empty lists after field_create_field and field_create_instance of taxonomy_term_reference
I'm attempting to write my first module .install file and I'm having difficulty with creating a taxonomy_term_reference.
Before I save my node type and create any fields or instances I create my ...
0
votes
1answer
126 views
Getting nodes related to a taxonomy term selecting from a drop down into another drop down
I have a taxonomy drop down in a content type. Now when I select a particular taxonomy I want to show all nodes related to that taxonomy in another select box.
How can I implement this? If I need to ...
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
1answer
56 views
Create taxonomy 'add terms' form into block
I have two vocabularies named 'vocab_one' and 'vocab_two'. I create custom multiple blocks module named 'add library', in order to display the taxonomy 'add terms' form to each blocks.
Each block ...
0
votes
0answers
143 views
How to manually populate term reference tree fields from another module?
I'm working on a module that deals with forms and I must set some values from code. I can easily modify field values from hook_form_alter except term_reference_tree.
It looks like that when ...
0
votes
1answer
137 views
Autocomplete Field in View Exposed Filter
I have created an index Using the Search Api. and integrate with View. And in filter criteria
i have indexed vocabulary. then i want to expose that filter criteria with auto complete field
instead of ...
2
votes
1answer
131 views
How to merge two different vocabulary in one auto-complete text-field?
I have two taxonomies like below:
Content--- editor pick
--- recommended
--- today high
Sources--- sky
--- earth
--- water
to attach these with blog-post i need to make ...
1
vote
1answer
63 views
How can i attach my content type to level 1 taxonomies in multilevel taxonomy in drupal 7?
I am using the default taxonomy of Drupal 7. I have a taxonomy like the following one:
Multilevel taxonomy (Vocabulary)
level 1 taxonomy (Term)
level 2 taxonomy (Term)
I want my blog post ...