CloudNine 3.0
CloudNine 3.0 is ready for the world. And when I say world, I mean people who are running MovableType 3.3 with tagging support. Today has been overly productive and the 3.0 release comes with some really cool features.
There is a new container called MTCNTagCloud which allows you to create clouds based on actual MT::Tag objects. It will also show different results depending on if the cloud was created inside of an Entry or not.
<MTEntries> <$MTEntryTitle$><br/> Tags: <MTCNTagCloud glue=", "> <a href="http://blog.socklabs.com/tag/<$MTCNTagStub$>"><$MTCNTagLabel$></a> </MTCNTagCloud> </MTEntries>
<MTCNTagCloud glue=", "> <a href="http://blog.socklabs.com/tag/<$MTCNTagStub$>" style="<$MTCNTagCSS$>"><$MTCNTagLabel$></a> </MTCNTagCloud>
This release is only known to be compatible with MovableType 3.3 It is not guaranteed to work with release prior to 3.3.


