Add-on Is there a alternative for [bd] reroute for xenforo 2?

avalanch

Active member
Unfortunately it looks like the addon did not make it into xenforo 2 for whatever reason. So is there a replacement for it?


Example urls that was expected of it to produce:


Code:
Examples:

Old URL: /forums/forum-name/threads/thread-title.123456/
New URL: /forums/threads/thread-title.123456/
 
Last edited:
Have you tried route filters which is built in to XF?
I have and I've encountered errors.

"The find and replace fields must have the same number of wildcards."
Define the route filter as follows:
  • Find route: /threads/{thread}
  • Replace with: /forums/{forum}/threads/{thread}
 
Yes, you can't do that.
Cos the thread url doesn't have information about the forum it came from, only the thread id.

I'm also interested in a plugin to append the thread category and subforum before the thread title on the permalink.
Seems like it doesn't exist. But there are sites doing it.
 
Back
Top Bottom