Replies: 2
I have a WordPress site with BuddyPress and bbPress forums.
Much of the site is available to logged-in users only. The forums are restricted by the ‘bbP private groups’ plugin.
Email notifications of new activity include a link to follow. When followed to something only available when logged in, the user is invited to log in and is then redirected to the original target page. This mostly works.
The following is a link is to a BuddyPress user’s messages and works correctly.
https://mysite.org.uk/members/myusername/messages
The following link is to a particular message:
https://mysite.org.uk/members/myusername/messages/view/572/
If already logged in, this works correctly.
If not logged in, we get redirected to the 404 apology page instead of the login form.
If I deactivate the AIOS plugin, then it works correctly and I get the login form.
So I suspect it is AIOS that is tripping up on the second form of URL.