Brogan submitted a new resource:
Add a sidebar without the visitor panel (version 1.0) - A useful option especially for Page nodes.
Read more about this resource...
Add a sidebar without the visitor panel (version 1.0) - A useful option especially for Page nodes.
This functionality allows you to add a sidebar to a template, page, etc. without the visitor panel at the top.
So for example, this is how a standard sidebar is added to a page:
And this is the result:Code:<xen:sidebar> <div class="messageText ugc baseHtml"> This is a sidebar with the visitor panel </div> </xen:sidebar>
View attachment 26137
Using the new variable though we can add this:
Code:<xen:sidebar> <div class="messageText ugc baseHtml">...
Read more about this resource...