Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted June 3, 20186 yr 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
June 3, 20186 yr 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.
June 3, 20186 yr 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.
June 3, 20186 yr 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.