Purdze Member Dec 24, 2022 #1 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?
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?
Purdze Member Dec 24, 2022 #2 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 Upvote 0 Downvote
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