MyBB Community Forums

Full Version: Does a Tag people plugin exist?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Looking for a plugin that allows tagging people in threads.

For example @admin 

or @admin and it would display admin which would be clickable to their profile.

Thanks in advance!
http://community.mybb.com/mods.php?action=view&pid=29
MyBB 1.8.x

Overview
A simple plugin parsing @username (@"Complex Username" or @username, @'username') mentions into profile links with user's group display style. Integrates with MyAlerts 2.0.x, allowing to send alerts to users that have been mentioned in posts.

DVZ Mentions 0.5.1 (build #6)\\

----------------------------------------------------------
or try these for MyBB 1.6.x

http://mods.mybb.com/view/tagging-plugin

http://mods.mybb.com/view/mention

http://mods.mybb.com/view/mentionme
Thanks guys, works like a charm!

Is there anyway to get the mention to not show the @ sign in the post and just the username?

Example of tagging in post : Hello @admin how are you? = Hello admin how are you?
(2015-11-24, 10:25 AM)Swifter Wrote: [ -> ]Thanks guys, works like a charm!

Is there anyway to get the mention to not show the @ sign in the post and just the username?

Example of tagging in post : Hello @admin how are you? = Hello admin how are you?

Which of the MOD are you using ?
(2015-11-24, 09:21 PM)Vanz Wrote: [ -> ]
(2015-11-24, 10:25 AM)Swifter Wrote: [ -> ]Thanks guys, works like a charm!

Is there anyway to get the mention to not show the @ sign in the post and just the username?

Example of tagging in post : Hello @admin how are you? = Hello admin how are you?

Which of the MOD are you using ?

What do you mean?
(2015-11-24, 10:25 AM)Swifter Wrote: [ -> ]Thanks guys, works like a charm!

Is there anyway to get the mention to not show the @ sign in the post and just the username?

Example of tagging in post : Hello @admin how are you? = Hello admin how are you?

you need to locate your DVZmentions.php and edit this


static $keepPrefix = true;


to this:

static $keepPrefix = false;