zikula-modules / Clip

Flexible Document Creator
35 stars 8 forks source link

Content plugin gives some issues with the pager #155

Closed espaan closed 11 years ago

espaan commented 11 years ago

See https://github.com/zikula-modules/Content/issues/102

espaan commented 11 years ago

I have a Module Display content type that is supposed to display a Clip publications.

The list itself is OK but the pager links at the bottom of the list contains no parameters to how additional items on following pages. I have short URLs turned on. The pager links refer not to the url-title of the clip publication, but of the Content page. So if the content page is called Content-Page.htm and the clip pub is Clip-Pub.htm, the links in the Clip pager link to Content-Page.

matheo commented 11 years ago

That's the expected behaviour of the pager plugin. It needs fixed modname/type/func parameters to work properly, plus the tid. i.e:

{pager modfunc='Clip' type='user' func='list' tid=$pubtype.tid ...}

A custom template with this kind of stuff is required.

espaan commented 11 years ago

So ticket closed then? This is just how it is or you have to adjust manually