XenForo
Administrative
- Thread starter
- Admin
- #1
I have my routing set up like this:
Code:
And in my template for pagination I put for the link:
("$cat_params" is the "cat" in the route format)
Code:
But when I look at the pagination results it shows this:
("test" is my category):
Code:
Why isn't it showing the pagination after my $cat_params?
ادامه مطلب...
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/testWhy isn't it showing the pagination after my $cat_params?
ادامه مطلب...