XF 2.0 URL - English words

  • Thread starter Thread starter Deleted member 184953
  • Start date Start date
D

Deleted member 184953

Guest
Hello,

How to remove or change the words still in english in my forum URLs ? (French forum)

Example : http://www.monforum.fr/threads/une-discussion.49/

I didn't found how to do that :(
Thanks.
 
Youhou !!

Easy ! Thanks for this, Steve.

Just a precision for the URL ending by /#post-39 how to replace it ? The system refuse when I put
  • #post
  • /#post
  • /post
  • post
  • post/
It works well when the words is between / but not for the word ending URLs.

www.forum.com/actuellement/latest-activity
 
Last edited by a moderator:
You can't change anything after the #.

If you want to change more specific URLs, you'll need to more or less write route filters for every single one. Only a single filter is matched and it matches from the left. So if you want to change whats-new/last-activity, you need to write that specific filter, as well as a separate whats-new/ entry.

It's not entirely expected that every single URL would be replaced this way.
 
Back
Top Bottom