LenKaiser Active member Sep 30, 2018 #1 Does anyone know if there is a way to make the "About" tab in the profile show first instead of the posts etc?
Does anyone know if there is a way to make the "About" tab in the profile show first instead of the posts etc?
SyTry Well-known member Sep 30, 2018 #2 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 Upvote 0 Downvote
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
LenKaiser Active member Nov 21, 2018 #3 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. Upvote 0 Downvote
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.
SyTry Well-known member Nov 21, 2018 #4 Ah ok , you can use an add-on made by @AndyB : https://xenforo.com/community/resources/about-tab-default.6724/ Regards, SyTry Upvote 0 Downvote
Ah ok , you can use an add-on made by @AndyB : https://xenforo.com/community/resources/about-tab-default.6724/ Regards, SyTry