Sidebar Blocks on External Pages

robdog

Well-known member
Trying to dig into this and get my first site completed, but having issues with some of the external components.

I am using the Kotomi generic bridge to create external pages.

For example: http://www.sitename.com/en/schedule/

I am using the htaccess file to point to the Kotomi external bridge which loads the header/footer/js/css/permissions/etc...

In the template I trying to output the currently logged in users like so:
<xen:sidebar>
<xen:include template="sidebar_online_users" />
</xen:sidebar>

Of course it is error since I have not set the online user list and this is what I am trying to figure out. How do I initialize these types of blocks?

Thanks for any help.
 
Top Bottom