2 john Mar 31, 2008 23:41

Thanks for the response, John?
Where would I do that?
Well, the more I investigated the more I found out.
It seems Afwas designed this skin so that there were NO sidebars in the single post view !!!!
Maybe he has a version that does include the sidebars?
Damn...It would be cool if he did.
Thanks for your investigations. I wonder if it can be tampered with on my end?
I don't have a copy of that skin so I'm not sure how he has it set up for single post
I would look and see if you have a file named single.man.php and if you do, simply copy the sidebar call from index.main.php into it.
It looks something like this... but remember there will be two of them in that skin.
<?php
// ------------------------- SIDEBAR INCLUDED HERE --------------------------
skin_include( '_sidebar_right.inc.php' );
// Note: You can customize the default BODY footer by copying the
// _body_footer.inc.php file into the current skin folder.
// ----------------------------- END OF SIDEBAR -----------------------------
?>
I'm going to try this. Everyone cross their fingers.
Hey John,
That worked.
I took one of the side bars from the right side. To get the left side adsense unit I just added a new adsense unit. LOL. I should have thought of that first.
Of course the margins aren't perfect on the right side, but that would take more skin modding.
I am fairly satisfied for today.
Thanks for the tip, John. I'd give you rep, but I already did.
Sharky
Great...
The first issue I see is that the following generates a wider metadata div in single post view.
.
The skin is pretty tight running with in reality 4 columns
You may need to make the meta data div a fixed width.
[Topic moved to the Skins etc forum]