XF 2.2 Changing title in 'Your account'

Purdze

Member
Hey!

I have managed to change the link locations and phrases in the profile section to link discord account. However, how do I also change the title when 'Link Discord account' is selected?

1671880547166.webp
 
Seems to be something to do with
Code:
                <xf:if is="$xf.app.connectedAccountCount">
                    <a class="blockLink {{ $pageSelected == 'connected_account' ? 'is-selected' : '' }}" href="{{ link('account/discord') }}">
                        {{ phrase('link_discord_account') }}
.

Is there a way I can choose what the $pageSelected links too? As I think it has something to do with that
 
Top Bottom