ecwpa wrote:What about + symbol like Google+? @ probably is still the best option. If a username start with @ then the easiest solution is just typing @@
psoTFX wrote:I went with Olympus because as I said to the teams ... "It's been one hell of a hill to climb"



drathbun wrote:I think to make it bullet-proof it needs to have an insertion algorithm / hidden link text like the user_id that I mentioned earlier. Rather than having a user type @ or + or anything, have them run an insertion process that is requested, not automatic. What I mean is, don't assume that as I'm typing an @ or whatever that I'm starting to type a reference, because frequently it will not be one. Have an "insert user" option along with the quote, and have it pop up a list that can be auto-reduced, and when I pick the name to insert then display it as @username but behind the scenes store it using some sort of syntax (apparently bbcode is already out) that can be properly parsed. By doing that, you could even build a cross reference table that contains a post_id and a user_id, call it phpbb_post_mentions or something like that. From a user then you can immediately, easily, and very efficiently get a list of posts where they are mentioned. The opposite is also true, you can take a post and know immediately which users are mentioned in the post. You could tie a notification (if you want to do that) to the same table, and get a list of all of the latest "mentions" into a single PM.
But I think it has to be done differently than just trying to guess if a user is typing in a username or not.
AliasM2K wrote:An insert user option is not bad, but then a custom bbcode like [user=###]User Nickname[/user] might have to be implemented.
AliasM2K wrote:Going with mentions using @ or + would be better as it is already familiar to almost everyone as everyone these days have a Facebook, Twitter, Github or Google+ account

Pony99CA wrote:
- {user:xxx} links to the user with user name (and/or user ID?) xxx.
- {forum:xxx} links to the forum with forum ID xxx (displaying the forum's name in the link).
- {topic:xxx} links to the topic with topic ID xxx (displaying the topic's title in the link).
- {post:xxx} links to the post with post ID xxx (displaying the post's title in the link).
- {date:+/-something} adds the current date plus or minus the "something".
- {time:+/-something} adds the current time plus or minus the "something".
Users browsing this forum: Google [Bot] and 17 guests