Quote:
Originally Posted by texasteamplayer
Is there a way to configure the width of the block, the padding, and the internal forum width (and I'd MUCH rather do it based on % than fixed pixel width)? For example, I'd like the blocks to be 170px wide, with 10px spacing, and then have the forum occupy 100% of the space inbetween.
|
That is how it is at the moment. Coulnn are 120px wide and forum contents fluid.
For widgets you have to write your own plugins.
Quote:
Originally Posted by texasteamplayer
I'd like to make this block for all pages of the site. even the homepage CMS. We run static content in the side blocks, so the homepage CMS stuff and forums can occupy 100% of the middle space, while the side blocks are the same on all pages.
possible?
|
Possible but not recommended.
Remove these two lines from these two templates "ss_twincolumns_start" and "ss_twincolumns_end"
Code:
<vb:if condition="THIS_SCRIPT == 'index' OR THIS_SCRIPT == 'forumdisplay'">
</vb:if>
.