Display side navigation on some pages, but not on others
cprxmm7 - May 5, 2009 - 21:00
I am running Drupal 6 with the phpBBforum integration module (http://drupal.org/project/phpbbforum) and the Chrono theme (http://drupal.org/project/chrono).
As you can see with the Chrono theme, it has a side bar that we are using for log in, secondary navigation, recent forum posts, etc. We need this bar to exist for the majority of the site, but it is a serious problem for the forums.
How can I (via coding, if necessary) make the side bar display on on every page unrelated to the forums?

block config
The side navigation should be a block though i have not use the phpbb intergration module.
If so, you should be able to go to admin / site building / blocks ... find your block and down at the bottom you should have a setting for "show on the listed pages" or " dont show on the listed pages"
I hope this helps point you in the right direction.
Feel free to message me for help on your drupal site "Let's spread the Drupal knowledge!!"
http://www.Shattered-Broken.com
That was a great idea, but
That was a great idea, but the blank bar still appears.
http://img520.imageshack.us/img520/4406/clipboard03.png
Alternatively, is it possible to have coexisting themes? I would be willing to set a second theme to run on /forums*
another option
setting a specific tpl file might help also.
you just want the main content to show, also check to make sure your theme allows a "no-bars" option.
Feel free to message me for help on your drupal site "Let's spread the Drupal knowledge!!"
http://www.Shattered-Broken.com
Yes...that's an option, but
Yes...that's an option, but how can I specify a tpl based on the current page?
Still looking to resolve
Still looking to resolve this.