Second sidebar

Mar 27, 2011 18:45

Is it possible to have another sidebar? For the moment I have one on the right, I would love to have one on the left for the calendar, summary and tags, with the entries in the middle. I think it would be done in the "function Page::lay_print_body()" section but I'm not advanced enough to try that alone and bork my pretty layout ( Read more... )

sidebar

Leave a comment

fiddlingfrog March 29 2011, 01:27:13 UTC
This bit of code re-arranges the properties in customize so that the calendar, summary, and tags have their own positioning:

propgroup text_sidebar ( ... )

Reply

fiddlingfrog March 29 2011, 01:28:19 UTC

property string layout_sidebox_freetext_visibility ( ... )

Reply

fiddlingfrog March 29 2011, 01:29:37 UTC

property string layout_sidebox_freetext_5_visibility ( ... )

Reply

fiddlingfrog March 29 2011, 01:30:48 UTC

property string layout_sidebox_summary_visibility ( ... )

Reply

fiddlingfrog March 29 2011, 01:30:56 UTC

set layout_sidebar_position = "left ( ... )

Reply


Leave a comment

Up