XenForo
Administrative
- Thread starter
- Admin
- #1
XenForo submitted a new resource:
Show default "About" tab in profile - Styling and customization questions
Read more about this 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...