Anthony Etter
New member
So I am trying to get the sidebar on all the pages. Currently I am messing with forum_view and have added.
It shows the visitor block just fine. When modified to
It shows the block of users online, but across the block it says 0 are online when I know people are online. It says it correctly on the homepage of the forums. I also want to know what the board stats template would be and also get the staff online working with it.
Code:
<xen:sidebar>
</xen:sidebar>
It shows the visitor block just fine. When modified to
Code:
<xen:sidebar>
<xen:include template="sidebar_online_users" />
<xen:include template="sidebar_share_page" />
</xen:sidebar>
It shows the block of users online, but across the block it says 0 are online when I know people are online. It says it correctly on the homepage of the forums. I also want to know what the board stats template would be and also get the staff online working with it.