Ordering vocabulary terms by number of use
Hello,
First, excuse my very bad english.
I want to create a block displaying a terms of a vocabulary and ordering the list by the number of term use.
For example, a music type vocabulary :
Jazz : used by 10 pages
Rock : used by 2 pages
Blues : used by 5 pages
Pop : used by 4 pages
I want to display :
Jazz (10)
Blues (5)
Pop (4)
Rock (2)
The number is not obligatory.
So, i made a view => block
Filter : taxonomy vocabulary : System name = music type
Pagination : defined number = 5
More links : yes
And i make a view => page
Read moreCambiar terminos por imagenes
Hola a todos ,se que sera muy facil pero no se como cambiar el texto de los termino por imagenes despues de exportarlas con views.
la idea es poner una bonita imagen en vez que aparezca el texto, gracias por adelantado
Any module for taxonomy terms follow / unfollow options
Hey friends,
Is there any module or options to make site users to follow or unfollow the taxonomy terms and based on the following terms, I have to send notification if any new post posted on that particular terms. Im using drupal 6.20
Thanks,
Gobi :)
Read morehow to display Node Terms in block with tree structure in Drupal?
Hey guys,
I just enabled multiple terms for node creation and i just wanna display those mulitple terms as a tree sturctured in a block i tried with the following code
if ( arg(0) == 'node' && is_numeric(arg(1)) ) {
$node = node_load(arg(1));
if (module_exists('taxonomy')) {
$terms = taxonomy_link('taxonomy terms', $node);
print theme('links', $terms, array('class' => 'node-terms'));
} else {
print 'No associated categories.';
}
}
But no luck its just displaying all terms, But i have to display like below
- parent term1
Read more Pequeña guía para eliminación de resultados duplicados en vistas
Hola compañeros,
Esta vez les traigo una pequeña guía sobre como eliminar los resultados duplicados de una vista mediante un módulo. Pueden encontrar esta guía en el siguiente enlace http://www.maxmendez.net/noticias/eliminacion-de-resultados-duplicados-e...
Saludos a todos.
Max Mendez.
Term exclusivity - possible?
I manage a college website. We've got six admissions counselors who are each assigned a group of U.S. states that they're responsible for. For various reasons, these assignments change all the time - Counselor A gives NY and Pennsylvania to Counselor C and takes Idaho from Counselor B, and so on. Each state can only have one counselor assigned to it at any given time.
Read moreScreencast Introducción Taxonomias en Drupal 6
Hola Comunidad
Acabo de publicar una nueva entrega de screncast sobre "Introducción a Taxonomías en Drupal 6" que pueden ver en http://anexusit.com/es/screencast/introducci%C3%B3n-taxonomias-en-drupal-6
Espero les guste
enzo
Read moreTerms and Conditions Agreement
Hey guys and galls
I have following problem.
I have a list of products. Once someone clicks on a product (node type) there should be a message displayed with terms and conditions and a check box that someone agrees to those terms. Once the check box is checked and submitted it needs to redirect to this product page in order to view the node.
I tried redirecting to webform and than once it's submitted back to that product however can't seem to accomplish this last step. Maybe there is some other way using RULES.
Thanks in advance.
Read moreCreating a menu with links to all the nodes associated with a term
Hi there! I'm trying to set up a menu that contains links to all the nodes/stories associated with a term, is there a module for doing that? I've tried looking at "taxonomy menu" and "taxonomy context" but they only seemed to create links to terms in a vocabulary, not to nodes in a term..
Basically, I have a vocabulary called "categories", with 2 terms in it "health" and "food" and I'd like to have two menus in the right column with links to all the articles in each category (and they should update whenever I add a new article)
Thanks!
Read moreTaxonomy blacklist - because not all terms are created equal
I have release a new Drupal module regarding taxonomies, called Taxonomy blacklist.
This module lets administrators blacklist a set of terms on vocabularies. This is useful if a vocabulary can be modified by your end-users (prevents bad words from polluting your tags on a social-networking site, for instance) or if the vocabulary is feeded automatically (for instance with keywords extracted automatically through the Yahoo Term Extraction module).



