It would be great if List View it showed the image's taxonomy terms as well as the caption.
In my albums a lot of information is conveyed through the terms and I don't usually bother to retype as caption.
Also, unless an image has a really long caption, List view looks a bit empty.

Hardly a critical feature, but I think it would be useful so I thought I'd mention it.

Thanks,
Patricia

Comments

vhmauery’s picture

Status: Active » Needs review

The list view is meant to be something like a journal style. If each picture has a body/description, then it works well for a photo journal or picture tutorial. This is why it looks so empty.

One option is that you can disable the 'alternate view' for your albums. If the default view is the grid view, then this setting disables the list view.

But if you are really set upon this, how about this patch?

Index: class_album.inc
===================================================================
--- class_album.inc     (revision 518)
+++ class_album.inc     (working copy)
@@ -406,6 +406,7 @@
         $output .= '<div class="clear-block acidfree-list-row ' . $row_class . '">';
         $output .= '<div class="acidfree-list-number">'.(++$i)."</div>";
         $output .= theme("acidfree_print_thumb_{$node->type}", $node, $term);
+        $output .= theme('links', taxonomy_link('taxonomy terms', $node));
         $output .= '<div class="acidfree-list-body">'.check_markup($node->body)."</div>";
         $output .= "</div>\n";
     }
mwheinz’s picture

Status: Needs review » Closed (won't fix)

Closing. No activity in 3 years.