Hello,

I have a pretty good grasp of the smarty template pligg structure, but for the life of me cannot get the Right Sidebar in the right position on the Submit pages.

I can get it to show up by removing '$pagename neq "submit"' in the pligg.tpl at around line 345. Shown here:

{if $pagename neq "submit" && $pagename neq "published" && $pagename neq "index"}
<!-- START RIGHT COLUMN -->
<div id="rightcol">
{include file=$tpl_right_sidebar.".tpl"}
</div>
<!-- END RIGHT COLUMN -->
{/if}

This gets the right sidebar on the page, but it is not in the right postion, meaning on the right side of the page. I also have the submit page set to use the "leftcol" which is the same as all of my other pages that show the right sidebar just fine.

The submit page doesn't seem to behave the same as the rest.
I know there's a component i am missing somewhere, would anyone kindly point me in the right direction?