]> sipb.mit.edu Git - ikiwiki.git/commitdiff
show number of items in section bug
authorhttp://kerravonsen.dreamwidth.org/ <http://kerravonsen.dreamwidth.org/@web>
Wed, 18 Dec 2013 09:24:55 +0000 (05:24 -0400)
committeradmin <admin@branchable.com>
Wed, 18 Dec 2013 09:24:55 +0000 (05:24 -0400)
doc/plugins/contrib/album/discussion.mdwn

index 3ad1d95418492eec1450a05c18cd037caf6f63b0..074e2ece09f19d609a911e4c3edd1ec46cd1ba48 100644 (file)
@@ -515,3 +515,11 @@ Here's a context-diff of my fix:
 </pre>
 
 -- [[KathrynAndersen]]
 </pre>
 
 -- [[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]]