Happy Atheist Forum

Operations Desk => Forum Suggestions & Announcements => Topic started by: Sophus on August 17, 2010, 11:23:58 PM

Title: Summoning/Tagging Feature
Post by: Sophus on August 17, 2010, 11:23:58 PM
I don't know if such a feature exists for phpBB but I was thinking it might be useful to have the ability to summon someone to a particular thread. Could work similar to the "tagging" feature some websites have. For example if we could write @Someone to notify us when we're being talked about. So even if you don't make to a certain part of the forum during a certain time if another member says, "this sounds like a science question best answered by @Squid" even though its inception was under 'Religion'. Or, "Sorry, new poster, but you seem like a troll. What do you think @Whitney?"

Could make things more efficient but I dunno, maybe it would change the feel of the forum too much, especially if it's over-used. Just tossing the idea up in the air.
Title: Re: Summoning/Tagging Feature
Post by: Squid on August 18, 2010, 02:59:57 AM
From what I know, I don't think phpBB offers anything like that but I could be wrong.  If they don't you should suggest it to the development team because that's an awesome idea.
Title: Re: Summoning/Tagging Feature
Post by: Whitney on August 18, 2010, 03:14:07 AM
I think it's a neat idea...if there is something like that I'll try to add it later.
Title: Re: Summoning/Tagging Feature
Post by: Sophus on August 19, 2010, 05:48:22 AM
Haha. I did a Google to see if this feature already existed or how I could submit the idea - somebody had suggested it to them back in July (http://area51.phpbb.com/phpBB/viewtopic.php?f=81&t=33276&start=0) and described it in nearly the same why as I did:

QuoteWhat about tagging other forum members in posts?...
like now i could tag u like this: @eviL3
and u would be "summoned" here by a notification

So who knows, maybe it's in the works...
By the way, what's MOD?
Title: Re: Summoning/Tagging Feature
Post by: Tank on August 27, 2010, 08:08:27 PM
In this context a MOD is a modification for the phpBB software the forum runs on. They have a forum where one can ask these things.

The way we could consider doing this could be in a pair of tags such as [invite][/invite] placed around the users name e.g. I think [invite]Tank[/invite] would be interested in this. This could have the effect of also changing the tagged name to a particular text style e.g. I think Tank would be interested in this.

The code behind the tags could identify the post the tags are in and the intended recipient and send the recipient a PM along the lines of

PM From: Post invite
PM Title: Post invite
PM message: You have been invited to view post 'xyz' in thread 'ABC'

When the user submits or previews the post the BBCode would have to confirm the user name in the tags was a real user within the database and respond with a suitable error message if not.

There could be multiple tags in a post or multiple invites in in one set of tags e.g.
a) [invite]Tank[/invite] [invite]sophus[/invite] [invite]Whitney[/invite]
b) [invite]Tank, sophus, Whitney[/invite].
I would think from a use perspective a) would be better, while b) would probably be slightly easier to code.

Any thoughts?

EDIT The tags would have to be inactive if between [quote][/quote] tags otherwise the invited user would get an invite each time the post was quoted.
Title: Re: Summoning/Tagging Feature
Post by: philosoraptor on August 27, 2010, 10:48:41 PM
I think this is an excellent idea.