nrep
Well-known member
Is there a simple way that I can create route changer conditionals?
For example, I've got a forum that I'm styling to work as an articles section. However, the URLs are currently the standard thread format.
Instead of having the /threads/ route, I'd like to change this to /articles/ if the thread_id is in a specific node_id. Is there a simple way of doing this, other than manually adding lots of route changes manually?
For example, I've got a forum that I'm styling to work as an articles section. However, the URLs are currently the standard thread format.
Instead of having the /threads/ route, I'd like to change this to /articles/ if the thread_id is in a specific node_id. Is there a simple way of doing this, other than manually adding lots of route changes manually?