Tag Archives: Tag cloud

Drupal 7 – Override the term path inside Tagadelic Tag Cloud

Implement tag cloud is easy in Drupal. You can find the module called Tagadelic in the my previous post.
Drupal 7 – Create a Tag Cloud with Tagadelic

But the term path inside the tag cloud is always fixed as default which is taxonomy/term/[tid]. I tried to override it by the Entity Path module but no luck. Luckily i find a workaround to override it. Actually Tagadelic is not just a simple Drupal module but also a API system. The following theme function theme_tagadelic_weighted() determines the term path in Tagadelic.
Continue reading Drupal 7 – Override the term path inside Tagadelic Tag Cloud

Drupal 7 – Create a Tag Cloud with Tagadelic

If you want to create a Taxonomy Tag Cloud in Drupal, Tagadelic is a very good module which could serve your purpose.

After you have enabled the module, you could find some new blocks which are named as Tags in [VOCABULARY NAME]. Enable the block and your tag cloud is ready.
Continue reading Drupal 7 – Create a Tag Cloud with Tagadelic