0

Old-fashioned tagcloud-question:

I know how to show the tags used in the current record - but what is the proper way to show a basic tagcloud with all tags that are used within the site?

Evert Albers
  • 121
  • 6

1 Answers1

2

There is the Tag Cloud extension by Aleksey Orlov. From distant memory that provides an unstyled tag cloud, so I think you need to add your own CSS but it worked in my testing!

Gawain
  • 1,568
  • 10
  • 8
  • Brilliant, looks good. The 'technical' name (that goes into the global config.yml) is TagCloud , right? I could not find that in the docs. – Evert Albers Sep 08 '14 at 17:29
  • OK, this is the part I forgot. In Bolt 1.x, the name you put into extensions[] in config.yml is the name of the directory the extension's files are in. So if you download those files from Aleksey's repo and put them into a directory called TagCloud, then yes add 'TagCloud' to the config.yml – Gawain Sep 09 '14 at 04:19