Patch #12664
openMyPage block for latest forum posts
0%
Description
Currently there's no block displaying posts from forums belonging to projects the user is taking part in.
Attached my proposition for such a block (to be placed in app/views/my/blocks/).
Obviously, the my_controller.rb needs info about the new block as well.
What do you think?
Files
Related issues
Updated by Jan Niggemann (redmine.org team member) almost 12 years ago
- Category set to My page
Updated by Daniel Felix almost 12 years ago
Hi,
I added a new translation key and changed the my_controller to display the new block. Just see attached patch.
I tested this on my system and it worked as expected.
Best regards,
Daniel
Updated by Daniel Felix almost 12 years ago
I found a typo regarding the class definition.
Fixed in v2.
Updated by Jean-Philippe Lang almost 12 years ago
It raises a SQL error when the current user has no memberships. Another point is that Message.visible scope should used. And using parameters in the where condition is a prefered way to build queries.
Updated by Go MAEDA over 6 years ago
- Related to Feature #3235: Watched topics on My page added
Updated by Go MAEDA almost 4 years ago
- Related to Feature #34336: Show latest messages on forums index page added
Updated by Takenori TAKAKI over 3 years ago
- File 12664.diff 12664.diff added
I think this proposal is useful as another way to realize the concept of #34336.
I made a patch that works on v4.2.1, and attach it.
Updated by Go MAEDA over 3 years ago
Takenori TAKAKI wrote:
I think this proposal is useful as another way to realize the concept of #34336.
Thank you for posting the patch. I think the patch needs some improvements:
- Long content should be trimmed down to tens or hundreds characters. Displaying full content may break the layout when the content is very long
- Left-aligning the content is preferred
Updated by Takenori TAKAKI over 3 years ago
Go MAEDA wrote:
Thank you for posting the patch. I think the patch needs some improvements:
- Long content should be trimmed down to tens or hundreds characters. Displaying full content may break the layout when the content is very long
- Left-aligning the content is preferred
Thanks for the feedback.
How about not showing content in the list at all?
The content of the message is not shown in the message list in the forum.
Updated by Takenori TAKAKI about 3 years ago
Takenori TAKAKI wrote:
How about not showing content in the list at all?
The content of the message is not shown in the message list in the forum.
I’v made a patch that does not show content and attache it.