Genestoy Posted June 3, 2018 Posted June 3, 2018 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
Tom S. Posted June 3, 2018 Posted June 3, 2018 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.
Adriano Faria Posted June 3, 2018 Posted June 3, 2018 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.
Genestoy Posted June 3, 2018 Author Posted June 3, 2018 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; }
Recommended Posts
Archived
This topic is now archived and is closed to further replies.