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
Left Sidebar on Translucency?
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Re: Left Sidebar on Translucency?
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
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
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"}
Then you need to properly style the HTML DIV container via CSS to make it look/appear right.
Best regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
-
BeateNetworks
- Regular
- Posts: 6
- Joined: Sat Jul 19, 2008 6:53 am
Re: Left Sidebar on Translucency?
Hi Garvin!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
so that all plugins shifted to the left in serendipity will also appear on the left hand.Code: Select all
{serendipity_printSidebar side="left"}
Then you need to properly style the HTML DIV container via CSS to make it look/appear right.
Best regards,
Garvin
Thank you for the feedback. I will give this a try.
Best,
Allison