From 800b03c9ea33c7b41591b1a679c6328d52b76a18 Mon Sep 17 00:00:00 2001 From: "http://kerravonsen.dreamwidth.org/" Date: Wed, 18 Dec 2013 05:24:55 -0400 Subject: [PATCH] show number of items in section bug --- doc/plugins/contrib/album/discussion.mdwn | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/plugins/contrib/album/discussion.mdwn b/doc/plugins/contrib/album/discussion.mdwn index 3ad1d9541..074e2ece0 100644 --- a/doc/plugins/contrib/album/discussion.mdwn +++ b/doc/plugins/contrib/album/discussion.mdwn @@ -515,3 +515,11 @@ Here's a context-diff of my fix: -- [[KathrynAndersen]] + +---- + +I've found another bug. The album plugin doesn't allow one to have more than 10 items in an album section. This is because it uses "inline" to display album sections, and the default for inline is to show only 10 items. So it only shows 10 items. + +What would be good is if the album directive could have a "show" parameter which is passed on to preprocess_inline, so that users could decide how many items to show (including ALL of them, if they give show=0). + +-- [[KathrynAndersen]] -- 2.39.5