0
votes
2answers
94 views
Drupal 6: Taxonomy splot up in managed fields?
So you have two taxonomies, namely: "Business Type" and "Location"
This is assigned to a node called BUSINESS. In effect, when the user creates a BUSINESS node, her has to choose …
0
votes
1answer
43 views
drupal: hide single taxonomy term in particular view display
Have a documents content type, with three taxonomies applied to it. Taxonomies are document type (form, policy, other), document group (hr, i.t., training, project specific, etc.), …
0
votes
1answer
32 views
Intelligent Keyword Searching
Hi,
I have a taxonomy vocab assigned to a content type in Drupal 6. I've then exposed (using "is one of") it as a field in views which allows a user to search via keywords.
The p …
1
vote
2answers
44 views
Content Taxonomy along with Conditional Fields
I'm still young at Drupal.So please correct me wherever needed.
I have a requirement wherein I want my content type to have my own fields (achieved with CCK), then I want one of t …
0
votes
1answer
116 views
Auto Categorization of Content
Hi all
I'm developing a script that extracts the messages from the message archive of a particular meetup.com group of which I'm a member - http://www.meetup.com/opencoffee/messag …
0
votes
3answers
48 views
How do I create a node count for each each category term in Drupal?
I want to create a list of category terms (contained within a block), with each term to be followed by a count of the number of nodes with that term, e.g.:
Cats (5)
Dogs (4)
Eleph …
0
votes
3answers
369 views
Query multiple custom taxonomy terms in Wordpress 2.8?
I created a custom taxonomy named 'technologies' but cannot query multiple terms like I can with categories or tags.
These querys DO work:
query_posts('tag=goldfish,airplanes');
…
0
votes
4answers
100 views
Is the job title of “Webmaster” an anachronism?
I've worked with a few people who have the word "webmaster" either as part of their formal job title or as their actual title.
The type of work these people do does relate loosely …
0
votes
2answers
187 views
Drupal » Print taxonomy terms
Hi all, I'm theming a node-MyContentType.tpl and I would like the ability to 'print' only a specific Vocabulary.
In other words, I would like something like that:
<Title>
…
0
votes
2answers
176 views
Is there a way to get distinct taxonomy terms in drupal views?
I am trying to get a list of distinct taxonomy terms in drupal using views2.
It seems it shouldnt be that big of a problem, however when i select the taxonomy:all terms, and select …
0
votes
1answer
76 views
Drupal Node Hierarchy
Hiya,
I'm having a problem working out how drupal structures content.
I have a content type called "Artists" and then i have "Songs" i want my URL's to be:
www.foo.com/{artist g …
1
vote
1answer
80 views
grouping nodes in drupal with taxonomy
I have a problem that i cant seem to get my head around.
What i need to do is to create lists in drupal, where you can group nodes together depending on what category they belong …
0
votes
1answer
19 views
Placing one vocabularly underneath another?
I've got the following two vocabularies:
Categories, with items:
Big
Medium
Small
Make, with items:
Samsung
Whirlpool
KIC
I've then made a product content type, where thes …
0
votes
1answer
250 views
DRUPAL probl [tid] field : in View how to link Taxonomy term to MY view (and not to taxonomy/term)
SUMMARY :
I have a view where I need to replace the term link "taxonomy/term" by my view link, because the view uses arguments to find content with terms
how can I put in link a …
0
votes
2answers
57 views
Help with hooks and taxonomies: Modifying the posts query in wordpress?
in wordpress you can do the following:
http://example.com/tag/jazz,blues/ (returns tags page with posts tagged with jazz OR blues)
http://example.com/tag/jazz+blues/ (returns tag …
