Hey,
today i am going to make the pagenav links of my addon more beautiful.
Xenforo threads get the page integer this way:
https://domain.tld/threads/example.1/page-2
On my addon (and also on xenforo's memberlist) the page number is get this way:
https://domain.tld/route/example?page=3
When i change the url of my addon manually, i can use
https://domain.tld/route/example/page-3
But my xen: pagenav displays only https://domain.tld/route/example?page=3 links
This is my pagenav code:
Is it possible to get the page number "fancy" like the xenforo threads do?
attemis
today i am going to make the pagenav links of my addon more beautiful.
Xenforo threads get the page integer this way:
https://domain.tld/threads/example.1/page-2
On my addon (and also on xenforo's memberlist) the page number is get this way:
https://domain.tld/route/example?page=3
When i change the url of my addon manually, i can use
https://domain.tld/route/example/page-3
But my xen: pagenav displays only https://domain.tld/route/example?page=3 links
This is my pagenav code:
Code:
<xen:pagenav link="{xen:link 'route/example'}" page="{$page}" perpage="{$perPage}" total="{$totalPlayers}" />
Is it possible to get the page number "fancy" like the xenforo threads do?
attemis
Last edited: