Page 1 of 1

Left Sidebar on Translucency?

Posted: Sat Nov 15, 2008 5:50 am
by BeateNetworks
Hi Everyone!

I am interested in adding a left hand sidebar to Translucency. Does anyone know what I would need to do to make this happen?

Thank you,
Allison

Re: Left Sidebar on Translucency?

Posted: Mon Nov 17, 2008 12:57 pm
by garvinhicking
Hi!

Yes, you need to edit the index.tpl template file and then create a new HTML Div container where the new left sidebar should go to. Inside there you move the code call

Code: Select all

{serendipity_printSidebar side="left"}
so that all plugins shifted to the left in serendipity will also appear on the left hand.

Then you need to properly style the HTML DIV container via CSS to make it look/appear right.

Best regards,
Garvin

Re: Left Sidebar on Translucency?

Posted: Tue Nov 18, 2008 7:46 pm
by BeateNetworks
garvinhicking wrote:Hi!

Yes, you need to edit the index.tpl template file and then create a new HTML Div container where the new left sidebar should go to. Inside there you move the code call

Code: Select all

{serendipity_printSidebar side="left"}
so that all plugins shifted to the left in serendipity will also appear on the left hand.

Then you need to properly style the HTML DIV container via CSS to make it look/appear right.

Best regards,
Garvin
Hi Garvin!

Thank you for the feedback. I will give this a try.

Best,
Allison