Dolphin, the GameCube and Wii emulator - Forums
Forum Jump 404 Bug - Printable Version

+- Dolphin, the GameCube and Wii emulator - Forums (https://forums.dolphin-emu.org)
+-- Forum: Dolphin Site (https://forums.dolphin-emu.org/Forum-dolphin-site)
+--- Forum: Site Feedback and Questions (https://forums.dolphin-emu.org/Forum-site-feedback-and-questions)
+--- Thread: Forum Jump 404 Bug (/Thread-forum-jump-404-bug)



Forum Jump 404 Bug - Red Buzzy Beetle - 07-21-2015

When using the "Forum Jump" bar at the bottom of the screen, if one selects any option from "Private Messages" through to "Forum Home" as their destination, it directs to a "404 Not Found" page. At least it does for me. Broken or incorrect links, perhaps? Also, does anyone else besides myself have this issue if they try jumping to these various destinations?


RE: Forum Jump 404 Bug - Aleron Ives - 07-21-2015

I get a 404 on all 5 destinations, as well.


RE: Forum Jump 404 Bug - Shonumi - 07-22-2015

Weird. If you look at the HTML, the script basically tries to send the user to a forum with a negative ID number. Forum IDs are only positive integer. I think the script is set up to jump to Forums based on their IDs, but since PMs, Who's online, and the rest aren't forums (but rather specific URLs), they won't work. It may be best to just remove them from the list. I'll check it out.