Show default "About" tab in profile

XenForo Show default "About" tab in profile

Status
Not open for further replies.

XenForo

Administrative
  • Thread starter
  • Admin
  • #1
XenForo submitted a new resource:

Show default "About" tab in profile - Styling and customization questions

Edit template: member_view
  • Find:
PHP:
<xf:if is="$user.canViewPostsOnProfile()">
                    <a href="{{ link('members', $user) }}"
                        class="tabs-tab is-active"
                        role="tab"
                        aria-controls="profile-posts">{{ phrase('profile_posts') }}</a>
                </xf:if>
  • Replace with:
PHP:
<xf:if is="$user.canViewPostsOnProfile()">...

Read more about this resource...
 
Status
Not open for further replies.
  • Tags
    xf2 guides show default "about" tab in profile نمایش برگه درباره ما برای اولین گذینه پیش فرض در نمایه کاربری
  • Back
    Top Bottom