pagenav in overlay

Mike2020

Well-known member
Is there any way to add the pagenav in overlay,
if someone could let me know if this could be done as i need this for a new add-on im making.

Many thanks
John
 
I've been searching for the exact same thing. I was about to start a new thread and then I saw this post.
I really appreciate if someone can provide an example code or an addon that have pagination on overlay.
Code:
        <xen:pagenav
                link="members/mycustomlink"
                class="OverlayTrigger" <-- This line is not possible right? Then in what way I canpossibly add pagination in the overlay?
                page="{$page}"
                perpage="{$ratingsPerPage}"
                total="{$totalRatings}"
                linkdata="{$member}"
                linkparams="{$linkParams}" />
        <xen:else />

please help.
 
Last edited:
I've been searching for the exact same thing. I was about to start a new thread and then I saw this post.
I really appreciate if someone can provide an example code or an addon that have pagination on overlay.
Code:
        <xen:pagenav
                link="members/mycustomlink"
                class="OverlayTrigger" <-- This line is not possible right? Then in what way I canpossibly add pagination in the overlay?
                page="{$page}"
                perpage="{$ratingsPerPage}"
                total="{$totalRatings}"
                linkdata="{$member}"
                linkparams="{$linkParams}" />
        <xen:else />

please help.
thank you very much for this
 
Top Bottom