Hi
Can anyone help? I am using Zenphoto version 1.4.6 & php 5.4
I would like to have a tag cloud that displays all tags on the site, whether they be on a page, news, image or album.
So that an album can use the same tag as a news item.
Is this possible ?
I am using the plugin tag_extras
I have tried
<?php printAllTags('','all'); ?>
and
<?php getAllTagsFromAlbum_multi_unique(); ?>
I am getting the following errors.
Warning: Invalid argument supplied for foreach() in /home/ch/public_html/dev/zp-core/zp-extensions/tag_extras.php on line 290
Warning: array_unique() expects parameter 1 to be array, null given in /home/chalkwor/public_html/dev/zp-core/zp-extensions/tag_extras.php on line 292
Warning: Invalid argument supplied for foreach() in /home/ch/public_html/dev/zp-core/zp-extensions/tag_extras.php on line 293
Any ideas on what I am doing wrong or is this a bug?