Jump to content

Disable @member tag?

Featured Replies

Posted

I would like to disable the blue tag that is placed when a member uses the "at" sign > @bfarber is there a way to do this?

Thanks

If you mean so it displays like normal text then...

a[data-mentionid]
{
    background: unset;
    color: unset;
    font-size: unset;
    padding: 0;
}

If you mean completely disabling that functionality, I couldn't find any settings in the ACP. Someone else might know.

There’s no setting. Using CSS like @Tom S. said, won’t stop from receiving notifications, etc. If you want to disable per group, take a look: 

 

If you select all groups then no one will be mentioned anymore. 

  • Author

Thanks guys, all I wanted was not display the blue @bfarber in the posts and thanks to Tom S he led me down the right path and I changed his code to the below.

a[data-mentionid]
{
    display:none;
}

 

Archived

This topic is now archived and is closed to further replies.

Recently Browsing 0

  • No registered users viewing this page.