aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorhttp://kerravonsen.dreamwidth.org/ <http://kerravonsen.dreamwidth.org/@web>2013-12-18 05:24:55 -0400
committeradmin <admin@branchable.com>2013-12-18 05:24:55 -0400
commit800b03c9ea33c7b41591b1a679c6328d52b76a18 (patch)
treea3ad1b3fd68b474de1c1086254efb9be924f6782 /doc
parent6f2420e9b8122e2e95385694a71a0ff53cdd050e (diff)
downloadikiwiki-800b03c9ea33c7b41591b1a679c6328d52b76a18.tar
ikiwiki-800b03c9ea33c7b41591b1a679c6328d52b76a18.tar.gz
show number of items in section bug
Diffstat (limited to 'doc')
-rw-r--r--doc/plugins/contrib/album/discussion.mdwn8
1 files changed, 8 insertions, 0 deletions
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:
</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]]