This is a discussion on Skyline series question within the Theme packs forums, part of the nukemods releases category; OK, I run both skylinegrey and skylineblue, I donwloaded them here. Here is what I notice.
If running the grey ...
OK, I run both skylinegrey and skylineblue, I donwloaded them here. Here is what I notice.
If running the grey version, when I click the forum button, the entire suite keeps its shape, i.e. the blocks remain on the left hand side.
If running the blue version, when I click on the forum link, it opens the forum in the entire screen. i.e. no blocks on the left.
Both versions are great, but I want to know where and what the code is that makes these two different.
Is this an option in all themes that you can turn on and off?
Well, I opened theme.php in the theme directory of the skylineblue theme, and I cant seem to find that section. [It all looks ancient egyptian to me tho]
If and when I do find it, do I delete this whole thing?
if ($name=='Forums') {
/* Don't display it. */
}
else {
blocks(left);
}
and then type
blocks(left);