Jump to content

Recommended Posts

Posted

When you go to a mod page it will by default open the Description tab which is all good: https://www.nexusmods.com/[game]/mods/[id]

When you change tab it shows up in the address: https://www.nexusmods.com/[game]/mods/[id]?tab=[tab]

But the web app doesn't seem to know to route to the description page if the tab search param isn't included. IE it doesn't default to Description tab if no tab is declared, meaning you will stay on the current tab.

For example. If I go to a mod page I end up on Description: https://www.nexusmods.com/[game]/mods/[id]

Pressing Files takes me to that tab: https://www.nexusmods.com/[game]/mods/[id]?tab=files

Navigating back, using browser button or mouse, changes the address to https://www.nexusmods.com/[game]/mods/[id] but I am still on the Files tab.

 

Best would be if the route handler automatically take you to the Description tab if no tab is declared in the search params.

Alternatively you redirect(replace) addresses without a tab param to Description, IE https://www.nexusmods.com/[game]/mods/[id] becomes https://www.nexusmods.com/[game]/mods/[id]?tab=description

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...