Hi all,
I was reading many threads on forum and bugtracker that with usage of "tags_extras" plugin one can fetch tags from images to album and sub-album and print.
I am no programmer so If one can guide.
How to put it simple ways to show it on renderings of output.
Comments
The functions follow the way the standard function `printAllTagsAs()`. All functions documented here:
http://www.zenphoto.org/documentation/plugins/_zp-extensions---tag_extras.php.html
<?php printAllTagsFromAlbum($_zp_current_album->name,false,"images",',','',false,true,1,1,1,100); ?>
this is showing tags in my album page inside which I've images.
But say I've three albums 0 images in AlbumX and I go to that page.
AlbumX does not shows any tags fetching from subalbums images.
any help plz ?
but my live site breaks code of theme and same thing working in my localhost with XAMPP installed on mac.
Any help on that ?
Regarding the error: As alway what errors are in the logs?
` <?php printAllTagsFromAlbum($_zp_current_album->name,true,"images",',','',false,true,1,1,1,100); ?> `
it workes perfectly but without tags of album/subalbums
There are any number of reasons why this code might fail. For instance if it is placed where the variable `$_zp_current_album` might not be defined you will get an error. So without knowing the error we really cannot help correct it.