• Peter: "Private" Messages

    Characters: Rittal[85] Mieville[80] Terlan[80] Caltera[67] Dynia[67]
    Created: 2008-09-11 22:21:26 Edited: 2009-04-11 00:44:37

    http://redmine.midnightsyndicate.eu/issues/show/11

    It might be useful for various internal things to have private messages floating between users. The case that came to mind was the system sending internal messages to Andy and Sara about new characters, users, etc. Would have saved me having to send my MSN address to Aran via WoW.

    Maybe, maybe not, who knows. It's an idea.
    "I may not have gone where I intended to go, but I think I have ended up where I needed to be." -- Douglas Adams
    • Andy: Re: "Private" Messages

      Characters: Marlen[85] Egeria[81] Davarnon[80] Lyia[61] Krafla[34]
      Created: 2008-09-11 22:37:28

      Yeah this would be nice ~ maybe with the option to have emails sent to you to tell you you have a new message or you can just check your 'inbox' on teh website (or whatever)
      "My interest in what you're talking about is low to moderate" -- Vork
    • kimball: Re: "Private" Messages

      Characters: Kedaer[85] Llabmik[84] Draklon[58] Relisiel[37]
      Created: 2008-11-02 21:09:28

      I second this, I wandered into this forum section to request it :)
    • Peter: Re: "Private" Messages

      Characters: Rittal[85] Mieville[80] Terlan[80] Caltera[67] Dynia[67]
      Created: 2008-11-02 21:10:43

      There's a branch off of my local git repo for this, it's not complete by a long way though. It'll come.
      "I may not have gone where I intended to go, but I think I have ended up where I needed to be." -- Douglas Adams
      • kimball: Re: Re: "Private" Messages

        Characters: Kedaer[85] Llabmik[84] Draklon[58] Relisiel[37]
        Created: 2008-11-02 21:12:34

        Excelent :) I do like the little bit of 'AJAX' for the new posts notification btw
      • Peter: Re: Re: "Private" Messages

        Characters: Rittal[85] Mieville[80] Terlan[80] Caltera[67] Dynia[67]
        Created: 2008-11-02 21:16:08 Edited: 2008-11-02 21:18:04

        The code for the private messages uses it as well, I was thinking about it all today and I need to figure out what we're doing.

        Because basically, there's now four bits of code that could use the same forum data structures:

        We have the forum code, which is fine and what it was designed for.

        We now have very basic news for the front page, which uses the forum data structures (you post in the forum and check a check box called publish if you'rr a guild leader).

        Andy was on about blogs, which again like news would kind of use it. Well I guess the news feed is a blog really, a post with comments.

        So I was contemplating private messages using it, as it would enable threaded conversations. I'll have a think best how to do that.
        "I may not have gone where I intended to go, but I think I have ended up where I needed to be." -- Douglas Adams