ZenphotoCMS Forum
improvment for printAllTagsAs - Printable Version

+- ZenphotoCMS Forum (https://forum.zenphoto.org)
+-- Forum: Support (https://forum.zenphoto.org/forum-1.html)
+--- Forum: General support (https://forum.zenphoto.org/forum-4.html)
+--- Thread: improvment for printAllTagsAs (/thread-7019.html)



improvment for printAllTagsAs - vincent3569 - 2010-05-08

hello

the printAllTagsAs function allows to change the max font size for the most relevant tags.
but we can't configure the min font size (this value is declared with the ALLTAGS_MINFONTSIZE constant)

I modified the function like that :

`
function printAllTagsAs($option,$class='',$sort='abc',$counter=FALSE,$links=TRUE,$minfontsize=1,$maxfontsize=3,$maxcount=50,$mincount=10, $limit=NULL) {
[...]
if ($val




improvment for printAllTagsAs - acrylian - 2010-05-08

We might consider that indeed.