Skip to content
New issue

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

Go to Thread inline of Forum Thread #2913

Open
Bjoern3003 opened this issue Jun 8, 2020 · 3 comments
Open

Go to Thread inline of Forum Thread #2913

Bjoern3003 opened this issue Jun 8, 2020 · 3 comments

Comments

@Bjoern3003
Copy link

Bjoern3003 commented Jun 8, 2020

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.

@daniol
Copy link

daniol commented Jun 20, 2020

Same issue observed here. I vote for this change.

@harrison05
Copy link
Contributor

Hi @Bjoern3003

We will consider your solution to improve this case.

Thanks.

@anthonystauffer
Copy link

Was about to suggest the same thing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants