yes...no need for a second tpl...eg.<?php if ($option != 'com_eforum') { ?> <div id="leftcoln"> </div> <?php }?>
in some(or more ) cases the other columns might need other css properties(other classes)... when the side column is hidden
The question was, how to display eForum into wider space.
<?php if ($option != 'com_eforum') { ?> <div id="leftcoln"> </div> <?php }?>.................... .......... ....................... <?php if ($option == 'com_eforum') {?> <div id="maincolnforum"> <?php } else {?> <div id="maincoln"> <?php }?>