[RSS Feed/News] Help with routing and pagination

Status
Not open for further replies.

XenForo

Administrative
  • Thread starter
  • Admin
  • #1
I have my routing set up like this:

Code:

Code:
Route prefix: archives
Sub-name: cat
Route format: cat/:str<cat>/:page

And in my template for pagination I put for the link:
("$cat_params" is the "cat" in the route format)

Code:

link="archives/cat/{$cat_params}

But when I look at the pagination results it shows this:
("test" is my category):

Code:

archives/cat/page-2/test

Why isn't it showing the pagination after my $cat_params?

ادامه مطلب...
 
Status
Not open for further replies.
Back
Top Bottom