Does Zp have a tagcloud like the one next to this topic column?
Ye, I know some tags does not show up in the forum tagcloud, but I guess they are weighted and there is probably a minimum threshold for displaying tags.
The function Zenphoto has is printAllTagsAs()
printAllTagsAs()
There is also the tag_extras plugin, btw.
Thanks,
How would I impliment printAllTagsAs() ?
Add it to your theme where you wish to use it. If you haven't you should read the theming tutorial now.
Thanks, will do so now.