Go to configuration for infos on how to configure the extension....
Here are some Background Infos:
The extension has 3 build-in-methods to calculate a Tagcloud...
from DB field: Bfrom a table where the tags are nested in a field (like the news-table with the field “keywords”, where all tags are comma,or space seperated)
from Table Column: from a table, where the tags are in a seperat field (each tag seperat)... this is the case in the indexed_search history table..
planned: (from a “real” tag-table, where all tags are in a seperate field, and an extra countfield gives the countinformation -> this is not used yet.)
The Tagcloud shows:
The most counted ** Tags
The higher the count, the bigger the fontsize (it is handled through inline styles)
The Tags are linked to a page (normaly a searchpage), the link contains the tagname as a parameter (the parameter could be configured)