whith my other themes, I was able to disable the sidebar on certain pages (like the forum) by editing the page.php:
PHP Code:
<?php if(!is_page('forum')) {
get_sidebar();
}
?>
Can anyone point me to the right direction?
Thanks a lot in advance.
f0rd42