Is there anyway to deactivate user cards, and have it click straight to /users/username? I am going to add some custom user fields and building out the profile page.
「いいね!」 2
to desactive user card try insert (in your css settings):
display:none;
}```
「いいね!」 1