Left Column Plugins
Posted: Tue Sep 18, 2007 3:33 pm
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
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