Add Tag Cloud View
Follow the steps below to set up a View as a Tag Cloud in a Drupal Content Management System. This Tutorial assumes that you have previously installed Drupal and are familiar with the Views module and Taxonomy. If you have not done this, please do so before following these steps.
-
Go to the Drupal Website
- Download the Views, Tagadelic, and Views Tagadelic modules
- Go to Administer > Site Building > Modules
- Enable all 3 modules
- Go to Administer > Content Management > Categories
- Add your Vocabulary and some terms, for this example we will call our Vocabulary "Terms"
- Create a view a block view as you normally would but select Tagadelic as the View Type
- You must add one vocabulary field, for example Taxonomy: Terms for Tags
- Click Save at the bottom of the page
- Go to Create Content and select the content type for which you have enabled this Vocabulary
- Create a node and categorize this content with taxonomy as you normally would
- Go to Administer > Site Building > Blocks and put the view in the section you would like
- Go to a page where this block will show up and view your Tag Cloud
- To configure the Tag Cloud go to Administer > Site Configuration > Tagadelic configuration
If you are having trouble with this, please visit the Drupal website and find documentation.