Support Custom User Banner with $visitor.username

regina124

Registered
Hi guys,
i want to make a custom user Banner saying "best friend of {$visitor.username}".

I tried like this, but doesn't show the name of the visitor...

at core labels.less
&.label--myLabel::after { content: $visitor.username; }
 
Back
Top Bottom