ElkArte Community

Elk Development => Feature Discussion => Exterminated Features => Topic started by: Feature Cat on December 17, 2012, 03:32:57 am

Title: Tag users
Post by: Feature Cat on December 17, 2012, 03:32:57 am
i.e. @Emanuele : notifies Emanuele that he's been tagged in a post. Meaning, drawing his attention to the post or topic.


Concerns: abuse. Permissions. Configurability (user and admin). Performance (parse_bbc and friends).

Implementation detail: there's already JSMembers() that does the same retrieval of member names.

Thoughts please?
Title: Re: Tag users
Post by: emanuele on December 17, 2012, 04:21:03 am
/me wants @all! :P
Title: Re: Tag users
Post by: Antechinus on December 17, 2012, 05:01:40 am
/me doesn't care.

Woudn't want buggers tagging me all over the place. Would drvie me nuts. :P Bloat. Kill. Kthnx.
Title: Re: Tag users
Post by: FF / MFG on December 17, 2012, 03:27:49 pm
/me auto-tags himself. :P
Title: Re: Tag users
Post by: a great@username on December 17, 2012, 03:46:47 pm
/me gets ready for the tagging partee!  O:-)
Title: Re: Tag users
Post by: FF / MFG on December 17, 2012, 03:55:13 pm
/me auto-tags Feature Cat... lol
Title: Re: Tag users
Post by: Trekkie101 on December 17, 2012, 04:48:27 pm
I like it, or at least "Notify" exposed a bit more, so when you flag a post it'll show on the homepage there's something to look at.

Title: Re: Tag users
Post by: Antechinus on December 17, 2012, 05:58:47 pm
As long as it's a/ turnoffable and b/ doesn't cause a nasty performance hit with all the shiz it will have to drag up.
Title: Re: Tag users
Post by: emanuele on April 24, 2013, 06:19:21 pm
This evening I was in a good mood and decided to try something:
https://github.com/emanuele45/Dialogo/commits/users_tagging

It's not perfect and it doesn't want to be.
It's an approximation, but I think due to all the constrains we have it may be an acceptable one (...now that I think about it I forgot to add a setting to enable it... LOL and I didn't add the code to upgrade the db too, well something for later if you feel the implementation may be acceptable).

ETA: and of course is broken, but you already knew that :P
Title: Re: Tag users
Post by: emanuele on October 21, 2013, 02:32:06 pm
And here it is another version:
https://github.com/elkarte/Elkarte/pull/920
Title: Re: Tag users
Post by: emanuele on January 18, 2014, 05:35:58 pm
And this is done since a while now!