Re: Sidebar On Index?
Well I've made a lot of CSS changes to get it all dancing correctly, but it's not hard to add the sidebar.
Create a div and float it right, then put this code in that div.
Code:
<?php if (function_exists('dynamic_sidebar') && dynamic_sidebar('Ads Sidebar')) : else : ?>
<?php endif; ?>
From there you have to adjust the CSS until it looks like you would like it to.
I could create a template (or even a set of templates) out of it if anyone is interested in it. I would probably want a few bucks, but not more than $5 per user.