Fixed XenForo Redirects for vBulletin (XF301VB): Suggestions for more URLs (2)

Steffen

Well-known member
I've found some more redirects that should be useful (in addition to those suggested previously).
Code:
/activity.php -> /whats-new/
/faq.php -> /help/
/mobile.php -> /
/online.php -> /online/
/search.php -> /search/
/search.php?do=getnew -> /whats-new/posts/
/search.php?do=getdaily -> /whats-new/posts/ (*)
/showgroups.php -> /members/?key=staff_members

(*) Ideally without the default "Show only: Unread" filter but the redirect would probably still be useful even without this tweak.

And maybe change the previously suggested and implemented redirect "/usercp.php -> /whats-new/" to "/usercp.php -> /watched/threads" because usercp.php lists watched threads and watched forums.
 
Btw, I don't know why I posted this thread in the "Importer bug reports" forum. Must have been muscle memory. :X3:

Please move it to the appropriate forum.
 
Mostly done. I haven't implemented the showgroups.php redirect as our router/controller doesn't currently support extra parameters passed through like that.
 
Top Bottom