xoheveras
New member
I realized that I need to move the member_view to the side, but I still don't understand how the banner appears, I only found this
I can get the banner change date, how can I get a link to the banner itself?
Code:
<div class="memberHeader {{ $user.Profile.banner_date ? 'memberHeader--withBanner' :'' }}">
Code:
<xf:profilebanner user="$user" size="l"> if the name is $user.Profile.banner_date
Last edited by a moderator: