• REGISTRATION REQUIREMENTS:

    Your username here MUST MATCH your XenForo username (connected to your XF license).

    Once you have registered here, then you need to start a conversation at xenforo.com w/Bob and provide the following:
    1. Your XenForo License Validation Token
    2. The Domain Name associated with the License
    NOTE: Your account will be validated once ALL requirements are verified/met. Thank you for your patience.

Not Planned [XF1] Better route filters support

it_

New Member
Showcase
Hey, for better SEO and urls I played a bit with route filters.

And made changes like this:

Find Route
Code:
showcase/category/cars.8/
Replace with
Code:
cars

Find Route
Code:
showcase/category/players.9/
Replace with
Code:
players

Now if I open any item, the url is similiar to this:
../showcase/item-title.12/

Well I could replace "showcase" via route filters with something general...

But wouldn't it be awesome, if categorys are includet into the url, like this:
../showcase/cars.8/item-title.12/
So with route filters the result would be like this:
../cars/item-title.12/ and not like ../showcase/item-title.12/

Do you understand what I mean? I hope you can take a look into this.
 
Upvote 0
This suggestion has been closed. Votes are no longer accepted.
Mike already explained why this can't be done. This has nothing to do with Showcase, Route and Route filtering is a CORE XF function.
 
Back
Top