Hi, I'm trying to use a series of ListPages modules within Tabview module tabs. I've tried setting the perpage limit on the ListPages modules to 100, but the lists that are generated within the tabs seem to be stuck at the minimum 20 per page, so when ListPages returns more than 20 items, it paginates.
Here is a sample of the code I'm using:
[[tabview]]
[[tab Blue]]
[[module ListPages category="report event" tags="blue" order="title" reverse="no" perpage="100"]]
* **%%title_linked%%:** %%content{2}%%
* [[size smaller]]//**Tags:** %%tags%%//[[/size]]
[[/module]]
[[/tab]]
[[/tabview]]
Does anyone know if there's a way to increase the 20 item max here? Shifting between pages within tabview is a pain because it reloads the whole webpage and you have to reopen the tab to see the new list page, which kind of defeats the purpose of doing it this way for me.
Thanks in advance for any advice!