This new version handles member profile pages identified in the Invision system with a /profile/
URI, and also member status updates, corresponding to XenForo profile posts.
Additionally, it is now possible to pass page numbers from forum and topic pages, although in order to avoid unexpected results you should ensure that the number of items shown per-page by XenForo in forums and threads matches the settings from your Invision installation.
These are controlled here:
Posts per thread page:
Admin Control Panel > Setup > Options > Messages > Messages per page
Threads per forum page:
Admin Control Panel > Setup > Options > Threads, discussions and conversations > Discussions per page
You may then enable the redirection feature to pass page numbers by editing the THREAD_PAGE_NUMBERS
and FORUM_PAGE_NUMBERS
constants in 301config.php
.