Hey guys! So, I was posting on a thread recently, and I had an idea! So, you know how on twitter when you do @(username) it will give them a message saying that you did that, maybe you should be able to do it on the forums
Example:
User_A: Posting: "hey @User_B whats up"
User_B: Logging on: They see a notification saying that User_A has notified them, with a link to the post.
This could be both for the forums and the main website, or one or the other.
Sound good? Sound horrible? You don't care? Post anyways!
Offline
This would be cool, but it would be very hard or impossible to put into the forums.
Offline
Cassiedragon wrote:
This would be cool, but it would be very hard or impossible to put into the forums.
![]()
Probably not. I don't have much experience with that, but I imagine it could update some database when someone posts a post.
Offline
gbear605 wrote:
Cassiedragon wrote:
This would be cool, but it would be very hard or impossible to put into the forums.
![]()
Probably not. I don't have much experience with that, but I imagine it could update some database when someone posts a post.
You'd need a plugin.
Offline
Vista4563 wrote:
gbear605 wrote:
Cassiedragon wrote:
This would be cool, but it would be very hard or impossible to put into the forums.
![]()
Probably not. I don't have much experience with that, but I imagine it could update some database when someone posts a post.
You'd need a plugin.
Essentially. I know there is one for some forums, but I figure it is either already out there, or the scratch team can make it themselves.
Offline
aqualung wrote:
why not just search for your name on the forum
Because, for most people, if I searched my name, I would come up with hundreds on results.
Offline
Yeah, sometimes people tell me things I'll never see.
Offline
Wouldn't this eventually turn into a chatroom sort of thing though?
Offline
That would be somewhat nice, but people could spam it. Maybe a limit per post and only for Scratchers? Support.
Offline
veggieman001 wrote:
That would be somewhat nice, but people could spam it. Maybe a limit per post and only for Scratchers? Support.
That's a good suggestion about only allowing Scratchers to do it, actually. I support if only Scratchers can do it then, but I don't support if everyone can do it.
Offline
RedRocker227 wrote:
Wouldn't this eventually turn into a chatroom sort of thing though?
No.
A) Everyone can see the post
B) It won't show you the message, it'll just give a link to it. Like the current "USERNAME commented on your project" message, but for the forums too.
Offline
Cassiedragon wrote:
This would be cool, but it would be very hard or impossible to put into the forums.
![]()
Actually, it would be very simple.
@Magnie knows how to do some Python, ask him.
All it would need to do is look for an @ sign then check if there is a name after it and if there is, it would get the post and topic ids then add it to a URL: /forums/viewtopic.php?pid=[topic id]#[post id] then put it into an "a href" HTML tag then put it into a message and send it to the user: "Someone has mentioned your name here."
A few things to add though: It shouldn't look for it in any type of BBCode. Like quotes, codes, urls, images, colors, etc. The user should also have the option to "unsubscribe" from certain forums or all of them.
Last edited by Magnie (2011-12-12 23:40:00)
Offline
veggieman001 wrote:
That would be somewhat nice, but people could spam it. Maybe a limit per post and only for Scratchers? Support.
Yes, and the option to turn off receiving these messages, like with comments. If both of these things come with the deal, I support. If not, no.
Offline
PaperMario123 wrote:
veggieman001 wrote:
That would be somewhat nice, but people could spam it. Maybe a limit per post and only for Scratchers? Support.
Yes, and the option to turn off receiving these messages, like with comments. If both of these things come with the deal, I support. If not, no.
Yeah, that'd be nice as well.
Offline
Magnie wrote:
Cassiedragon wrote:
This would be cool, but it would be very hard or impossible to put into the forums.
![]()
Actually, it would be very simple.
@Magnie knows how to do some Python, ask him.
All it would need to do is look for an @ sign then check if there is a name after it and if there is, it would get the post and topic ids then add it to a URL: /forums/viewtopic.php?pid=[topic id]#[post id] then put it into an "a href" HTML tag then put it into a message and send it to the user: "Someone has mentioned your name here."
A few things to add though: It shouldn't look for it in any type of BBCode. Like quotes, codes, urls, images, colors, etc. The user should also have the option to "unsubscribe" from certain forums or all of them.
Huh. Seems simple enough.
The only thing I'd like to add is possibly contrasting the @handle from the rest of the text. But you could probably just edit the CSS for that.
Offline
Vista4563 wrote:
Magnie wrote:
Cassiedragon wrote:
This would be cool, but it would be very hard or impossible to put into the forums.
![]()
Actually, it would be very simple.
@Magnie knows how to do some Python, ask him.
All it would need to do is look for an @ sign then check if there is a name after it and if there is, it would get the post and topic ids then add it to a URL: /forums/viewtopic.php?pid=[topic id]#[post id] then put it into an "a href" HTML tag then put it into a message and send it to the user: "Someone has mentioned your name here."
A few things to add though: It shouldn't look for it in any type of BBCode. Like quotes, codes, urls, images, colors, etc. The user should also have the option to "unsubscribe" from certain forums or all of them.Huh. Seems simple enough.
The only thing I'd like to add is possibly contrasting the @handle from the rest of the text. But you could probably just edit the CSS for that.
But marking it with CSS would require a whole database upheaval, to redo it all to add something like span.at.
Offline