I've downloaded the Roller 4 themes bundle from roller.dev.java.net. Searching 
the Weblog.vm
templates I see tag clouds in: rational, naturalbeauties and frontpage. Note in 
rational it says
you have to uncomment the following lines:

##                      <h3>Tag Cloud</h3>
##                      <p>
##                      #set($mytags = $model.weblog.getPopularTags(-1, 30))
##                      #foreach ($tag in $mytags)
##                      <a class="tagcloud${tag.intensity}" 
href="$url.tag($tag.name)"
title="${tag.count} posts">$tag.name</a>
##                      #end
##                      </p>

You could try switching to Natural Beauties to see if the tag cloud works as 
you expect and then
you can incorporate the above into your own template.

HTH


      __________________________________________________________
Sent from Yahoo! Mail - a smarter inbox http://uk.mail.yahoo.com

Reply via email to