Thread Rating:
  • 5 Vote(s) - 4 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[For 1.8] Automention: Autocomplete Mention
@martec - can you please upload a new version to the MyBB mod site? You just added here into the thread, not updated in mod site Smile
[MyBB 1.8 Czech translation] [MyBB 1.8 plugins]: Prune old PMs + optimize DB plugin --- Thank you/like system
Reply
Sorry wrong plugin
Reply
(2017-06-18, 08:27 AM)Eldenroot Wrote: @martec - can you please upload a new version to the MyBB mod site? You just added here into the thread, not updated in mod site Smile

Yes, that would be great.
Reply
(2017-07-29, 02:54 AM)nuraman00 Wrote:
(2017-06-18, 08:27 AM)Eldenroot Wrote: @martec - can you please upload a new version to the MyBB mod site? You just added here into the thread, not updated in mod site Smile

Yes, that would be great.

In the mod site is already 1.3.5 that latest version.
Reply
(2017-07-29, 03:21 AM)martec Wrote:
(2017-07-29, 02:54 AM)nuraman00 Wrote:
(2017-06-18, 08:27 AM)Eldenroot Wrote: @martec - can you please upload a new version to the MyBB mod site? You just added here into the thread, not updated in mod site Smile

Yes, that would be great.

In the mod site is already 1.3.5 that latest version.

Hmm, thanks.

Do you know why it's gray for me, and doesn't check for updates for this plugin?

See the screen shot below.

[Image: TBVlGTm.png]
Reply
(2017-07-29, 03:44 AM)nuraman00 Wrote:
(2017-07-29, 03:21 AM)martec Wrote:
(2017-07-29, 02:54 AM)nuraman00 Wrote:
(2017-06-18, 08:27 AM)Eldenroot Wrote: @martec - can you please upload a new version to the MyBB mod site? You just added here into the thread, not updated in mod site Smile

Yes, that would be great.

In the mod site is already 1.3.5 that latest version.

Hmm, thanks.

Do you know why it's gray for me, and doesn't check for updates for this plugin?

See the screen shot below.

[Image: TBVlGTm.png]

Because I did not add codename. https://github.com/martec/automention/bl...on.php#L25
maybe in next version.
Reply
Avatars didn't fit in tabs and I can't stylize it. Sad

Better avatar stylization:

Edit:
/jscripts/automention/jquery.atwho.min.css

Delete and paste:

.atwho-view {
	position:absolute;
	top:0;
	left:0;
	display:none;
	margin-top:18px;
	background:#fff;
	color:#000;
	border:1px solid #DDD;
	border-radius:3px;
	box-shadow:0 0 5px rgba(0,0,0,.1);
	min-width:120px;
	max-height:200px;
	overflow:auto;
	z-index:11110!important
	}
	
.atwho-view .cur {
	background:#36F;
	color:#fff
	}
	
.atwho-view .cur small {
	color:#fff 
	}
	
.atwho-view strong {
	color:#36F
	}
	
.atwho-view .cur strong {
	color:#fff;
	font:700
	}
	
.atwho-view ul {
	list-style:none;
	padding:0;
	margin:auto
	}
	
.atwho-view ul li {
	display:block;
	padding:5px 10px;
	border-bottom:1px solid #DDD;
	cursor:pointer;
	text-align: left !important;
	height: 32px;
	line-height: 32px;
	}
	
.atwho-view ul li img { 
	float: left;
	width: auto;
	height: 32px;
	border-radius: 3px;
	}
	
.atwho-view small { 
	font-size:smaller;
	color:#777;
	font-weight:400
	}
	
.am_avatar img {
	max-height:32px;
	max-width:32px;
	margin-right: 13px;
	}
	
.am_avatar_img {
	background-size:cover;
	background-position:center;
	border-radius:50%;
	vertical-align:middle;
	}
Reply
Just installed this plugin. Working flawlessly!
Reply
martec,

is it possible you can modify this plugin so that it adds a uid to the mention and also updates the tagged user if they change their username?
Reply
(2019-02-05, 12:17 AM)andrewjs18 Wrote: martec,

is it possible you can modify this plugin so that it adds a uid to the mention and also updates the tagged user if they change their username?

sorry but doesn't possible.
this extension only autocomplete username. what you saying need several changes in DVZ Mentions extension.
so better ask to DVZ Mentions developer or MentionMe developer.


sorry you saying about feature below of DVZ Mentions?

with user ID - username is corrected automatically: @username#12

?

if you using DVZ Mentions 1.0.5 you can test if something below is supported in DVZ Mentions?

@"username#uid" (with quotation marks)

if something above is supported, so possible.
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)