Documentation
TODO
Parameters
- MIN: minimum frequency of a tags to be shown
- LIMIT: maximum number of tags in the could, defaults to 100
- TOPICTYPE: limit search for tags of topics of the given type
- THEWEB: web to restrict search to, defaults to current
Implementation
%STARTINCLUDE%<noautolink>
%TAGCLOUD{
terms="%DBSTATS{
"TopicType=~'\b(Categorized|Classified)Topic\b' AND TopicType!~'\bCategory\b'"
format="$percntCATINFO{cat=\"$key\" web=\"$web\" format=\"$title:$count:$key\"}$percnt"
separator=", "
field="Category"
sort="modifiedto"
reverse="on"
limit="%LIMIT{default="0"}%"
web="%THEWEB{default="%BASEWEB%"}%"
}%"
header="<div class='clsTagCloud'>"
format="$percntCATINFO{
cat=\"$3\"
web=\"%THEWEB{default="%BASEWEB%"}%\"
format=\"<span style='font-size:$weightpx;line-height:110%'><a href='$url' style='color:$fadeRGB(%TAGCLOUD_START{default="111,169,255"}%,%TAGCLOUD_END{default="0,89,224"}%);'>$title</a></span>\"
}$percnt"
footer="</div>"
group="<strong>$group</strong> "
split="\s*,\s*"
buckets="25"
offset="13"
warn="off"
min="%MIN{default="0"}%"
}% </noautolink>%STOPINCLUDE%
Test
ERROR: DBCALL can't find topic RenderCategoryCloud in Applications/ClassificationApp