MyBB Community Forums

Full Version: Automention: Autocomplete Mention
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
Hi,

I wonder if this great plugin have some kind of integration with My Alerts plugin?
(2016-06-26, 01:48 AM)sirmbhe Wrote: [ -> ]Hi,

I wonder if this great plugin have some kind of integration with My Alerts plugin?

http://community.mybb.com/thread-173199-...pid1169979
thanks
(2015-10-29, 12:00 AM)EloquenceShenigans Wrote: [ -> ]Is there any way to remove the quotes?

eg. @"test" -> @test

I have had a look through the js however I can not see how to remove it.
This:

insertTpl: '${atwho-at}${text}',

	callbacks: {

...
		},
		beforeInsert: function(value, $li)  {
			if (value.indexOf(" ") !== -1) {
				return value.replace("@", '@"') + '":';
			} else {
				return value + ':';
			}
		}


For DVZ Shoutbox:
$(document).ready(function() {
...
	var shoutbox = '.panel > form > input[class="text"]';
	if ($(shoutbox).length) {
		$(shoutbox).atwho(ment_settings);
	}
});
Hi martec!

Can you please improve your mention plugin?

I mean - add support for avatars and mainly - full text searching for usernames - when you write "rtec" it will show you also "martec" in a dropdown menu. You can test it here: http://www.mybboost.com/thread-release-q...rences-1-1 just write @"ha"

Thank you very much.
(2016-08-09, 02:33 PM)Eldenroot Wrote: [ -> ]Hi martec!

Can you please improve your mention plugin?

I mean - add support for avatars and mainly - full text searching for usernames - when you write "rtec" it will show you also "martec" in a dropdown menu. You can test it here: http://www.mybboost.com/thread-release-q...rences-1-1 just write @"ha"

Thank you very much.

https://github.com/martec/automention/is...-188902418
This is a really excellent plugin and I'm happy to have run across it!

But I do have one issue, the autocomplete doesn't work when usernames include punctuation marks. For example: ~user~, BP-2t, (Z), etc. Is there someway to get the plugin to recognize those names?
Hi martec

why this plugins (automention) didn't work in quick reply
but in threads this plugins work

this is great plugin
thank you
It works fine for me
(2016-08-29, 02:30 PM)Eldenroot Wrote: [ -> ]It works fine for me

in my forum, it works only in threads
didn't work in quick reply
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19