jkilbride Member Jul 22, 2018 #1 The entry for usercp.php in the $simpleMap variable doesn't work. Here's the code from lines 45-47: PHP: 'usercp.php' => [ 'whats-new' ] I've fixed it by changing it to: PHP: 'usercp.php' => [ '_' => 'whats-new' ] Thanks!
The entry for usercp.php in the $simpleMap variable doesn't work. Here's the code from lines 45-47: PHP: 'usercp.php' => [ 'whats-new' ] I've fixed it by changing it to: PHP: 'usercp.php' => [ '_' => 'whats-new' ] Thanks!
Steffen Well-known member Aug 28, 2018 #2 The fix is correct. Although I'd still argue that this redirect should be changed to /watched/threads because the vB4 usercp.php lists watched threads and watched forums (https://xenforo.com/community/threa...ggestions-for-more-urls-2.144618/post-1234337).
The fix is correct. Although I'd still argue that this redirect should be changed to /watched/threads because the vB4 usercp.php lists watched threads and watched forums (https://xenforo.com/community/threa...ggestions-for-more-urls-2.144618/post-1234337).
Chris D XenForo developer Staff member Sep 5, 2018 #3 This was pretty much fixed already and usercp.php does now map to watched/threads.