Notifications
Clear all

[Solved] Remove link from the referenced user

7 Posts
2 Users
0 Likes
1,678 Views
Posts: 7
Customer
Topic starter
(@rogerio82)
Member
Joined: 5 years ago
Good Morning. Can you remove the user link mentioned in the comment? I saw some old posts here, but it seems that this option has not been added yet. Thank you for your attention.

adssdafsfasfsaf

 
 
6 Replies
Astghik
Posts: 5874
Admin
(@astgh)
Illustrious Member
Joined: 6 years ago

Hi @rogerio82,

I've already asked the add-ons developers about your request. I'll update this topic once I get a request from them. 

3 Replies
Customer
(@rogerio82)
Joined: 5 years ago

Member
Posts: 7

Ok. I am waiting.

Astghik
Admin
(@astgh)
Joined: 6 years ago

Illustrious Member
Posts: 5874

Hi @rogerio82,

Please add the following js code in js files of WordPress active theme, delete all caches and check again. 

jQuery(document).ready(function ($){
$.each($('#wcThreadWrapper .hint'), function (i, val) {
$(val).replaceWith('<span class="hint-replaced">' + $(val).html() + '</span>');
});
});

We'll take into consideration for future updates to add such an option. 

Customer
(@rogerio82)
Joined: 5 years ago

Member
Posts: 7

Good morning

 

The code worked, but the image of the member became very large.

Thank you for your attention.

imagemdiscuz
Posts: 7
Customer
Topic starter
(@rogerio82)
Member
Joined: 5 years ago

I was able to decrease the image. Thank you

1 Reply
Astghik
Admin
(@astgh)
Joined: 6 years ago

Illustrious Member
Posts: 5874

Thank you for letting us know rogerio82.

Glad to hear that the issue is solved. 

Share:
Scroll to top