Hi,
Would it be possible to add a block option to show popular terms (als terms which may be not hold nodes)?
Thanks a lot in advance for considering adding it.
Preferrebly on D5 and D6 :)
Greetings,
Martijn
Hi,
Would it be possible to add a block option to show popular terms (als terms which may be not hold nodes)?
Thanks a lot in advance for considering adding it.
Preferrebly on D5 and D6 :)
Greetings,
Martijn
Comments
Comment #1
drupalina commentedSubscribing!
I'm looking for a module that would list 10 most popular tags in the last 24hours ... like we see on Twitter. Would be greatest way to keep pulse on what the community is bloging about in the last 24 hours or the last 48hours or 168hous.
I'm surprised there is no such solution in Drupal.
Comment #2
fxarte commentedI used the Tagadelic 6.x-1.2 module to acomplish this, could not find another solution, even tried views.
list($sort, $order) = explode(',', variable_get('tagadelic_sort_order', 'title,asc'));in the hook_block added code to get the extra block, wich I called popular:
First, add an extra code when $op=='view' to get the new delta, in this case 'popular_'.[term_id]
Now I have an extra block with the popular terms besides the cloud tag for each vocabulary
It's still under development but you can have a look here http://tattooclick.com/
Comment #3
summit commentedCould you make an add-on patch for the tagadelic module for this?
Then it is available for everyone!
Thanks for considering this.
greetings,
Martijn
Comment #4
konrad1811 commentedOk but what does tagadelic realy do?
I have just ran it and choose sort by weight...
It seems working like weight is a number of node the term refers to...
Maybe it's accidentaly (when I test this) but I an see no other exaplanation as weigts of taxonomy is everywhere 0.
So maybe sorting by weight (an option in tagdelic settings) is what we talk about here?
Comment #5
brenda003