MyBB Community Forums

Full Version: Forum Jump Issue
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
If you have SEO Urls enabled and then use the Forum Jump to go to User CP, Private Messages, or other items where the value is negative, you will get a 404 not found error.

This can be fixed by adding the following to the .htaccess file:
RewriteRule ^forum--([0-9]+)\.html$ forumdisplay.php?fid=-$1 [L,QSA]
I was pretty sure we fixed this already multiple times -.- there should be a check for negative values and if we have them we skip sef URLs and use the usual showthread.php link. At least we did this in 1.6
It isn't fixed because I can reproduce it here.
Can you retest it on a 1.6 board? Probably the fix was reverted/overwritten? (I can reproduce it here too but I'm 100% sure that we had this issue in the past)