Closed (won't fix)
Project:
Privatemsg
Version:
6.x-1.1
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
27 Feb 2010 at 12:34 UTC
Updated:
6 Jun 2010 at 13:20 UTC
Jump to comment: Most recent file
Comments
Comment #1
berdirHm. It might be possible to change the list by removing the thread_id grouping and you could link to the specific message in the thread view. But changing the thread view to only display a single message might be quite a bit harder, not sure though.
Will try to write something simple up for you.
Comment #2
iterator commentedThat would be great :)
Comment #3
berdirOk, this was not as easy as I thought as a lot of stuff depends on the thread_id so I had to hack a bit around.
Try the attached module, it should work but it's not very well tested.
Comment #4
berdirComment #5
iterator commentedThis module works very well. Thanks for the trouble Berdir!
Comment #6
joostvdl commentedI test it right now. The inbox looks clean non-threaded now. But when I go to a message it is still shown threaded with all messages... bug of by design ;-)
Comment #7
berdirWe could probably extend it to only show a single message only but I'm not sure if there would be any complications.
Anyway, another (maybe better) solution is #69856: Message limits which allows (beneath many other things) to limit the number of messages per thread. If set to 1, it will automatically start a new thread for every message.
And there is http://drupal.org/project/privatemsg_views, but that is afaik quite far away from being stable.
Comment #8
berdirSetting to won't fix, I suggest to check the quota module instead, which works better and doesn't need these ugly hacks.