We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please use the recent posts Block for my example.
If you click on one of the latest Posts, the User will go to this specific post. He can NOT see the full conversation.
Its better so change the Line 13 in the File PF.Site/Apps/core-forums/views/block/recent-post.html.php
from: <a href="{permalink module='forum.thread' title=$post.thread_title id=$post.thread_id}view_{$post.post_id}">
<a href="{permalink module='forum.thread' title=$post.thread_title id=$post.thread_id}view_{$post.post_id}">
to: <a href="{permalink module='forum.thread' title=$post.thread_title id=$post.thread_id}#post{$post.post_id}">
<a href="{permalink module='forum.thread' title=$post.thread_title id=$post.thread_id}#post{$post.post_id}">
Phpfox now loads the complete Thread and jump to the post instead of the ID in the Link.
The text was updated successfully, but these errors were encountered:
Same issue observed here. I vote for this change.
Sorry, something went wrong.
Hi @Bjoern3003
We will consider your solution to improve this case.
Thanks.
Was about to suggest the same thing.
No branches or pull requests
Please use the recent posts Block for my example.
If you click on one of the latest Posts, the User will go to this specific post. He can NOT see the full conversation.
Its better so change the Line 13 in the File PF.Site/Apps/core-forums/views/block/recent-post.html.php
from:
<a href="{permalink module='forum.thread' title=$post.thread_title id=$post.thread_id}view_{$post.post_id}">
to:
<a href="{permalink module='forum.thread' title=$post.thread_title id=$post.thread_id}#post{$post.post_id}">
Phpfox now loads the complete Thread and jump to the post instead of the ID in the Link.
The text was updated successfully, but these errors were encountered: