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 Likes
to desactive user card try insert (in your css settings):
display:none;
}```
1 Like