Hello Acrylian,
I just tried the plugin, but somehow I'm not getting any results.
First I tried this:
`printAllTagsFromAlbum("",false,'images','',"",false,1,1,1,50)`
as I expected the function to automatically return the tags from the images within the current album. But with this I get:
`
<ul >
[*]<a class="tagLink" href="/beeldend/page/search/tags/" style="font-size:1em;" rel="nofollow"></a>
</ul>
`
No link, no text.
Then I tried
`printAllTagsFromAlbum("cows",false,'images','',"",false,1,1,1,50)`
but with the same result. Perhaps I'm doing something wrong. It would be nice if the function could return a taglist of a specified album > images, but in general I think it should return the tags from the current album > images.
But like I said, perhaps I'm not using the function correctly.
EDIT: I placed the function in album.php...