XF 2.0 Switch Profile About Page To First

LenKaiser

Active member
Does anyone know if there is a way to make the "About" tab in the profile show first instead of the posts etc?
 
Hello,

Yes it's possible by modifying the member_view template I think ! ;)

EDIT :
Code:
                <a href="{{ link('members/about', $user) }}"
                    class="tabs-tab"
                    id="about"
                    role="tab">{{ phrase('about') }}</a>

Regards, SyTry
 
Sorry for the late reply but that is not what I mean. I want the about page to show upon entering the members profile. Instead of it showing the latest activity.
 
Top Bottom