XF 1.4 Redirects from Moved Threads - Why must the URL change?

trigatch4

Active member
When you currently move a Xenforo thread it takes the original URL:
sitename.com/threads/this-is-a-thread.555/

And gives it a new thread ID in the appropriate forum:
sitename.com/threads/this-is-a-thread.777/

And redirects from the former to the latter based on your selection.

Is there an option that allows you to physically move the thread without changing the URL? Isn't that the beauty of having a thread ID number- so moderation and changes allow you to adjust forum and thread titles and locations without creating a bunch of 301/404s?

This seems like either a flawed workflow or a missing feature. Perhaps there is an option I'm overlooking, but I fear not... any help?
 
what he is trying to say, and pardon any typos I'm mobile, is when you move a thread with an expiring redirect, the redirect itself gets a new thread ID. That redirects then gets indexed by Googleas a separate thread, Url rather, and then after it expires it becomes a 404
 
I was mistaken and/or explained myself wrong, but let me continue.

I understand that this is the designed behavior for temporary redirects but I'm questioning why? The URL structure was designed in a way that makes this unnecessary. Wouldn't it make more sense to simply have the thread title (with identical URLs) displayed in both origin and destination forums but when clicked the template shows from the destination forum in both instances?
 
They are both stored in the xf_thread table (as different discussion types), which requires a unique (thread) ID for each record.
 
Top Bottom