Moving topics, you can now send a PM

Arantor

  • As powerful as possible, as complex as necessary.
  • Posts: 14,278
Moving topics, you can now send a PM
« on April 25th, 2012, 11:56 PM »
I know it's been a bugbear of mine for a while that users weren't notified when their topics were moved.

Now they are, potentially.
Posted: April 25th, 2012, 11:55 PM

And yes, as per my commit note in r1563, the message is a bit sucky but it makes the point well enough :)

 move_topic_pm.png - 25.37 kB, 864x511, viewed 239 times.

Re: Moving topics, you can now send a PM
« Reply #1, on April 25th, 2012, 11:57 PM »
This does also make me think that other actions should receive similar notifications, e.g. when a message has been approved from moderation. Thoughts?
When we unite against a common enemy that attacks our ethos, it nurtures group solidarity. Trolls are sensational, yes, but we keep everyone honest. | Game Memorial

Norodo

  • Oh you Baidu, so randumb. (60 sites being indexed at once? Jeez)
  • Posts: 469
Re: Moving topics, you can now send a PM
« Reply #2, on April 26th, 2012, 12:00 AM »
I like it a lot. And there's a ton of things that could and perhaps should receive notifications. I must admit to being a fan of how Facebook does this. I'd like to have notifications when people like my posts, and when they quote them. This should not be PMs though, I'd prefer some kind of "globe" like the one in Facebook. :)

Then again, I can easily do without it.

Arantor

  • As powerful as possible, as complex as necessary.
  • Posts: 14,278
Re: Moving topics, you can now send a PM
« Reply #3, on April 26th, 2012, 12:02 AM »
Well, that's a separate subject anyway, and having such a notifications system like in Facebook or XenForo is certainly something we've talked about, but as an interim step, having it implemented as PMs does actually make it easier to migrate to a central notifications system later.

Either way, this is something that does notify the topic starter that their topic has had something done to it, something that I felt had been lacking for a while.

live627

  • Should five per cent appear too small / Be thankful I don't take it all / 'Cause I'm the taxman, yeah I'm the taxman
  • Posts: 1,670
A confident man keeps quiet.whereas a frightened man keeps talking, hiding his fear.

Arantor

  • As powerful as possible, as complex as necessary.
  • Posts: 14,278
Re: Moving topics, you can now send a PM
« Reply #5, on April 26th, 2012, 12:26 AM »
Well, the problem is that {LINK} is actually a proper link, rather than a bare URL, so that it might look out of place even in a URL.

Perhaps if {LINK} were done in brackets or something so that it still delineates that it's separate? It's in SVN, try different styles to see what works. I did want to intentionally make it slightly less formal, seeing how it's actually sent as a PM from the person rather than from the site.

Farjo

  • "a valuable asset to the community"
  • Posts: 492

Arantor

  • As powerful as possible, as complex as necessary.
  • Posts: 14,278
Re: Moving topics, you can now send a PM
« Reply #7, on April 26th, 2012, 09:07 AM »
I added the length of time feature months ago heh, based partly on my old mod for SMF, though much more cleanly implemented now there is a subsystem for handling one off tasks in the future.

Nao

  • Dadman with a boy
  • Posts: 16,079

Arantor

  • As powerful as possible, as complex as necessary.
  • Posts: 14,278
Re: Moving topics, you can now send a PM
« Reply #9, on April 26th, 2012, 07:07 PM »
Eh, so I should, but for me it was such a small thing that I didn't want to blow the trumpet on it. That said, I've been thinking about implementing the notifications system as mentioned here (the Facebook/XenForo one) and that would certainly be a case for promoting it!

godboko71

  • Fence accomplished!
  • Hello
  • Posts: 361
Thank you,
Boko

Nao

  • Dadman with a boy
  • Posts: 16,079
Re: Moving topics, you can now send a PM
« Reply #11, on April 27th, 2012, 04:39 PM »
Quote from Arantor on April 26th, 2012, 07:07 PM
Eh, so I should, but for me it was such a small thing that I didn't want to blow the trumpet on it. That said, I've been thinking about implementing the notifications system as mentioned here (the Facebook/XenForo one) and that would certainly be a case for promoting it!
Yup, we're gonna do that anyway -- it's just that it's not something that's in my alpha to-do, but certainly in my beta to-do, if you don't do it before...

Right now I'm trying to finish all of my half-done commits, and consider turning albums into album boards, and then add support for profile comments by adding a 'profile' board type... (i.e. Wedge creates a meta-board that contains topics associated to a profile ID. We'd have to store these associations somewhere though, but at least it allows you to automatically be able to search profile comments as well as the rest....)

Arantor

  • As powerful as possible, as complex as necessary.
  • Posts: 14,278
Re: Moving topics, you can now send a PM
« Reply #12, on April 27th, 2012, 04:42 PM »
Oh, I've been thinking about it today, even looking at how XenForo handles the user side (I'll do the backend quite differently at least, but the user-side does give me a few things to think about) The big problem is how to keep it manageable given some of the things that need to be handled, but I'm sure I'll figure it out.

*nods* I like where you're going with this, too :)

Nao

  • Dadman with a boy
  • Posts: 16,079
Re: Moving topics, you can now send a PM
« Reply #13, on April 27th, 2012, 04:51 PM »
Quote from Arantor on April 27th, 2012, 04:42 PM
*nods* I like where you're going with this, too :)
Well, profile comments were an immediate advantage that floating topics offered... I just figured out that it's still possible to have profile comments even with 'just' floating boards. Although it'll probably require some thinking about the UI... (Should the meta-board be apparent and link to the latest profiles that were commented...? And that's yet another module inside MessageIndex.template.php, obviously...)

Arantor

  • As powerful as possible, as complex as necessary.
  • Posts: 14,278
Re: Moving topics, you can now send a PM
« Reply #14, on April 27th, 2012, 05:05 PM »
I don't think the meta board should be apparent, really. It is a meta board, not a physical one. Though you'll have to do some magic in the admin area for it, of course, and make sure that normal board operations exclude that board too, so that you can't readily move topics into it.[1]
 1. Though I could well imagine cases where you'd move topics out of that board and into a normal board, just not the other way around.