I went through (one by one) and edited all of the index.tpl files and changed:
{if $rightSidebarElements > 0}
<td id="serendipityRightSideBar" valign="top"><div class="sideBarSpacer">{serendipity_printSidebar side="right"}</div></td>
{/if}
to <td id="serendipityRightSideBar" valign="top"><div ...
Search found 2 matches
- Sun Apr 05, 2009 12:33 am
- Forum: Development
- Topic: Missing A Side Section
- Replies: 3
- Views: 3212
- Sat Apr 04, 2009 1:19 am
- Forum: Development
- Topic: Missing A Side Section
- Replies: 3
- Views: 3212
Missing A Side Section
I created a template with two side sections (in which the plugins reside). However, one of my side sections is not displaying (Side Section 2). When I look at the source code, I didn't see any of the plugins available. Additionally, I see an "End SIDE1" comment, but no "End SIDE2" comment. So I don ...