Sidebar positioning

Morgain

Well-known member
I've added the sidebar to all the pages I could

Code:
<xen:sidebar>
<xen:include template="nodemenu" />
</xen:sidebar>

nodemenu being my own html template
added to

category_view
thread_view
thread_create
pagenode_container
search_form
search_form_post
conversation_view
conversation_add
forum_view (selected forum page)
forum_list only <xen:include template="nodemenu" />
help_index

I gave up on sidebar_online_users
because I got a double menu on some pages and none on others.

I want Forum Statistics, and Share this Page blocks to go beneath my nodemenu block not above it.

Also I want to merge all members online blocks into one
with just the one title Members Online Now to save vertical space.
Everything displayed just like now - staff, follows etc but in one block, and without the title for Staff.
I tried to do it myself and got tortured by <div> tags that made the whole page go crazy!
 
Top Bottom