I have noticed when a user is tagged "@" symbol is displayed in the comments which doesn't look good. Is there any way we can hide @ when the comment is displayed?
Limited Support
Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed. We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.
Hi @sunny,
Please make sure the wpDiscuz User & Comment Mentioning addon is activated. The symbol is being displayed when you use a built-in wpDiscuz mentioning feature. In the addon, there should not be such an issue.
Hi @sunny,
Use this js code it should solve the issue.
jQuery.each(jQuery('[data-ucm_user_id], .wpd-umcguest'), function () {
jQuery(this).html(jQuery(this).html().replace('@', ''));
});
Put the code in active theme js files. Here is a helpful article: https://www.collectiveray.com/add-javascript-to-wordpress