Function printAllTagsFromAlbum
Prints a tag cloud list of the tags in one album and optionally its subalbums. Known limitation: If $mode is set to "all" there is no tag count and therefore no tag cloud but a simple list
Package: plugins\tag-extras
Author: Malte Müller (acrylian)
Located at zp-extensions/tag_extras.php
Author: Malte Müller (acrylian)
Located at zp-extensions/tag_extras.php
string |
$albumname = "" |
folder name of the album to get the tags from ($subalbums = true this is the base albums) |
boolean |
$subalbums = false |
TRUE if the tags of subalbum should be. FALSE is default |
string |
$mode = 'images' |
"images" for image tags, "albums" for album tags, "all" for both mixed |
string |
$separator = '' |
how to separate the entries |
string |
$class = '' |
css classs to style the list |
integer |
$showcounter = true |
if the tag count should be shown (no counter if $mode = "all") |
boolean |
$tagcloud = true |
if set to false a simple list without font size changes will be printed, set to true (default) prints a list as a tag cloud |
integere |
$size_min = 1 |
smallest font size the cloud should display |
integer |
$size_max = 5 |
largest font size the cloud should display |
integer |
$count_min = 1 |
the minimum count for a tag to appear in the output |
integer |
$count_max = 50 |
the floor count for setting the cloud font size to $size_max |