S

Pagination URLs pagenav

  • Thread starter Thread starter Sysnative
  • Start date Start date
S

Sysnative

Guest

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...
 
Similar threads Most view View more
Back
Top Bottom