Function printAllTagsAs
Either prints all of the galleries tgs as a UL list or a cloud
string |
$option |
"cloud" for tag cloud, "list" for simple list |
string |
$class = '' |
CSS class |
string |
$sort = NULL |
"results" for relevance list, "random" for random ordering, otherwise the list is alphabetical |
boolean |
$counter = FALSE |
TRUE if you want the tag count within brackets behind the tag |
boolean |
$links = TRUE |
set to TRUE to have tag search links included with the tag. |
integer |
$maxfontsize = 2 |
largest font size the cloud should display |
integer |
$maxcount = 50 |
the floor count for setting the cloud font size to $maxfontsize |
integer |
$mincount = 1 |
the minimum count for a tag to appear in the output |
integer |
$limit = NULL |
set to limit the number of tags displayed to the top $numtags |
integer |
$minfontsize = 0.8 |
minimum font size the cloud should display |
boolean |
$exclude_unassigned = true |
True or false if you wish to exclude tags that are not assigne to any item (default: true) |
boolean |
$checkaccess = false |
<p>True or false (default: false) if you wish to exclude tags that are assigned to items (or are not assigned at all) the visitor is not allowed to see Beware that this may cause overhead on large sites. Usage of the static_html_cache is strongely recommended then.</p> |