Categories > TinyButStrong general >

Implemting a tag-cloud

The forum is closed. Please use Stack Overflow for submitting new questions. Use tags: tinybutstrong , opentbs
By: martijn
Date: 2007-01-01
Time: 15:53

Implemting a tag-cloud

Hi all,

I'm trying to get this tag-cloud generation class working with TBS: http://www.phpclasses.org/browse/package/3587.html

But I'm unsure how to do it properly, would I have to convert the whole class to a TBS plug-in or something else?
By: sheepy
Date: 2007-01-02
Time: 05:51

Re: Implemting a tag-cloud

No, you don't have to.  You just need to take the result HTML and merge it into a TBS field, without html conversion

PHP:
$tbs->MergeField('cloud', $tagCloud->outputCloud);

HTML:
[cloud;htmlconv=no]