XF 2.2 Sidebar in member_view

Lee

Well-known member
I have the following code in my member_view template:


Code:
<xf:sidebar>
<xf:include template="member_about" />
<xf:include template="member_following" />
<xf:include template="member_followers" />
</xf:sidebar>


But the templates member_following and member_followers display nothing. Is there a way to make them work when called directly by member_view?
 
Top Bottom