Pagination URLs pagenav

Status
This content is read-only, or is not open for further replies.

Sysnative

Guest
offline
Hey all,

I'm trying to get this pagination link to work correctly - I have the following code in my template:

Code:

<xf:pagenav page="{$page}" perpage="{$perPage}" total="{$total}" link="addon-link/{$forum.node_id}" />

I'd like the URL structure to be:

addon-link/<node_id>/page-2

The current pagination keeps defaulting to: addon-link/page-2/node_id and I'm not sure how to reverse these.

Any suggestions welcome.

Thanks!

Continue reading...
 
Liked by:
Status
This content is read-only, or is not open for further replies.
Top Bottom