Hello! I’m trying to implement avatar decorations based on custom user fields. Right now, users have an “avatar_decoration_url“ custom field.
How can I use this field in CSS or in a theme component to add the image on top of profile pictures?
Hello! I’m trying to implement avatar decorations based on custom user fields. Right now, users have an “avatar_decoration_url“ custom field.
How can I use this field in CSS or in a theme component to add the image on top of profile pictures?
You can take a look at Filter Favorites to see how to access custom user field values in a Theme Component.
Nice. It was already discussed before. I reckon it would be cool to have a plugin too