teaser- user avatar
-
Hi
How to remove title from teaser- user avatar?
Or
how can i get user picture
./teaser.user.picture
in custom code without using{buildAvatar(./teaser.user, "18px", true, "not-responsive")}
function ?Actually i tried to do something like that
but for picture i dint get proper varibale
<a href="{config.relative_path}/user/{./teaser.user.userslug}" class="text-decoration-none"> {{{ if teaser.avatar }}} <img alt="{./teaser.user.displayname}" title="{./teaser.user.displayname}" loading="lazy" class="avatar not-responsive avatar-rounded" component="avatar/picture" src="{./teaser.avatar}" style="--avatar-size: 18px;" onerror="this.remove();" itemprop="image"> {{{ else }}} <span alt="{./teaser.user.displayname}" title="{./teaser.user.displayname}" loading="lazy" class="avatar not-responsive avatar-rounded" component="avatar/icon" style="--avatar-size: 18px; background-color:{./teaser.user.icon:bgColor}">{./teaser.user.icon:text}</span> {{{ end }}} </a>
Copyright © 2025 NodeBB | Contributors