rakeshmali
Member
I have created a page node and set the default index page to it.
Now I have added sidebar code in "Page Options" and also included some template to show but all widgets are not showing here
I have used following code:
<xen:sidebar>
<xen:include template="sidebar_visitor_panel" />
<xen:include template="sidebar_online_users" />
<xen:include template="forum_stats" />
<xen:include template="sidebar_new_posts" />
<xen:include template="thread_reply_new_posts" />
<xen:include template="find_new_resources" />
</xen:sidebar>
The above code is only displaying the widget "Member Online Now" but not all as mentioned.
Could anybody suggest me how can I display all sidebar widget as shows at Forum page?
Now I have added sidebar code in "Page Options" and also included some template to show but all widgets are not showing here
I have used following code:
<xen:sidebar>
<xen:include template="sidebar_visitor_panel" />
<xen:include template="sidebar_online_users" />
<xen:include template="forum_stats" />
<xen:include template="sidebar_new_posts" />
<xen:include template="thread_reply_new_posts" />
<xen:include template="find_new_resources" />
</xen:sidebar>
The above code is only displaying the widget "Member Online Now" but not all as mentioned.
Could anybody suggest me how can I display all sidebar widget as shows at Forum page?