Patch #12664
open
MyPage block for latest forum posts
Added by Jan Niggemann (redmine.org team member) almost 12 years ago.
Updated about 3 years ago.
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
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
I found a typo regarding the class definition.
Fixed in v2.
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.
- Related to Feature #34336: Show latest messages on forums index page 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.
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
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.
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.
Also available in: Atom
PDF