When I click "Configure Plugins" under the "appearance" menu in my administration page, I see a "left", "hidden", and "right" column. I can easily add and remove plugins, but where is the "check box" to move the plugin to the left column (assuming there is one). I assume there must be an easy way to move or place a plugin in the left column, yes?
I searched the forums but all I found was something that had to do with hard-coding the index.tpl file. Odd thing, the code in my index.tpl does not match with what I'm finding in the forums.
<table id="mainpane">
<tr>
{if $leftSidebarElements > 0}
<td id="serendipityLeftSideBar" valign="top">{serendipity_printSidebar side="left"}</td>
{/if}
<td id="content" valign="top">{$CONTENT}</td>
{if $rightSidebarElements > 0}
<td id="serendipityRightSideBar" valign="top">{serendipity_printSidebar side="right"}</td>
{/if}
</tr>
</table>
Thanks for your assistance, and great product!
Frank
Left Column Plugins
-
mrtownhome
- Posts: 2
- Joined: Sat Sep 15, 2007 2:52 pm
- Location: Hampton Virginia USA
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Re: Left Column Plugins
Hi!
You can use drag and drop, look here:
http://www.youtube.com/watch?v=hduU8EfJlfo
Regards,
Garvin
You can use drag and drop, look here:
http://www.youtube.com/watch?v=hduU8EfJlfo
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/
-
Don Chambers
- Regular
- Posts: 3657
- Joined: Mon Feb 13, 2006 2:40 am
- Location: Chicago, IL, USA
- Contact:
-
mrtownhome
- Posts: 2
- Joined: Sat Sep 15, 2007 2:52 pm
- Location: Hampton Virginia USA