Skip to main content
Topic: multiple mentions of the same user (Read 6144 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

multiple mentions of the same user

With some users this happens: They are shown multiple times when mentioning them. I tried to investigate when this is happening, but failed. It has nothing to do with their membergroups or such. Any hints?

Re: multiple mentions of the same user

Reply #1

If you have access to phpmyadmin (and I guess you have), could you try see what's the result of the following query?
Code: [Select]
		SELECT id_member, real_name
FROM {db_prefix}members
WHERE real_name LIKE 'manu%'
AND is_activated IN (1, 12)
Bugs creator.
Features destroyer.
Template killer.

Re: multiple mentions of the same user

Reply #2

Just one row with her user id and her real name. Not three.  ;)

Re: multiple mentions of the same user

Reply #3

WYSIWYG or normal editor? (Or no editor if quick reply?)
Quick reply or "full post page"?
Browser?
Bugs creator.
Features destroyer.
Template killer.

Re: multiple mentions of the same user

Reply #4

Chrome and IE, normal full page editor. I can test more though.

Re: multiple mentions of the same user

Reply #5

In WYSIWYG or the "normal" editor?
Bugs creator.
Features destroyer.
Template killer.

Re: multiple mentions of the same user

Reply #6

The normal one.

Re: multiple mentions of the same user

Reply #7

Hmm...
To debug.
Looks like the javascript, for some reason mulriplies the entries I guess.
Bugs creator.
Features destroyer.
Template killer.

Re: multiple mentions of the same user

Reply #8

hmm... here I can reproduce something similar with Chrome on my android phone, but not on the computer (that is anyway linux and chrome 66).

That makes me think it's really something related to the latest chrome versions, now I need to get access to a recent version  of chrome to test it again.
Bugs creator.
Features destroyer.
Template killer.

Re: multiple mentions of the same user

Reply #9

Thanks for testing! I can spend at least a bit of chrome polish.  :D

Re: multiple mentions of the same user

Reply #10

It also happends here, using the Quick Reply with full editor and "View source" enabled. I am using Firefox 63

Re: multiple mentions of the same user

Reply #11

That means WYSIWYG.
Bugs creator.
Features destroyer.
Template killer.

Re: multiple mentions of the same user

Reply #12

I don't think this one is tracked yet for 1.1.6.


Re: multiple mentions of the same user

Reply #14

@emanuele I've made a change here just for testing.

The details are in the bug report.  I'm not sure that is the problem, but the code seemed a bit weird to me.  I'm not sure if it had something to do with revalidate mentions or it was simply weird or I'm tired :P