RM 1.1 Route filter for custom tabs

Scharesoft

Active member
In the resource manager I created a custom tab called readme, now it's reachable through

Code:
resources/{name}/field?field=readme

I would like to change the path to

Code:
resources/{name}/readme

Such route filter isn't working. Is there a way to change this path?
 
That preposes that your visitors actually care what a URL looks like. Of course they don't. For most people it just looks like a load of mumbo jumbo technical crap. They're not going to need to look at a URL and think, 'oh that looks consistent'. Even if they're sharing the URL in posts, 99% of people really aren't going to care about the difference between:

http://xenforo.com/community/resour...-photos-videos-importers.1750/field?field=faq

and

http://xenforo.com/community/resour...-user-albums-photos-videos-importers.1750/faq
 
Yeah, of course that's right, but I'm a little perfectionist ;) I would like to have everything consistent and appropriate.

For example I translated all urls into German ones (for example "resources/" is now "ressourcen/" or "media/" is now "medien/").
 
Top Bottom