OpenWebAuth Users Directed to /display instead of /item for Forums
I noticed that when you are logged in via OpenWebAuth, the forum posts have self-referential links to /display
instead of /item
. This causes a problem since /display
does not detect whether you are logged in or not, and it does not include any of the channel navigation.
So you have a situation where you are logged in, looking at a post, and then click on the title of the post, and it says "permission denied" even though you have permission to view the post. And even if you can see the post, you lose all of the channel's navigation so it is hard to continue navigating the website.
This includes:
* The title of the post.
* The "Link to Source" item in the drop down menu of a post.
You can see this issue in action on any forum, including this post on Hubzilla.org. This does not appear to be an issue with non-forum posts, but you may want to check the code anyway.