zikula-modules / Clip

Flexible Document Creator
35 stars 8 forks source link

itemsperpage argument not working #101

Closed hvorragend closed 12 years ago

hvorragend commented 12 years ago

URL: http://**staging7-server.com**/index.php?module=clip&type=user&func=view&tid=1&template=table&itemsperpage=50

The list is still using the default itemsperpage value of the pubtype.

matheo commented 12 years ago

Yes, I removed the manpulation of itemsperpage via URL because it was kinda risky while caching, for instance. If you need that, I would recommend to build a main_table.tpl template, with the content:

{clip_func func='list' tid=1 template='table' itemsperpage=50}