Every time I build an ecommerce application I need to invest a considerable amount of time into categorising products. Factors such as ambiguoty, duplication and subjectivity can often lead to rework
i\'m trying to create nodes and taxonomy terms through a custom php script by using the node_save() function.
I am a bit confused. I have created a simple form with a one text box and a submit button.Now I want to add a select/option dropdown box of taxonomy terms, using the taxonomy_get_vocabularies() functi
I have a Drupal 5 site that needs to have has taxonomny listing pages excluded in the search results.For instance http://site.com/category/role/guest-speaker returns a listing of all of the nodes tagg
In views, is it possible to configure a cck taxonomy field so that a user search for higher level taxonomy terms also matches its parents? Say that I have this taxonomy called Places:
I\'d like to provide my users a way to navigate a taxonomy by successively drill down ono drop down lists.
I need to get an associated array of terms in drupal that has node associated with it. However, I can\'t seem to figure it out the appropriate algorithm.
Taxonomy term path: http://api.drupal.org/api/function/taxo开发者_运维百科nomy_term_path Returns the unaliased path. I used pathauto to give the term alias, how can I return the aliased version?
My designers want to u开发者_如何学Pythonse the same taxonomy for three different purposes. On the node creation form we\'d have three different fields where you\'re choosing from the same set of term
Is there an easily managed way we can assign a specific taxonomy term to a specific instance of a view?