"Taxonomy" refers to Drupal's content classification mechanism, organised into vocabularies and terms.
0
votes
1answer
19 views
How to get the ID value from a URL
This is my URL for a page! mydomain.com:8080/browse?category=137
which simply takes me to Taxonomy category page.
How am I suppose to take that category id from that uri "137".
0
votes
0answers
22 views
D7 views contextual filter with hierarchical taxonomy terms
Using contextual filters, I have created a view which shows a page of users at us/california, based on a taxonomy I have made of locations.
This taxonomy is hierarchical, though, so when the user ...
0
votes
0answers
10 views
Taxonomy Term Reference Filter by Views that applies only to authenticated users but not admins?
I added a Taxonomy Term Reference Filter by Views to my website so that I can limit which terms an authenticated user can assign to their newly-created content via a Term Reference CCK field in a ...
-2
votes
0answers
25 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
0answers
14 views
Classifying with books vs taxonomy
I have a tree of research topics, such as Mathematics/Algebra/subtopics.
The users should not be able to edit too broad topics such as Algebra, but have the permissions for smaller subtopics.
Should ...
1
vote
1answer
25 views
Best way to organise content
I am making a site which will deal with various micro-topics about a subject.
Each subject will have the following:
i) A backgrounder (one-time)
ii) A news blog (obviously recurring)
iii) FAQs ...
0
votes
1answer
31 views
Can't render taxonomy term from block array
I am rendering variables from a block array, but for some reason when I render a taxonomy term, I get the white screen of death.
after using views_get_view() to return an array, I can render anything ...
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
21 views
how do I make use of a calorie mysql datatable
I have a database (MySQL) with information about food. It has several columns, for example
product name | calories | fat | unit
bread | 100 | 10 | grams
potatoes | 5 0 | 20 ...
0
votes
1answer
20 views
How to get taxonomy image and path by tid in Drupal 7?
I want to get categiries image and path in Catalog Block for Ubercart 3 (Drupal 7) which is taxonomies. I know only tid.
For path i try this
$tid = (int)$variables['catid']; // return tid
$term = ...
1
vote
0answers
11 views
Newsletter digest based on user selection of taxonomies terms
I've looked through forums and modules for a few days trying to find this and nothing seemed to quite fit what I'm looking for. I want to see if this can be done with existing modules before I ...
0
votes
2answers
30 views
Taxonomy Term View - how to display parent View term info when child terms exist?
I have two views set up: one that displays the image field, title, and description for each taxonomy terms in a vocabulary, and one that displays a grid of photos/nodes that are tagged with a taxonomy ...
0
votes
0answers
28 views
Taxonomy field in hook_block_configure
I'm working on a block that will display a number of contacts in my organization. I'd like to make the set of people to display configurable. I'd like to provide the end user a list of positions ...
0
votes
1answer
33 views
Drupal Views to Display Fields for Each Nodes of One Content Type
I have a Content type which has Term reference type of fields called Tags and Categories and a default field like Body (Long text and summary).
What I want to be able to do if possible is to have a ...
-3
votes
0answers
18 views
Taxonomy as Tree
I am working on taxonomy where client needs us to display taxonomy in following way.
Document Tree
In above link please see the image "The Document Tree".
Kindly suggest me how can i achieve this.
...