Welcome Banner components

Hey guys,

didn´t find the right Site texts for these

Can you tell me where they are ?

And an additional question. The Site text label

js.welcome_banner.header.logged_in_members

contains this by default:

Willkommen %{preferred_display_name}!

This variable

%{preferred_display_name}!

Can I somehow use something like substitution here to tranform the username for display purposes ?
I´ve activated SSO, so I have always the same name pattern

firstname.lastname

In the banner I want to replace the “.” with an “[space]”.
What´s the best way to do that ?

Many thanks,

WS

The welcome banner available in core doesn’t have a headline by default.

You might want to use Advanced Search Banner theme component instead.
The texts are located in the theme component settings. Scroll down a bit:

image

You can achieve a similar result with this component: Banner Featured Links.

2 Likes

Hey @Arkshine, that was exactly what I wanted, thanks!

Any hints about this variable stuff?

Many thanks!