show number of items in section bug

master
http://kerravonsen.dreamwidth.org/ 2013-12-18 05:24:55 -04:00 committed by admin
parent 6f2420e9b8
commit 800b03c9ea
1 changed files with 8 additions and 0 deletions

View File

@ -515,3 +515,11 @@ Here's a context-diff of my fix:
</pre> </pre>
-- [[KathrynAndersen]] -- [[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]]