There’s a bug in tag.php for both default folder & ja_wall folder that was included in JA Wall template & quickstart package. I just checked in 1.04 and the bug exist there as well.
At line 98
[PHP] if(empty($item->image) && $item->params->get(‘userItemImage’) && !empty($item->imageGeneric)){
$item->image = $item->imageGeneric;
}[/PHP]
The code should be ‘tagItemImage’ instead of ‘userItemImage’.
You can reproduce this bug with the following steps.
1) Go to K2 Parameters
2) Select layout & view tabs
3) Scroll down to “Layout & view options for user (author) pages”
4) Set “Item Image” to hide
Now go to any tag listing(click on any tag), you see that the images no longer display for all articles. Set “Item Image” back to Show and now the images return.
If you scroll down to “Layout & view options for tag listings” then set “Item Image” to hide. Now go back to the tag listing and you can still see the images there.
Took me a big headache to figure this out, I thought I screwed up some coding on my site when the tag images suddenly disappear for no reason lol.